Uses of Class
org.apache.myfaces.shared_tomahawk.util.RequestType

Packages that use RequestType
org.apache.myfaces.shared_tomahawk.util   
 

Uses of RequestType in org.apache.myfaces.shared_tomahawk.util
 

Methods in org.apache.myfaces.shared_tomahawk.util 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.
static RequestType RequestType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RequestType[] RequestType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.myfaces.shared_tomahawk.util with parameters of type RequestType
static boolean ExternalContextUtils.isRequestTypeAvailable(RequestType type)
          Returns true if a particular class relating to the supplied request type is available on the current classpath or false if it is not.
static boolean ExternalContextUtils.isRequestTypeSupported(RequestType type)
          Returns true if a particular request type is supported by the container.
 



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