A D G H I O P R T V 
All Classes All Packages

A

AttributesWrapper - Class in org.wicketstuff.restutils.wicket
Utility class to extract and handle the information from class IResource.Attributes
AttributesWrapper(IResource.Attributes) - Constructor for class org.wicketstuff.restutils.wicket.AttributesWrapper
 

D

DELETE - org.wicketstuff.restutils.http.HttpMethod
 

G

GET - org.wicketstuff.restutils.http.HttpMethod
 
getHttpCode() - Method in class org.wicketstuff.restutils.http.HttpResult
 
getHttpMethod() - Method in class org.wicketstuff.restutils.wicket.AttributesWrapper
 
getHttpMethod(WebRequest) - Static method in class org.wicketstuff.restutils.http.HttpUtils
Utility method to extract the HTTP request method.
getHttpMethod(Request) - Static method in class org.wicketstuff.restutils.http.HttpUtils
Utility method to extract the HTTP request method.
getMessage() - Method in class org.wicketstuff.restutils.http.HttpResult
 
getMethod() - Method in enum org.wicketstuff.restutils.http.HttpMethod
 
getOriginalAttributes() - Method in class org.wicketstuff.restutils.wicket.AttributesWrapper
 
getPageParameters() - Method in class org.wicketstuff.restutils.wicket.AttributesWrapper
 
getWebRequest() - Method in class org.wicketstuff.restutils.wicket.AttributesWrapper
 
getWebResponse() - Method in class org.wicketstuff.restutils.wicket.AttributesWrapper
 

H

HEAD - org.wicketstuff.restutils.http.HttpMethod
 
HTTP_OK - Static variable in class org.wicketstuff.restutils.http.HttpResult
 
HttpMethod - Enum in org.wicketstuff.restutils.http
Enum class that represents all the possible HTTP request methods.
HttpResult - Class in org.wicketstuff.restutils.http
 
HttpResult(int, String) - Constructor for class org.wicketstuff.restutils.http.HttpResult
 
HttpUtils - Class in org.wicketstuff.restutils.http
Utility class for HTTP-related operations.
HttpUtils() - Constructor for class org.wicketstuff.restutils.http.HttpUtils
 

I

isSuccessful() - Method in class org.wicketstuff.restutils.http.HttpResult
 

O

OPTIONS - org.wicketstuff.restutils.http.HttpMethod
 
org.wicketstuff.restutils.http - package org.wicketstuff.restutils.http
 
org.wicketstuff.restutils.wicket - package org.wicketstuff.restutils.wicket
 

P

PATCH - org.wicketstuff.restutils.http.HttpMethod
 
POST - org.wicketstuff.restutils.http.HttpMethod
 
PUT - org.wicketstuff.restutils.http.HttpMethod
 

R

readStringFromRequest(WebRequest) - Static method in class org.wicketstuff.restutils.http.HttpUtils
Read the string content of the current request.

T

toHttpMethod(String) - Static method in enum org.wicketstuff.restutils.http.HttpMethod
Converts a string (like "put", "get", "post", etc...) to the corresponding HTTP method.
TRACE - org.wicketstuff.restutils.http.HttpMethod
 

V

valueOf(String) - Static method in enum org.wicketstuff.restutils.http.HttpMethod
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.wicketstuff.restutils.http.HttpMethod
Returns an array containing the constants of this enum type, in the order they are declared.
A D G H I O P R T V 
All Classes All Packages