|
© 2001 BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.bea.p13n.content.PropertyProviderImpl
A generic implementation of a property provider, that supports user, request, session, and event properties.
| Constructor Summary | |
PropertyProviderImpl()
Empty constructor. |
|
PropertyProviderImpl(ProfileWrapper userWrapper,
Request request,
Session session,
Event event)
Create a new PropertyProvider, initializing possible sources for the property value. |
|
PropertyProviderImpl(java.lang.String userId,
Request request,
Session session,
Event event)
Create a new PropertyProvider, initializing possible sources for the property value. |
|
| Method Summary | |
java.lang.Object |
getProperty(java.lang.String propertySetType,
java.lang.String propertySet,
java.lang.String propertyName)
Retrieve a property value. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public PropertyProviderImpl()
public PropertyProviderImpl(java.lang.String userId,
Request request,
Session session,
Event event)
throws ProfileNotFoundException
userId - String representation of the userrequest - The request objectsession - The session objectevent - The event object
public PropertyProviderImpl(ProfileWrapper userWrapper,
Request request,
Session session,
Event event)
userWrapper - The profile wrapper of the userrequest - The request objectsession - The session objectevent - The event object| Method Detail |
public java.lang.Object getProperty(java.lang.String propertySetType,
java.lang.String propertySet,
java.lang.String propertyName)
throws java.lang.IllegalArgumentException
propertySetType - the type of property set (user, request,
session, event).propertySet - the name of the property set.propertyName - the name of the property.
|
© 2001 BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||