Class AddListAttributeDirective
- java.lang.Object
-
- org.apache.velocity.runtime.directive.Directive
-
- org.apache.tiles.velocity.template.AddListAttributeDirective
-
- All Implemented Interfaces:
java.lang.Cloneable,org.apache.velocity.runtime.directive.DirectiveConstants
public class AddListAttributeDirective extends org.apache.velocity.runtime.directive.DirectiveDeclare a list that will be pass as an attribute.
Declare a list that will be pass as an attribute . List elements are added using the tag 'addAttribute' or 'addListAttribute'. This tag can only be used inside 'insertTemplate', 'insertDefinition' or 'definition' tag.
-
-
Constructor Summary
Constructors Constructor Description AddListAttributeDirective()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()intgetType()booleanrender(org.apache.velocity.context.InternalContextAdapter context, java.io.Writer writer, org.apache.velocity.runtime.parser.node.Node node)
-
-
-
Method Detail
-
getName
public java.lang.String getName()
- Specified by:
getNamein classorg.apache.velocity.runtime.directive.Directive
-
getType
public int getType()
- Specified by:
getTypein classorg.apache.velocity.runtime.directive.Directive
-
render
public boolean render(org.apache.velocity.context.InternalContextAdapter context, java.io.Writer writer, org.apache.velocity.runtime.parser.node.Node node) throws java.io.IOException- Specified by:
renderin classorg.apache.velocity.runtime.directive.Directive- Throws:
java.io.IOException
-
-