org.apache.tiles.request.velocity.autotag
Class VelocityAutotagRuntime

Package class diagram package VelocityAutotagRuntime
java.lang.Object
  extended by Directive
      extended by org.apache.tiles.request.velocity.autotag.VelocityAutotagRuntime

public class VelocityAutotagRuntime
extends Directive

A Runtime for implementing Velocity Directives.


Constructor Summary
VelocityAutotagRuntime()
           
 
Method Summary
 ModelBody createModelBody()
          
 Request createRequest()
          
 String getName()
          
<T> T
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

VelocityAutotagRuntime

public VelocityAutotagRuntime()
Method Detail

createRequest

public Request createRequest()


createModelBody

public ModelBody createModelBody()


getParameter

public <T> T getParameter(String name,
                          Class<T> type,
                          T defaultValue)


getName

public String getName()


getType

public int getType()


render

public boolean render(InternalContextAdapter context,
                      Writer writer,
                      Node node)



Copyright © 2001-2012 Apache Software Foundation. All Rights Reserved.