Package | Description |
---|---|
org.apache.myfaces.trinidad.util |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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 © 2001-2017 The Apache Software Foundation. All Rights Reserved.