org.apache.tiles.request.jsp.autotag
Class JspAutotagRuntime
java.lang.Object
javax.servlet.jsp.tagext.SimpleTagSupport
org.apache.tiles.request.jsp.autotag.JspAutotagRuntime
- All Implemented Interfaces:
- JspTag, SimpleTag, org.apache.tiles.autotag.core.runtime.AutotagRuntime
public class JspAutotagRuntime
- extends SimpleTagSupport
- implements org.apache.tiles.autotag.core.runtime.AutotagRuntime
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()
-
- Specified by:
doTag
in interface SimpleTag
- Overrides:
doTag
in class SimpleTagSupport
createRequest
public Request createRequest()
-
- Specified by:
createRequest
in interface org.apache.tiles.autotag.core.runtime.AutotagRuntime
createModelBody
public org.apache.tiles.autotag.core.runtime.ModelBody createModelBody()
-
- Specified by:
createModelBody
in interface org.apache.tiles.autotag.core.runtime.AutotagRuntime
getParameter
public Object getParameter(String name,
Object defaultValue)
-
- Specified by:
getParameter
in interface org.apache.tiles.autotag.core.runtime.AutotagRuntime
Copyright © 2001-2012 Apache Software Foundation. All Rights Reserved.