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

java.lang.Object
  extended by javax.servlet.jsp.tagext.SimpleTagSupport
      extended by 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<Request>

public class JspAutotagRuntime
extends javax.servlet.jsp.tagext.SimpleTagSupport
implements org.apache.tiles.autotag.core.runtime.AutotagRuntime<Request>

A Runtime for implementing JSP tag libraries.


Constructor Summary
JspAutotagRuntime()
           
 
Method Summary
 org.apache.tiles.autotag.core.runtime.ModelBody createModelBody()
          
 Request createRequest()
          
 void doTag()
          
<T> T
getParameter(String name, Class<T> type, T defaultValue)
          
 
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
 

Constructor Detail

JspAutotagRuntime

public JspAutotagRuntime()
Method Detail

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<Request>

createModelBody

public org.apache.tiles.autotag.core.runtime.ModelBody createModelBody()

Specified by:
createModelBody in interface org.apache.tiles.autotag.core.runtime.AutotagRuntime<Request>

getParameter

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

Specified by:
getParameter in interface org.apache.tiles.autotag.core.runtime.AutotagRuntime<Request>


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