标记处理 meaning in Chinese
label processing
Examples
- A tag handler is an object in the web container that helps evaluate actions when a jsp page executes
标记处理程序是web容器中的对象,在执行jsp页面时它帮助对操作求值。 - If we were developing several tags or defining tags with tag variables , we would have multiple tag handler classes
如果我们开发的是几个标记或者定义有标记变量的标记,那么我们就会有多个标记处理程序类。 - Java developers write the tag handler classes to process the tags and handle all of the java coding and data manipulation required
Java开发人员编写标记处理程序类以处理标记并处理所有需要的java代码和数据操作。 - Tag handlers and tlds determine how the tags , their attributes , and their bodies will be interpreted and processed at request time from inside a jsp page
标记处理程序和tld确定在请求时,从jsp页面内如何解释和处理这些标记及其属性和主体。 - When the container encounters a tag , it invokes the tag handler class associated with the custom tag , which is a process we ll talk more about later
当容器遇到一个标记时,它调用与这个自定义标记相关联的标记处理程序,我们将在后面更多地讨论这个过程。