Oracle Application Development Framework Model and Business Components Java API Reference 10.1.3.1.0
B28969-01


oracle.adf.model.servlet
Class ApplicationParameters

java.lang.Object
  extended byjava.util.AbstractMap
      extended byjava.util.HashMap
          extended byoracle.adf.model.servlet.ApplicationParameters

All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable

public class ApplicationParameters
extends java.util.HashMap

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.

Since:
release specific (what release of product did this appear in)
10.1.3.1.0:
$Header: ApplicationParameters.java 05-nov-2005.11:07:08 rvangri Exp $
See Also:
Serialized Form

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

ApplicationParameters

public ApplicationParameters()

Method Detail

get

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


Copyright © 1997, 2006, Oracle. All rights reserved.