org.apache.struts.taglib.tiles
public final class AttributeToScopeTag extends javax.servlet.jsp.tagext.TagSupport
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
property
Deprecated.
The property name to be exposed.
|
private int |
scope
Deprecated.
The scope value.
|
private java.lang.String |
scopeName
Deprecated.
The scope name.
|
Constructor and Description |
---|
AttributeToScopeTag()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
int |
doEndTag()
Deprecated.
Clean up after processing this enumeration.
|
int |
doStartTag()
Deprecated.
Expose the requested property from component context.
|
java.lang.String |
getProperty()
Deprecated.
Return the property name.
|
void |
release()
Deprecated.
Release all allocated resources.
|
void |
setProperty(java.lang.String property)
Deprecated.
Set the property name.
|
void |
setScope(java.lang.String scope)
Deprecated.
Set the scope.
|
private java.lang.String scopeName
private int scope
private java.lang.String property
public java.lang.String getProperty()
public void setProperty(java.lang.String property)
property
- The property namepublic void setScope(java.lang.String scope)
scope
- The new scopepublic 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 int doEndTag() throws javax.servlet.jsp.JspException
doEndTag
in interface javax.servlet.jsp.tagext.Tag
doEndTag
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-2014 - The Apache Software Foundation