Oracle Fusion Middleware JSP Tag Java API Reference for Oracle WebLogic Portal
10g Release 3 (10.3.4)
E14256-06

Portal User and Group Profiles


Standard Syntax:
     <%@ taglib prefix="profile" uri="http://www.bea.com/servers/p13n/tags/profilemanagement" %>

XML Syntax:
     <anyxmlelement xmlns:profile="http://www.bea.com/servers/p13n/tags/profilemanagement" />

Provides User and group profile functionality.

Tag Library Information
Display NamePortal User and Group Profiles
Version1.0
Short Nameprofile
URIhttp://www.bea.com/servers/p13n/tags/profilemanagement
 

Tag Summary
createProfile Create a new profile corresponding to the provided profile key. Along with the profile key, an explicit successor key can be specified. This successor will then be used, along with the new profile, in subsequent invocations of the getProperty tag to ensure property inheritance from the successor.
getProfile Retrieve the profile corresponding to the provided profile key. Along with the profile key and profile, an explicit successor key can be specified. This successor will then be used, along with the retrieved profile, in subsequent invocations of the getProperty tag to ensure property inheritance from the successor. If no successor is retrieved, standard ConfigurableEntity successor search patterns will apply to retrieved properties.
getProperty Retrieve the property value for a specified PropertySet - PropertyName pair. In typical cases, this tag is used after the getProfile tag is invoked to retrieve a profile for session use. The property to be retrieved is retrieved from the session profile. If the getProfile tag has not been used upon invoking the getProperty tag, the specified property value is retrieved from the Anonymous User Profile.
getPropertyAsString Retrieve the property value for a specified PropertySet - PropertyName pair. Works exactly like the getProperty tag, but converts that the retrieved property value is a String.
setProperty Update a property value for either the session's current profile, or for the Anonymous User Profile.
removeProperty Remove the specified property from the current session's profile or from the Anonymous User Profile. Subsequent calls to getProperty for a removed property would result in the default value for the property as prescribed by the property set, or from the Profile's successor.
 


Oracle Fusion Middleware JSP Tag Java API Reference for Oracle WebLogic Portal
10g Release 3 (10.3.4)
E14256-06

Copyright © 2011, Oracle. All rights reserved.