Package | Description |
---|---|
org.apache.myfaces.trinidad.component | |
org.apache.myfaces.trinidad.context |
Modifier and Type | Method and Description |
---|---|
RequestContext |
ComponentProcessingContext.getRequestContext() |
Modifier and Type | Method and Description |
---|---|
abstract RequestContext |
RequestContextFactory.createContext(javax.faces.context.ExternalContext ec)
Creates a RequestContext from an ExternalContext.
|
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.
|
RequestContext |
RenderingContext.getRequestContext()
Access to RequestContext
|
Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.