Skip navigation links


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

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

 

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

 

Methods in org.apache.myfaces.trinidad.util that return RequestType
static RequestType ExternalContextUtils.getRequestType(javax.faces.context.ExternalContext ec)
          Returns the requestType of this ExternalContext.
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.trinidad.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.

 


Skip navigation links


Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.