public final class AttributeToScopeTag
extends javax.servlet.jsp.tagext.TagSupport
| 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.
|
String |
getProperty()
Deprecated.
Return the property name.
|
void |
release()
Deprecated.
Release all allocated resources.
|
void |
setProperty(String property)
Deprecated.
Set the property name.
|
void |
setScope(String scope)
Deprecated.
Set the scope.
|
public String getProperty()
public void setProperty(String property)
property - The property namepublic void setScope(String scope)
scope - The new scopepublic 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 int doEndTag()
throws javax.servlet.jsp.JspException
doEndTag in interface javax.servlet.jsp.tagext.TagdoEndTag 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-2017 Apache Software Foundation. All Rights Reserved.