
public class JspAutotagRuntime extends SimpleTagSupport implements org.apache.tiles.autotag.core.runtime.AutotagRuntime<Request>
| Constructor and Description |
|---|
JspAutotagRuntime() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.tiles.autotag.core.runtime.ModelBody |
createModelBody() |
Request |
createRequest() |
void |
doTag() |
<T> T |
getParameter(String name,
Class<T> type,
T defaultValue) |
findAncestorWithClass, getJspBody, getJspContext, getParent, setJspBody, setJspContext, setParentpublic void doTag()
doTag in interface SimpleTagdoTag in class SimpleTagSupportpublic Request createRequest()
createRequest in interface org.apache.tiles.autotag.core.runtime.AutotagRuntime<Request>public org.apache.tiles.autotag.core.runtime.ModelBody createModelBody()
createModelBody in interface org.apache.tiles.autotag.core.runtime.AutotagRuntime<Request>Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.