|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectTagSupport
org.apache.struts.taglib.bean.PageTag
Define a scripting variable that exposes the requested page context item as a scripting variable and a page scope bean.
Field Summary | |
protected java.lang.String |
id
The name of the scripting variable that will be exposed as a page scope attribute. |
protected static MessageResources |
messages
The message resources for this package. |
protected java.lang.String |
property
The name of the page context property to be retrieved. |
Constructor Summary | |
PageTag()
|
Method Summary | |
int |
doStartTag()
Retrieve the required configuration object and expose it as a scripting variable. |
java.lang.String |
getId()
|
java.lang.String |
getProperty()
|
void |
release()
Release all allocated resources. |
void |
setId(java.lang.String id)
|
void |
setProperty(java.lang.String property)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.lang.String id
protected static MessageResources messages
protected java.lang.String property
Constructor Detail |
public PageTag()
Method Detail |
public java.lang.String getId()
public void setId(java.lang.String id)
public java.lang.String getProperty()
public void setProperty(java.lang.String property)
public int doStartTag() throws JspException
JspException
- if a JSP exception has occurredpublic void release()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |