public class PageTag
extends javax.servlet.jsp.tagext.TagSupport
| Modifier and Type | Field and Description |
|---|---|
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 and Description |
|---|
PageTag() |
| Modifier and Type | Method and Description |
|---|---|
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) |
protected static MessageResources messages
protected java.lang.String id
protected java.lang.String property
public java.lang.String getId()
getId in class javax.servlet.jsp.tagext.TagSupportpublic void setId(java.lang.String id)
setId in class javax.servlet.jsp.tagext.TagSupportpublic java.lang.String getProperty()
public void setProperty(java.lang.String property)
public int doStartTag()
throws javax.servlet.jsp.JspException
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class javax.servlet.jsp.tagext.TagSupportjavax.servlet.jsp.JspException - if a JSP exception has occurredpublic void release()
release in interface javax.servlet.jsp.tagext.Tagrelease in class javax.servlet.jsp.tagext.TagSupportCopyright © 2000–2024 Apache Software Foundation. All rights reserved.