Business Components 9.0.5

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 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
CLIENT_TYPE_ABSTRACT, CLIENT_TYPE_JCLIENT, CONTEXT_ID, DEFAULT_DATA_CONTROL, ERROR_HANDLER, HTTP_REQUEST, HTTP_RESPONSE, LOCALE_CONTEXT
 
Constructor Summary
HttpBindingContext()
           
 
Method Summary
static BindingContext getContext(javax.servlet.ServletRequest request)
          Return the ADF Model BindingContext given a ServletRequest
 void valueBound(javax.servlet.http.HttpSessionBindingEvent e)
           
 void valueUnbound(javax.servlet.http.HttpSessionBindingEvent e)
           
 
Methods inherited from class oracle.adf.model.BindingContext
addPersistentState, clear, containsKey, containsValue, entrySet, findBindingContainer, findDataControl, findPersistentState, get, getDefaultDataControl, getErrorHandler, getLocaleContext, getSessionContext, initializeSessionContext, isEmpty, isGenericApp, isJClientApp, keySet, keysIterator, put, putAll, release, remove, removePersistentState, setClientAppType, 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 BindingContext getContext(javax.servlet.ServletRequest request)
Return the ADF Model BindingContext given a ServletRequest

Parameters:
request - the current request

Business Components 9.0.5

 

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