org.apache.tiles.velocity.template
Class InsertAttributeDirective
java.lang.Object
org.apache.velocity.runtime.directive.Directive
org.apache.tiles.velocity.template.InsertAttributeDirective
- All Implemented Interfaces:
- Cloneable, org.apache.velocity.runtime.directive.DirectiveConstants
public class InsertAttributeDirective
- extends org.apache.velocity.runtime.directive.Directive
Inserts the value of an attribute into the page.
This tag can be flexibly used to insert the value of an attribute into a
page. As in other usages in Tiles, every attribute can be determined to have
a "type", either set explicitly when it was defined, or "computed". If the
type is not explicit, then if the attribute value is a valid definition, it
will be inserted as such. Otherwise, if it begins with a "/" character, it
will be treated as a "template". Finally, if it has not otherwise been
assigned a type, it will be treated as a String and included without any
special handling.
Example :
<code>
<tiles:insertAttribute name="body" />
</code>
Fields inherited from class org.apache.velocity.runtime.directive.Directive |
rsvc |
Fields inherited from interface org.apache.velocity.runtime.directive.DirectiveConstants |
BLOCK, LINE |
Method Summary |
String |
getName()
|
int |
getType()
|
boolean |
render(org.apache.velocity.context.InternalContextAdapter context,
Writer writer,
org.apache.velocity.runtime.parser.node.Node node)
|
Methods inherited from class org.apache.velocity.runtime.directive.Directive |
getColumn, getLine, getTemplateName, init, setLocation, setLocation |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InsertAttributeDirective
public InsertAttributeDirective()
getName
public String getName()
-
- Specified by:
getName
in class org.apache.velocity.runtime.directive.Directive
getType
public int getType()
-
- Specified by:
getType
in class org.apache.velocity.runtime.directive.Directive
render
public boolean render(org.apache.velocity.context.InternalContextAdapter context,
Writer writer,
org.apache.velocity.runtime.parser.node.Node node)
throws IOException
-
- Specified by:
render
in class org.apache.velocity.runtime.directive.Directive
- Throws:
IOException
Copyright © 2001-2012 Apache Software Foundation. All Rights Reserved.