|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectcom.hack23.cia.service.api.common.AbstractServiceRequest
com.hack23.cia.service.api.control.ApplicationRequest
public class ApplicationRequest extends AbstractServiceRequest
The Class ApplicationRequest.
| Modifier and Type | Class and Description |
|---|---|
static class |
ApplicationRequest.HeaderAttributeKey
The Enum HeaderAttributeKey. |
| Modifier and Type | Field and Description |
|---|---|
static String |
HEADER_ACCEPT_LANGUAGE
The Constant HEADER_ACCEPT_LANGUAGE. |
static String |
HEADER_USER_AGENT
The Constant HEADER_USER_AGENT. |
| Constructor and Description |
|---|
ApplicationRequest(Map<String,String> userSettingsMap)
Instantiates a new application request. |
| Modifier and Type | Method and Description |
|---|---|
String |
getAcceptLanguage()
Gets the accept language. |
String |
getHeaderAttribute(ApplicationRequest.HeaderAttributeKey headerAttributeKey)
Gets the header attribute. |
String |
getUserAgent()
Gets the user agent. |
| Methods inherited from class com.hack23.cia.service.api.common.AbstractServiceRequest |
|---|
getUserSessionId |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String HEADER_ACCEPT_LANGUAGE
public static final String HEADER_USER_AGENT
| Constructor Detail |
|---|
public ApplicationRequest(Map<String,String> userSettingsMap)
userSettingsMap - the user settings map| Method Detail |
|---|
public final String getAcceptLanguage()
public final String getHeaderAttribute(ApplicationRequest.HeaderAttributeKey headerAttributeKey)
headerAttributeKey - the header attribute keypublic final String getUserAgent()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||