org.apache.tiles.request.jsp.autotag
Class JspAutotagRuntime

Package class diagram package JspAutotagRuntime
java.lang.Object
  extended by SimpleTagSupport
      extended by org.apache.tiles.request.jsp.autotag.JspAutotagRuntime

public class JspAutotagRuntime
extends SimpleTagSupport

A Runtime for implementing JSP tag libraries.


Constructor Summary
JspAutotagRuntime()
           
 
Method Summary
 ModelBody createModelBody()
          
 Request createRequest()
          
 void doTag()
          
<T> T
getParameter(String name, Class<T> type, T defaultValue)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JspAutotagRuntime

public JspAutotagRuntime()
Method Detail

doTag

public void doTag()


createRequest

public Request createRequest()


createModelBody

public ModelBody createModelBody()


getParameter

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



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