© 2005 BEA Systems, Inc.

com.bea.p13n.usermgmt.profile.taglib
Class PropertyTag

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagSupport
      extended bycom.bea.p13n.usermgmt.profile.taglib.ProfileManagementTag
          extended bycom.bea.p13n.usermgmt.profile.taglib.PropertyTag
All Implemented Interfaces:
IterationTag, Serializable, Tag
Direct Known Subclasses:
GetPropertyTag, RemovePropertyTag, SetPropertyTag

public class PropertyTag
extends ProfileManagementTag

Base class for get/set property tags, provides access to cached profile and anonymous profile, as well as common attributes.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.bea.p13n.usermgmt.profile.taglib.ProfileManagementTag
CREATE_PROFILE_FAILED, CREATE_PROFILE_NO_SUCH_USER, CREATE_PROFILE_OK, GET_PROFILE_FAILED, GET_PROFILE_OK, NO_SUCH_PROFILE, NO_SUCH_SUCCESSOR, SET_PROPERTY_FAILED, SET_PROPERTY_OK
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
PropertyTag()
           
 
Method Summary
 String getPropertyName()
          Get the property name to look for
 String getPropertySet()
          Get the property set to use
 void release()
          Reset the tag's attributes
 void setPropertyName(String s)
          Set the property name to look for
 void setPropertySet(String s)
          Set the property set to use
 
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

PropertyTag

public PropertyTag()
Method Detail

getPropertyName

public String getPropertyName()
Get the property name to look for


getPropertySet

public String getPropertySet()
Get the property set to use


release

public void release()
Reset the tag's attributes

Specified by:
release in interface Tag
Overrides:
release in class ProfileManagementTag

setPropertyName

public void setPropertyName(String s)
Set the property name to look for


setPropertySet

public void setPropertySet(String s)
Set the property set to use


© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved