Package | Description |
---|---|
org.apache.myfaces.trinidad.context |
Modifier and Type | Method and Description |
---|---|
abstract RequestContext |
RequestContextFactory.createContext(javax.faces.context.ExternalContext ec)
Creates a RequestContext.
|
abstract RequestContext |
RequestContextFactory.createContext(Object context,
Object request)
Deprecated.
This method does not work in a Portal environment. It will
only work with a ServletRequest. Please use
RequestContextFactory.createContext(ExternalContext) which is container
agnostic. |
static RequestContext |
RequestContext.getCurrentInstance()
Retrieves the RequestContext active for the current thread.
|
Copyright © 2001-2016 The Apache Software Foundation. All Rights Reserved.