Uses of Class
org.webmacro.directive.DirectiveDescriptor

Packages that use DirectiveDescriptor
org.webmacro.directive   
 

Uses of DirectiveDescriptor in org.webmacro.directive
 

Fields in org.webmacro.directive declared as DirectiveDescriptor
static DirectiveDescriptor TypeDirective._dd
           
 

Methods in org.webmacro.directive that return DirectiveDescriptor
static DirectiveDescriptor ForeachDirective.getDescriptor()
           
static DirectiveDescriptor PropertyDirective.getDescriptor()
           
static DirectiveDescriptor EscapeDirective.getDescriptor()
           
static DirectiveDescriptor SetblockDirective.getDescriptor()
           
static DirectiveDescriptor ParamDirective.getDescriptor()
           
static DirectiveDescriptor AttributeDirective.getDescriptor()
           
static DirectiveDescriptor SilenceDirective.getDescriptor()
           
static DirectiveDescriptor TextDirective.getDescriptor()
           
static DirectiveDescriptor IncludeDirective.getDescriptor()
           
static DirectiveDescriptor DefaultDirective.getDescriptor()
           
static DirectiveDescriptor SetDirective.getDescriptor()
           
static DirectiveDescriptor BeanDirective.getDescriptor()
           
static DirectiveDescriptor EncodeDirective.getDescriptor()
           
static DirectiveDescriptor ProfileDirective.getDescriptor()
           
static DirectiveDescriptor CommentDirective.getDescriptor()
           
 DirectiveDescriptor DirectiveProvider.getDescriptor(java.lang.String directiveName)
          Create a builder for the named directive
static DirectiveDescriptor AlternateDirective.getDescriptor()
           
static DirectiveDescriptor DummyDirective.getDescriptor()
           
static DirectiveDescriptor GlobalDirective.getDescriptor()
           
static DirectiveDescriptor TypeDirective.getDescriptor()
          static method required by the WebMacro parser to provide a descriptor about this directive
 

Constructors in org.webmacro.directive with parameters of type DirectiveDescriptor
DirectiveBuilder(DirectiveDescriptor desc)