Oracle Fusion Middleware Java API Reference for Oracle ADF Controller
11g Release 1 (11.1.1.7.0)

E10651-08

oracle.adfinternal.controller.util
Class ContextInterface

java.lang.Object
  extended by oracle.adfinternal.controller.util.ContextInterface

public abstract class ContextInterface
extends java.lang.Object


Constructor Summary
protected ContextInterface()
          Protected constructor, use the static getInstance() method.
 
Method Summary
abstract  void attachExternalContextToThread(javax.faces.context.ExternalContext extContext)
           
abstract  void clearExternalContextFromThread()
           
abstract  java.util.Map<java.lang.String,java.lang.Object> getApplicationMap()
          Get the application map from the external context.
abstract  javax.faces.context.ExternalContext getExternalContext()
           
static ContextInterface getInstance()
           
abstract  void removeExternalContextFromThread()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextInterface

protected ContextInterface()
Protected constructor, use the static getInstance() method.

Method Detail

getInstance

public static ContextInterface getInstance()
Returns:
a singleton instance of ContextInterface for this application.

getExternalContext

public abstract javax.faces.context.ExternalContext getExternalContext()

attachExternalContextToThread

public abstract void attachExternalContextToThread(javax.faces.context.ExternalContext extContext)

removeExternalContextFromThread

public abstract void removeExternalContextFromThread()

clearExternalContextFromThread

public abstract void clearExternalContextFromThread()

getApplicationMap

public abstract java.util.Map<java.lang.String,java.lang.Object> getApplicationMap()
Get the application map from the external context.

Returns:
the application map.

Oracle Fusion Middleware Java API Reference for Oracle ADF Controller
11g Release 1 (11.1.1.7.0)

E10651-08

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