org.apache.struts.taglib.tiles
public class ImportAttributeTag extends TagSupport
| Field Summary | |
|---|---|
| protected boolean | isErrorIgnored
Are errors ignored. |
| String | name
Class name of object. |
| 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.
|
| boolean | getIgnore()
Get ignore flag. |
| String | getName()
Get the name. |
| String | getScope()
Get scope. |
| void | release()
Release all allocated resources. |
| void | setIgnore(boolean ignore)
Set ignore flag. |
| void | setName(String name)
Set the name. |
| void | setScope(String scope)
Set the scope. |
ignore.
Default value is false, which throws an exception.
Only "attribute not found" - errors are ignored.Throws: JspException On errors processing tag.
Throws: JspException On errors processing tag.
Returns: default: false: Exception is thrown when attribute is not found, set to
true to ignore missing attributes silently
Returns: Name.
Returns: Scope.
Parameters: ignore default: false: Exception is thrown when attribute is not found, set to
true to ignore missing attributes silently
Parameters: name The new name
Parameters: scope Scope.