|
Oracle Application Development Framework Model and Business Components Java API Reference
10g Release 3 (10.1.3) B16005-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface is implemented by objects that manage Variables. Specifically, it has accessors, and getVariableManager() through which this object's ensureVariableManager() can be retrieved.VariableValueManager
For example, implements this interface. To be precise, ViewObjectImpl implements it and ComponentObjectImplViewObjectImpl inherits it.
| Method Summary | |
VariableValueManager |
ensureVariableManager()Returns this object's Variable Value Manager. |
java.lang.Class |
getMessageBundleClass() |
java.lang.String |
getName()Returns the name of this Variable Manager Owner. |
VariableValueManager |
getVariableManager()Returns this object's current Variable Value Manager. |
boolean |
hasVariables()Returns a flag indicating whether this object has Variables or not. |
| Method Detail |
public java.lang.String getName()
public boolean hasVariables()
public VariableValueManager getVariableManager()
null if Variable Value Manager has been initialized.
When a framework object is first created, its Variable Value Manager may be null. This method does not initialize (create) the Variable Value Manager.
in contrast, ensures that the Variable Value Manager is initialized (created).ensureVariableManager()
null if one was not yet initialized.public VariableValueManager ensureVariableManager()
public java.lang.Class getMessageBundleClass()
|
Oracle Application Development Framework Model and Business Components Java API Reference
10g Release 3 (10.1.3) B16005-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||