org.apache.struts.taglib.tiles
public final class AttributeToScopeTag extends TagSupport
Deprecated: Is it still in use ?
Custom tag that puts component's attributes in a scope (request, page, ...).| Field Summary | |
|---|---|
| String | property
The property name to be exposed. |
| int | scope
The scope value. |
| String | scopeName
The scope name. |
| Method Summary | |
|---|---|
| int | doEndTag()
Clean up after processing this enumeration.
|
| int | doStartTag()
Expose the requested property from component context.
|
| String | getProperty()
Return the property name. |
| void | release()
Release all allocated resources. |
| void | setProperty(String property)
Set the property name.
|
| void | setScope(String scope)
Set the scope.
|
Throws: JspException if a JSP exception has occurred
Throws: JspException if a JSP exception has occurred
Parameters: property The property name
Parameters: scope The new scope