|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TerminalExtension
An interface to a terminal specific extension of a servlet request. It is saved as a request attribute using its class name.
Field Summary | |
---|---|
static String |
KEY
The extension key. |
Method Summary | |
---|---|
String |
getDefaultCharactedEncoding()
Gets the default character extension of the MIME type of the terminal. |
String |
getDefaultExtension()
Gets the default file extension of the MIME type of the terminal. |
String |
getMobileStationIsdn()
Gets the MSISDN (phone number) of the terminal. |
MimeType |
getPreferredContentType()
Gets the preferred MIME type of the terminal. |
Profile |
getProfile()
Gets the profile. |
String |
getTerminalId()
Gets the terminal id. |
Locale |
getTerminalLocale()
Gets the current locale with terminal specific variants. |
Locale |
getTerminalLocale(Locale locale)
Gets the specified locale with terminal specific variants. |
String |
getUserAgentVariant()
Gets the user agent variant. |
void |
setTerminalLocale(Locale locale)
Sets the current locale with terminal specific variants. |
Field Detail |
---|
static final String KEY
Method Detail |
---|
Profile getProfile()
String getTerminalId()
String getMobileStationIsdn()
MimeType getPreferredContentType()
String getDefaultCharactedEncoding()
String getDefaultExtension()
String getUserAgentVariant()
Locale getTerminalLocale()
void setTerminalLocale(Locale locale)
locale
- the terminal specific locale.Locale getTerminalLocale(Locale locale)
locale
- the locale to customize.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |