|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.servlet.jsp.tagext.TagSupport | +--com.bea.p13n.usermgmt.servlets.jsp.taglib.UserManagementTag | +--com.bea.p13n.usermgmt.servlets.jsp.taglib.PropertyTag
Base class for get/set property tags, provides access to cached profile and anonymous profile, as well as common attributes.
Fields inherited from class com.bea.p13n.usermgmt.servlets.jsp.taglib.UserManagementTag |
GROUP_MGR_REF,
USER_MGR_REF |
Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
id,
pageContext |
Constructor Summary | |
PropertyTag()
|
Method Summary | |
java.lang.String |
getPropertyName()
Get the property name to look for |
java.lang.String |
getPropertySet()
Get the property set to use |
void |
release()
Reset the tag's attributes |
void |
setPropertyName(java.lang.String s)
Set the property name to look for |
void |
setPropertySet(java.lang.String s)
Set the property set to use |
Methods inherited from class com.bea.p13n.usermgmt.servlets.jsp.taglib.UserManagementTag |
getGroupManager,
getUserManager |
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
doAfterBody,
doEndTag,
doStartTag,
findAncestorWithClass,
getId,
getParent,
getValue,
getValues,
removeValue,
setId,
setPageContext,
setParent,
setValue |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public PropertyTag()
Method Detail |
public void release()
public java.lang.String getPropertySet()
public void setPropertySet(java.lang.String s)
public java.lang.String getPropertyName()
public void setPropertyName(java.lang.String s)
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |