org.apache.struts.taglib.tiles
public class UseAttributeTag extends TagSupport
Field Summary | |
---|---|
String | attributeName
The attribute name to be exposed. |
String | classname
Class name of object. |
protected boolean | isErrorIgnored
Are errors ignored. |
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 attribute from component context.
|
String | getClassname()
Get class name. |
boolean | getIgnore()
Get ignore. |
String | getName()
Get name. |
String | getScope()
Get scope. |
void | release()
Release all allocated resources. |
void | setClassname(String name)
Set the class name.
|
void | setIgnore(boolean ignore)
Set ignore. |
void | setName(String value)
Set name. |
void | setScope(String scope)
Set the scope.
|
false
, which throws an exception.
Only "attribute not found" - errors are ignored.Throws: JspException if a JSP exception has occurred
Throws: JspException if a JSP exception has occurred
Parameters: name The new class name.
Parameters: scope The new scope.