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 TypeDirective.getDescriptor()
          static method required by the WebMacro parser to provide a descriptor about this directive
static DirectiveDescriptor TextDirective.getDescriptor()
           
static DirectiveDescriptor SilenceDirective.getDescriptor()
           
static DirectiveDescriptor SetblockDirective.getDescriptor()
           
static DirectiveDescriptor SetDirective.getDescriptor()
           
static DirectiveDescriptor PropertyDirective.getDescriptor()
           
static DirectiveDescriptor ProfileDirective.getDescriptor()
           
static DirectiveDescriptor ParamDirective.getDescriptor()
           
static DirectiveDescriptor MacroDirective.getDescriptor()
           
static DirectiveDescriptor IncludeDirective.getDescriptor()
           
static DirectiveDescriptor GlobalDirective.getDescriptor()
           
static DirectiveDescriptor ForeachDirective.getDescriptor()
           
static DirectiveDescriptor EscapeDirective.getDescriptor()
           
static DirectiveDescriptor EncodeDirective.getDescriptor()
           
static DirectiveDescriptor DummyDirective.getDescriptor()
           
static DirectiveDescriptor DefaultDirective.getDescriptor()
           
static DirectiveDescriptor CountDirective.getDescriptor()
           
static DirectiveDescriptor CommentDirective.getDescriptor()
           
static DirectiveDescriptor BeanDirective.getDescriptor()
           
static DirectiveDescriptor AttributeDirective.getDescriptor()
           
static DirectiveDescriptor AlternateDirective.getDescriptor()
           
 

Methods in org.webmacro.directive with parameters of type DirectiveDescriptor
 void DirectiveProvider.registerDescriptor(DirectiveDescriptor dd, java.lang.String dirName)
          Register an org.webmacro.directive.DirectiveDescriptor to be used as if it were a real Directive named dirName.
 

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