ProfileManagementTag Class
- public abstract class ProfileManagementTag
extends TagSupport
Base class for all user managment tags. This provides
convience methods to access the UserManager session bean,
and debugging flags that can be shared among other tags.
-
Hierarchy
-
Object
TagSupport
ProfileManagementTag
-
All Implemented Interfaces
-
IterationTag
, Serializable
, Tag
-
Direct Known Subclasses
-
PropertyTag
, ResultTag
Methods from javax.servlet.jsp.tagext.TagSupport |
doAfterBody, doEndTag, doStartTag, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue |
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CREATE_PROFILE_FAILED
public static final int CREATE_PROFILE_FAILED
CREATE_PROFILE_NO_SUCH_USER
public static final int CREATE_PROFILE_NO_SUCH_USER
CREATE_PROFILE_OK
public static final int CREATE_PROFILE_OK
GET_PROFILE_FAILED
public static final int GET_PROFILE_FAILED
- The profile retrieval failed
GET_PROFILE_OK
public static final int GET_PROFILE_OK
NO_SUCH_PROFILE
public static final int NO_SUCH_PROFILE
- The profile retrieval found no record for the profile key
NO_SUCH_SUCCESSOR
public static final int NO_SUCH_SUCCESSOR
- The profile retrieval found no record for the profile successor key
SET_PROPERTY_FAILED
public static final int SET_PROPERTY_FAILED
- The set property call failed
SET_PROPERTY_OK
public static final int SET_PROPERTY_OK
- The set property call worked
ProfileManagementTag
public ProfileManagementTag()
release() Method
public void release()
-
Overrides
-
TagSupport.release()