|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.4) E14255-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PropertyProvider
Interface defining a method to return a property value.
| Method Summary | |
|---|---|
Object |
getProperty(String propertySetType,
String propertySet,
String propertyName)
Retrieve a property value as a string. |
| Method Detail |
|---|
Object getProperty(String propertySetType,
String propertySet,
String propertyName)
throws IllegalArgumentException
propertySetType - 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.4) E14255-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||