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