|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.hack23.cia.service.api.common.AbstractServiceMessage com.hack23.cia.service.api.common.AbstractServiceRequest com.hack23.cia.service.api.application.ApplicationRequest
public class ApplicationRequest
The Class ApplicationRequest.
Nested Class Summary | |
---|---|
static class |
ApplicationRequest.HeaderAttributeKey
The Enum HeaderAttributeKey. |
Field Summary | |
---|---|
static String |
HEADER_ACCEPT_LANGUAGE
The Constant HEADER_ACCEPT_LANGUAGE. |
static String |
HEADER_USER_AGENT
The Constant HEADER_USER_AGENT. |
Constructor Summary | |
---|---|
ApplicationRequest(Map<String,String> userSettingsMap)
Instantiates a new application request. |
Method Summary | |
---|---|
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 mapMethod Detail |
---|
public final String getAcceptLanguage()
public final String getHeaderAttribute(ApplicationRequest.HeaderAttributeKey headerAttributeKey)
headerAttributeKey
- the header attribute key
public final String getUserAgent()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |