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

public class JspAutotagRuntime
extends javax.servlet.jsp.tagext.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 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.