|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Service that provides access to information that has been defined in a dialog's configuration record.
Note: DialogPropertyService is a core service and will
therefore be available always for all dialogs in the dialog hierarchy.
The Service will be provided at the session node (the root dialog of a session).
| Method Summary | |
java.lang.Object |
getProperty(java.lang.String dialogId,
java.lang.Class propertyKeyClass)
Returns the Object implementing a given interface. |
java.lang.Object |
getProperty(java.lang.String dialogId,
java.lang.String propertyKey)
Returns the information that was put into the configuration for the dialog with the given dialogId identified by
the key with the name propertyKey. |
| Method Detail |
public java.lang.Object getProperty(java.lang.String dialogId,
java.lang.String propertyKey)
dialogId identified by
the key with the name propertyKey.
dialogId - the dialog's idpropertyKey - the name of the property entry
null if none was found
java.lang.IllegalArgumentException - if the dialog id is not valid or null
or if the property key is null
public java.lang.Object getProperty(java.lang.String dialogId,
java.lang.Class propertyKeyClass)
Services.
null if there is no implementation registered for that interface
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||