|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectDirective
org.apache.tiles.request.velocity.autotag.VelocityAutotagRuntime
public class VelocityAutotagRuntime
A Runtime for implementing Velocity Directives.
Constructor Summary | |
---|---|
VelocityAutotagRuntime()
|
Method Summary | ||
---|---|---|
ModelBody |
createModelBody()
|
|
Request |
createRequest()
|
|
String |
getName()
|
|
|
getParameter(String name,
Class<T> type,
T defaultValue)
|
|
int |
getType()
|
|
boolean |
render(InternalContextAdapter context,
Writer writer,
Node node)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VelocityAutotagRuntime()
Method Detail |
---|
public Request createRequest()
public ModelBody createModelBody()
public <T> T getParameter(String name, Class<T> type, T defaultValue)
public String getName()
public int getType()
public boolean render(InternalContextAdapter context, Writer writer, Node node)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |