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.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–2016 Apache Software Foundation. All rights reserved.