org.apache.tiles.request.jsp.autotag
Class JspAutotagRuntime
java.lang.Object
SimpleTagSupport
org.apache.tiles.request.jsp.autotag.JspAutotagRuntime
public class JspAutotagRuntime
- extends SimpleTagSupport
A Runtime for implementing JSP tag libraries.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JspAutotagRuntime
public JspAutotagRuntime()
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.