Uses of Class
org.sitemesh.tagprocessor.Tag.Type

Packages that use Tag.Type
org.sitemesh.tagprocessor The SiteMesh TagProcessor 
 

Uses of Tag.Type in org.sitemesh.tagprocessor
 

Methods in org.sitemesh.tagprocessor that return Tag.Type
 Tag.Type TagTokenizer.ReusableToken.getType()
           
 Tag.Type Tag.getType()
          Type of tag (e.g.
 Tag.Type CustomTag.getType()
          Type of tag.
static Tag.Type Tag.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Tag.Type[] Tag.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.sitemesh.tagprocessor with parameters of type Tag.Type
 void CustomTag.setType(Tag.Type type)
          Change the type of the tag.
 

Constructors in org.sitemesh.tagprocessor with parameters of type Tag.Type
CustomTag(String name, Tag.Type type)
          Create new tag.
 



Copyright © 2011. All Rights Reserved.