Uses of Class
org.apache.myfaces.orchestra.lib.jsf.RequestType

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(Object context, Object request)
          This method is used when a ExternalContext object is not available, like in TomahawkFacesContextFactory.
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.