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


oracle.adf.model.servlet
Class HttpBindingContext

java.lang.Object
  extended byoracle.adf.model.BindingContext
      extended byoracle.adf.model.servlet.HttpBindingContext

All Implemented Interfaces:
java.util.EventListener, javax.servlet.http.HttpSessionBindingListener, java.util.Map, java.io.Serializable

public class HttpBindingContext
extends oracle.adf.model.BindingContext
implements javax.servlet.http.HttpSessionBindingListener
See Also:
Serialized Form

Nested Class Summary

 

Nested classes inherited from class java.util.Map
java.util.Map.Entry

 

Field Summary

 

Fields inherited from class oracle.adf.model.BindingContext
APPLICATION_DEF, BINDINGS_HELPER, CLIENT_TYPE_ABSTRACT, CLIENT_TYPE_JCLIENT, CONTEXT_HELPER, CONTEXT_ID, DEFAULT_DATA_CONTROL, ERROR_HANDLER, HTTP_REQUEST, HTTP_RESPONSE, INPUT_VALUE_HANDLERS, IS_INITIALIZED, LOCALE_CONTEXT, MAP_RESOLVER, RESERVED_BINDINGS

 

Constructor Summary
HttpBindingContext()
           

 

Method Summary
 void addPersistentState(java.lang.String name, java.io.Serializable psState)
          Internal: Applications should not use this class.
static oracle.adf.model.BindingContext getContext(javax.servlet.ServletRequest request)
          Return the ADF Model BindingContext given a ServletRequest
 void removePersistentState(java.lang.String name)
          Internal: Applications should not use this class.
 void valueBound(javax.servlet.http.HttpSessionBindingEvent e)
           
 void valueUnbound(javax.servlet.http.HttpSessionBindingEvent e)
           

 

Methods inherited from class oracle.adf.model.BindingContext
bindingContainersIterator, clear, containsKey, containsValue, dataControlsIterator, entrySet, findBindingContainer, findBindingContainerByPath, findBindingContainerIdByPath, findDataControl, findPersistentState, get, getBindingInputHandler, getDef, getDefaultDataControl, getErrorHandler, getLocaleContext, getSessionContext, initializeSessionContext, isEmpty, isGenericApp, isJClientApp, keySet, keysIterator, put, putAll, release, remove, setBindingInputHandlers, setClientAppType, setCurrentBindingsEntry, setErrorHandler, setLocaleContext, setSessionContext, size, values, valuesIterator

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Methods inherited from interface java.util.Map
equals, hashCode

 

Constructor Detail

HttpBindingContext

public HttpBindingContext()

Method Detail

valueBound

public void valueBound(javax.servlet.http.HttpSessionBindingEvent e)
Specified by:
valueBound in interface javax.servlet.http.HttpSessionBindingListener

valueUnbound

public void valueUnbound(javax.servlet.http.HttpSessionBindingEvent e)
Specified by:
valueUnbound in interface javax.servlet.http.HttpSessionBindingListener

getContext

public static final oracle.adf.model.BindingContext getContext(javax.servlet.ServletRequest request)
Return the ADF Model BindingContext given a ServletRequest
Parameters:
request - the current request

addPersistentState

public void addPersistentState(java.lang.String name,
                               java.io.Serializable psState)
Description copied from class: oracle.adf.model.BindingContext
Internal: Applications should not use this class.

removePersistentState

public void removePersistentState(java.lang.String name)
Description copied from class: oracle.adf.model.BindingContext
Internal: Applications should not use this class.

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.