public final class Response extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Response.ResponseType
An enumeration of different response types.
|
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
LOGGER
Log instance.
|
| Modifier | Constructor and Description |
|---|---|
protected |
Response(Response.ResponseType responseType,
String url,
Map<String,String> attributes) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getAttributes() |
static Response |
getPostResponse(String url,
Map<String,String> attributes) |
static Response |
getRedirectResponse(String url,
Map<String,String> parameters) |
Response.ResponseType |
getResponseType() |
String |
getUrl() |
protected Response(Response.ResponseType responseType, String url, Map<String,String> attributes)
Copyright © 2004-2014 Jasig. All Rights Reserved.