Methods in org.apache.myfaces.commons.util 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. |
static RequestType |
RequestType.valueOf(java.lang.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. |