org.apache.struts.taglib.bean
public class PageTag extends TagSupport
Version: $Rev: 54929 $ $Date: 2004-10-16 17:38:42 +0100 (Sat, 16 Oct 2004) $
Field Summary | |
---|---|
protected 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 String | property
The name of the page context property to be retrieved. |
Method Summary | |
---|---|
int | doStartTag()
Retrieve the required configuration object and expose it as a
scripting variable.
|
String | getId() |
String | getProperty() |
void | release()
Release all allocated resources. |
void | setId(String id) |
void | setProperty(String property) |
Throws: JspException if a JSP exception has occurred