Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


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, INPUT_VALUE_HANDLERS, IS_INITIALIZED, LOCALE_CONTEXT

Constructor Summary
HttpBindingContext()

Method Summary
void addPersistentState(java.lang.String name, java.io.Serializable psState)
Internal: Applications should not use this class.
static 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, findDataControl, findPersistentState, get, getBindingInputHandler, getDefaultDataControl, getErrorHandler, getLocaleContext, getSessionContext, initializeSessionContext, isEmpty, isGenericApp, isJClientApp, keySet, keysIterator, put, putAll, release, remove, setBindingInputHandlers, 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

addPersistentState

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

removePersistentState

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

Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


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