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:
- javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.SimpleTag, org.apache.tiles.autotag.core.runtime.AutotagRuntime
public class JspAutotagRuntime
- extends javax.servlet.jsp.tagext.SimpleTagSupport
- implements org.apache.tiles.autotag.core.runtime.AutotagRuntime
A Runtime for implementing JSP tag libraries.
| Methods inherited from class javax.servlet.jsp.tagext.SimpleTagSupport |
findAncestorWithClass, getJspBody, getJspContext, getParent, setJspBody, setJspContext, setParent |
| 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 javax.servlet.jsp.tagext.SimpleTag- Overrides:
doTag in class javax.servlet.jsp.tagext.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.