|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RequestType | |
---|---|
org.apache.myfaces.orchestra.lib.jsf |
Uses of RequestType in org.apache.myfaces.orchestra.lib.jsf |
---|
Fields in org.apache.myfaces.orchestra.lib.jsf declared as RequestType | |
---|---|
static RequestType |
RequestType.ACTION
The type for a portlet ActionRequest. |
static RequestType |
RequestType.EVENT
The type for a portlet EventRequest. |
static RequestType |
RequestType.RENDER
The type for a portlet RenderRequest. |
static RequestType |
RequestType.RESOURCE
The type for a portlet ResourceRequest. |
static RequestType |
RequestType.SERVLET
The type for all servlet requests. |
Methods in org.apache.myfaces.orchestra.lib.jsf that return RequestType | |
---|---|
static RequestType |
ExternalContextUtils.getRequestType(javax.faces.context.ExternalContext externalContext)
Returns the requestType of this ExternalContext. |
static RequestType |
ExternalContextUtils.getRequestType(java.lang.Object context,
java.lang.Object request)
This method is used when a ExternalContext object is not available, like in TomahawkFacesContextFactory. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |