标记处理 meaning in Chinese
label processing
Examples
- You will recall that we have already placed the tag handler class in the classes directory , in step 1 , so we actually only have to store the tld file
您可以回忆起在第1步中我们已经将标记处理程序类放到了classes目录中,所以我们实际上只需储存tld文件。 - Due to the differences between jsp custom tags and . net framework web user controls , a set of support classes that emulate jsp custom tag processing are created during conversion
由于jsp自定义标记和. net framework web用户控件之间存在差异,因此在转换过程中创建了一组模拟jsp自定义标记处理过程的支持类。 - Thus far , we ve written a tag handler class , created a tld file to define the mapping between the handler and the tag , and ensured that both the class and tag will be accessible within the application
这时,我们已经编译了标记处理程序类、创建了tld文件以定义处理程序类和标记之间的映射、并保证类和标记在应用程序中都是可访问的。 - A custom tag library is comprised of one or more java language classes called tag handlers and an xml tag library description file , which dictates the new tag names and valid attributes for those tags
定制标记库由一个或多个java语言类(称为标记处理程序)以及xml标记库描述文件( tld )组成,后者描述新的标记名和那些标记的有效属性。