|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.gpt.framework.jsf.FacesContextBroker
public class FacesContextBroker
Broker for a JSF FacesContext.
Constructor Summary | |
---|---|
FacesContextBroker()
Default constructor. |
|
FacesContextBroker(HttpServletRequest request,
HttpServletResponse response)
Constructs a Faces context broker from the current HTTP request. |
Method Summary | |
---|---|
HttpServletRequest |
extractHttpServletRequest()
Extracts the HttpServletRequest from the Faces context instance. |
HttpServletResponse |
extractHttpServletResponse()
Extracts the HttpServletResponse from the Faces context instance. |
HttpSession |
extractHttpSession()
Extracts the HttpSession from the Faces context instance. |
MessageBroker |
extractMessageBroker()
Extract the MessageBroker from the Faces context instance. |
PageContext |
extractPageContext()
Extract the PageContext from the Faces context instance. |
RequestContext |
extractRequestContext()
Extract the request context from the Faces context instance. |
ServletContext |
extractServletContext()
Extracts the ServletContext from the Faces context instance. |
UIViewRoot |
extractViewRoot()
Extracts the ServletContext from the Faces context instance. |
ExternalContext |
getExternalContext()
Gets the external context associated with the current FacesContext instance. |
FacesContext |
getFacesContext()
Gets the current FacesContext instance. |
Object |
resolveManagedBean(String managedBeanName)
Resolves a managed bean variable. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FacesContextBroker()
public FacesContextBroker(HttpServletRequest request, HttpServletResponse response)
request
- the HTTP requestresponse
- the HTTP responseMethod Detail |
---|
public ExternalContext getExternalContext()
public FacesContext getFacesContext()
public HttpServletRequest extractHttpServletRequest()
public HttpServletResponse extractHttpServletResponse()
public HttpSession extractHttpSession()
public MessageBroker extractMessageBroker()
public PageContext extractPageContext()
public RequestContext extractRequestContext()
public ServletContext extractServletContext()
public UIViewRoot extractViewRoot()
public Object resolveManagedBean(String managedBeanName)
managedBeanName
- the configured name of the managed bean
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |