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

Package class diagram package JspAutotagRuntime
java.lang.Object
  extended by javax.servlet.jsp.tagext.SimpleTagSupport
      extended by 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.


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