|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpMethodType.Enum | |
org.apache.geronimo.xbeans.j2ee | |
org.apache.geronimo.xbeans.web | |
org.apache.geronimo.xbeans.web.impl |
Uses of HttpMethodType.Enum in org.apache.geronimo.xbeans.j2ee |
Fields in org.apache.geronimo.xbeans.j2ee declared as HttpMethodType.Enum | |
static HttpMethodType.Enum |
HttpMethodType.GET
|
static HttpMethodType.Enum |
HttpMethodType.POST
|
static HttpMethodType.Enum |
HttpMethodType.PUT
|
static HttpMethodType.Enum |
HttpMethodType.DELETE
|
static HttpMethodType.Enum |
HttpMethodType.HEAD
|
static HttpMethodType.Enum |
HttpMethodType.OPTIONS
|
static HttpMethodType.Enum |
HttpMethodType.TRACE
|
Methods in org.apache.geronimo.xbeans.j2ee that return HttpMethodType.Enum | |
static HttpMethodType.Enum |
HttpMethodType.Enum.forString(String s)
Returns the enum value for a string, or null if none. |
static HttpMethodType.Enum |
HttpMethodType.Enum.forInt(int i)
Returns the enum value corresponding to an int, or null if none. |
Uses of HttpMethodType.Enum in org.apache.geronimo.xbeans.web |
Methods in org.apache.geronimo.xbeans.web that return HttpMethodType.Enum | |
HttpMethodType.Enum[] |
WebResourceCollectionType.getHttpMethodArray()
Gets array of all "http-method" elements |
HttpMethodType.Enum |
WebResourceCollectionType.getHttpMethodArray(int i)
Gets ith "http-method" element |
Methods in org.apache.geronimo.xbeans.web with parameters of type HttpMethodType.Enum | |
void |
WebResourceCollectionType.setHttpMethodArray(HttpMethodType.Enum[] httpMethodArray)
Sets array of all "http-method" element |
void |
WebResourceCollectionType.setHttpMethodArray(int i,
HttpMethodType.Enum httpMethod)
Sets ith "http-method" element |
void |
WebResourceCollectionType.insertHttpMethod(int i,
HttpMethodType.Enum httpMethod)
Inserts the value as the ith "http-method" element |
void |
WebResourceCollectionType.addHttpMethod(HttpMethodType.Enum httpMethod)
Appends the value as the last "http-method" element |
Uses of HttpMethodType.Enum in org.apache.geronimo.xbeans.web.impl |
Methods in org.apache.geronimo.xbeans.web.impl that return HttpMethodType.Enum | |
HttpMethodType.Enum[] |
WebResourceCollectionTypeImpl.getHttpMethodArray()
Gets array of all "http-method" elements |
HttpMethodType.Enum |
WebResourceCollectionTypeImpl.getHttpMethodArray(int i)
Gets ith "http-method" element |
Methods in org.apache.geronimo.xbeans.web.impl with parameters of type HttpMethodType.Enum | |
void |
WebResourceCollectionTypeImpl.setHttpMethodArray(HttpMethodType.Enum[] httpMethodArray)
Sets array of all "http-method" element |
void |
WebResourceCollectionTypeImpl.setHttpMethodArray(int i,
HttpMethodType.Enum httpMethod)
Sets ith "http-method" element |
void |
WebResourceCollectionTypeImpl.insertHttpMethod(int i,
HttpMethodType.Enum httpMethod)
Inserts the value as the ith "http-method" element |
void |
WebResourceCollectionTypeImpl.addHttpMethod(HttpMethodType.Enum httpMethod)
Appends the value as the last "http-method" element |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |