|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
org.apache.struts.taglib.BaseAttributeTag
Base class for conditionals based on the presence or absence of attributes in some appropriate scope (default=session). This class cannot be directly instantiated; it must be subclassed.
Field Summary | |
protected java.lang.String |
name
The name of the attribute being tested. |
protected java.lang.String |
scope
The scope of the attribute being tested. |
Constructor Summary | |
BaseAttributeTag()
|
Method Summary | |
java.lang.String |
getName()
Return the attribute name. |
java.lang.String |
getScope()
Return the attribute scope. |
protected int |
getScopeId()
Return the scope identifier of the scope we are requesting. |
void |
release()
Release any acquired resources. |
void |
setName(java.lang.String name)
Set the attribute name. |
void |
setScope(java.lang.String scope)
Set the attribute scope. |
Field Detail |
protected java.lang.String name
protected java.lang.String scope
Constructor Detail |
public BaseAttributeTag()
Method Detail |
public java.lang.String getName()
public void setName(java.lang.String name)
name
- The new attribute namepublic java.lang.String getScope()
public void setScope(java.lang.String scope)
scope
- The new attribute scopepublic void release()
protected int getScopeId()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |