|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
com.bea.content.expression.DefaultBasePropertyProvider
public class DefaultBasePropertyProvider
A generic implementation of a property provider, that supports user, request, session, and event properties.
| Constructor Summary | |
|---|---|
DefaultBasePropertyProvider(ProfileWrapper userWrapper, SerializableRequest request, SerializableSession session, IEvent event)Create a new PropertyProvider, initializing possible sources for the property value. |
|
| Method Summary | |
|---|---|
static DefaultBasePropertyProvider |
getInstance(javax.servlet.http.HttpServletRequest httpRequest) |
Object |
getProperty(String propertySetType, String propertySet, String propertyName)Retrieve a property value. |
protected void |
setUser(ProfileWrapper user) |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultBasePropertyProvider(ProfileWrapper userWrapper,
SerializableRequest request,
SerializableSession session,
IEvent event)
userWrapper - The profile wrapper of the userrequest - The request objectsession - The session objectevent - The event object| Method Detail |
|---|
public static DefaultBasePropertyProvider getInstance(javax.servlet.http.HttpServletRequest httpRequest)
protected void setUser(ProfileWrapper user)
public Object getProperty(String propertySetType,
String propertySet,
String propertyName)
throws IllegalArgumentException
getProperty in interface PropertyProviderpropertySetType - the type of property set (user, request, session, event).propertySet - the name of the property set.propertyName - the name of the property.IllegalArgumentException - if an arg is invalid or the PropertyProvider isn't configured for the specified args.
|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright © 2010, Oracle. All rights reserved.