public class UseAttributeTag
extends javax.servlet.jsp.tagext.TagSupport
Modifier and Type | Field and Description |
---|---|
protected boolean |
isErrorIgnored
Are errors ignored.
|
Constructor and Description |
---|
UseAttributeTag() |
Modifier and Type | Method and Description |
---|---|
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.
|
protected boolean isErrorIgnored
false
, which throws an exception.
Only "attribute not found" - errors are ignored.public void release()
release
in interface javax.servlet.jsp.tagext.Tag
release
in class javax.servlet.jsp.tagext.TagSupport
public String getClassname()
public void setClassname(String name)
name
- The new class name.public void setName(String value)
public String getName()
public void setScope(String scope)
scope
- The new scope.public String getScope()
public void setIgnore(boolean ignore)
public boolean getIgnore()
public 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 occurredCopyright © 2000–2017 Apache Software Foundation. All rights reserved.