
public class VelocityAutotagRuntime extends org.apache.velocity.runtime.directive.Directive implements org.apache.tiles.autotag.core.runtime.AutotagRuntime<Request>
| Constructor and Description |
|---|
VelocityAutotagRuntime() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.tiles.autotag.core.runtime.ModelBody |
createModelBody() |
Request |
createRequest() |
String |
getName() |
<T> T |
getParameter(String name,
Class<T> type,
T defaultValue) |
int |
getType() |
boolean |
render(org.apache.velocity.context.InternalContextAdapter context,
Writer writer,
org.apache.velocity.runtime.parser.node.Node node) |
public Request createRequest()
createRequest in interface org.apache.tiles.autotag.core.runtime.AutotagRuntime<Request>public org.apache.tiles.autotag.core.runtime.ModelBody createModelBody()
createModelBody in interface org.apache.tiles.autotag.core.runtime.AutotagRuntime<Request>public <T> T getParameter(String name, Class<T> type, T defaultValue)
getParameter in interface org.apache.tiles.autotag.core.runtime.AutotagRuntime<Request>public String getName()
getName in class org.apache.velocity.runtime.directive.Directivepublic int getType()
getType in class org.apache.velocity.runtime.directive.Directivepublic boolean render(org.apache.velocity.context.InternalContextAdapter context,
Writer writer,
org.apache.velocity.runtime.parser.node.Node node)
render in class org.apache.velocity.runtime.directive.DirectiveCopyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.