Package | Description |
---|---|
javax.faces.webapp |
Classes required for integration of
JavaServer Faces into web applications, including a standard servlet,
base classes for JSP custom component
tags, and concrete tag implementations for core tags.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Set<FacesServlet.HttpMethod> |
FacesServlet.allHttpMethods |
private java.util.Set<FacesServlet.HttpMethod> |
FacesServlet.allowedKnownHttpMethods |
private java.util.Set<FacesServlet.HttpMethod> |
FacesServlet.defaultAllowedHttpMethods |
Modifier and Type | Method and Description |
---|---|
static FacesServlet.HttpMethod |
FacesServlet.HttpMethod.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FacesServlet.HttpMethod[] |
FacesServlet.HttpMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|