Uses of Class
org.webmacro.directive.ArgsHolder

Packages that use ArgsHolder
org.webmacro.directive   
 

Uses of ArgsHolder in org.webmacro.directive
 

Methods in org.webmacro.directive that return ArgsHolder
 ArgsHolder DirectiveBuilder.getSubdirective(int subdId)
          Retrieves the ArgsHolder for the associated subdirective so that the subdirective arguments can be retrieved.
 ArgsHolder[] DirectiveBuilder.getRepeatingSubdirective(int subdId)
          Retrieves an array of ArgsHolders for the associated subdirective so that the subdirective arguments can be retrieved.