|
Oracle Application Development Framework Model and Business Components Java API Reference
10.1.3.1.0 B28969-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
java.util.AbstractMap
java.util.HashMap
oracle.adf.model.servlet.ApplicationParameters
May be passed to JUMetaObjectManager.loadCpx(String, Map)
instead of a plain old HashMap. The ApplicationParameters map supports the lazy retrieval of some http properties like DataControlFactory.APP_PARAM_HTTP_SESSION
. The lazy instantiation of the session prevents session instantiation unless requested from the application.
This class is used by the ADFBindingFilter.
Constructor Summary | |
ApplicationParameters() |
Method Summary | |
java.lang.Object |
get(java.lang.Object key) |
Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, isEmpty, keySet, put, putAll, remove, size, values |
Methods inherited from class java.util.AbstractMap |
equals, hashCode, toString |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Map |
equals, hashCode |
Constructor Detail |
public ApplicationParameters()
Method Detail |
public java.lang.Object get(java.lang.Object key)
|
Oracle Application Development Framework Model and Business Components Java API Reference
10.1.3.1.0 B28969-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |