|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClientType | |
---|---|
org.barracudamvc.core.view |
Uses of ClientType in org.barracudamvc.core.view |
---|
Fields in org.barracudamvc.core.view declared as ClientType | |
---|---|
static ClientType |
ClientType.CHTML_BROWSER
|
protected ClientType |
ViewCapabilities.clientType
|
static ClientType |
ClientType.HTML_3_2_BROWSER
|
static ClientType |
ClientType.HTML_4_0_BROWSER
|
static ClientType |
ClientType.HTML_BROWSER
|
static ClientType |
ClientType.IE_3x
|
static ClientType |
ClientType.IE_4x
|
static ClientType |
ClientType.IE_5x
|
static ClientType |
ClientType.IE_6x
|
static ClientType |
ClientType.NN_3x
|
static ClientType |
ClientType.NN_4x
|
static ClientType |
ClientType.NN_6x
|
static ClientType |
ClientType.OPERA_4x
|
static ClientType |
ClientType.OPERA_5x
|
static ClientType |
ClientType.UNKNOWN_BROWSER
|
static ClientType |
ClientType.VXML_BROWSER
|
static ClientType |
ClientType.WML_BROWSER
|
static ClientType |
ClientType.XHTML_BROWSER
|
static ClientType |
ClientType.XML_BROWSER
|
Methods in org.barracudamvc.core.view that return ClientType | |
---|---|
ClientType |
ViewCapabilities.getClientType()
Get the current client type |
static ClientType |
ViewUtil.getClientType(javax.servlet.http.HttpServletRequest req)
Determine the client type by looking at the User-Agent header in the request |
static ClientType |
ClientType.getInstance(String strName)
Given a target string, find the matching client type |
Methods in org.barracudamvc.core.view with parameters of type ClientType | |
---|---|
void |
ViewCapabilities.setClientType(ClientType iclientType)
Manually specify a client type |
Constructors in org.barracudamvc.core.view with parameters of type ClientType | |
---|---|
ViewCapabilities(FormatType formatType,
ClientType clientType,
ScriptingType scriptingType,
Locale clientLocale)
This constructor allows you to manually specify the various types for a ViewCapabilities object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |