|
|||||||||
| Home >> All >> com >> sitemesh >> taglib >> [ decorator overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.sitemesh.taglib.decorator
Class UsePageTag

java.lang.Objectcom.sitemesh.taglib.AbstractTag
com.sitemesh.taglib.decorator.UsePageTag
- All Implemented Interfaces:
- javax.servlet.jsp.tagext.JspTag, com.sitemesh.RequestConstants, javax.servlet.jsp.tagext.Tag
- public class UsePageTag
- extends com.sitemesh.taglib.AbstractTag
Expose the Page as a bean to the page which can then be accessed from scriptlets. Depending on the TEI used, the object will be Page or HTMLPage.
- Version:
- $Revision: 1.3 $
| Field Summary | |
private java.lang.String |
id
|
| Fields inherited from class com.sitemesh.taglib.AbstractTag |
pageContext, parent |
| Fields inherited from interface javax.servlet.jsp.tagext.Tag |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
| Fields inherited from interface com.sitemesh.RequestConstants |
DECORATOR, FILTER_APPLIED, PAGE |
| Constructor Summary | |
UsePageTag()
|
|
| Method Summary | |
int |
doEndTag()
To be implemented by all empty tags. |
void |
setId(java.lang.String id)
Set name of variable the Page will be set as. |
| Methods inherited from class com.sitemesh.taglib.AbstractTag |
doStartTag, getPage, getParent, release, setPageContext, setParent, trace |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
id
private java.lang.String id
| Constructor Detail |
UsePageTag
public UsePageTag()
| Method Detail |
setId
public void setId(java.lang.String id)
- Set name of variable the Page will be set as.
doEndTag
public int doEndTag()
throws javax.servlet.jsp.JspException
- Description copied from class:
com.sitemesh.taglib.AbstractTag - To be implemented by all empty tags.
|
|||||||||
| Home >> All >> com >> sitemesh >> taglib >> [ decorator overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC