Uses of Class
org.barracudamvc.core.view.ClientType

Packages that use ClientType
org.barracudamvc.core.view   
 

Uses of ClientType in org.barracudamvc.core.view
 

Subclasses of ClientType in org.barracudamvc.core.view
protected static class ClientType.ChtmlBrowserImpl
           
protected static class ClientType.GenericBrowserImpl
           
protected static class ClientType.Html32BrowserImpl
           
protected static class ClientType.Html40BrowserImpl
           
protected static class ClientType.HtmlBrowserImpl
           
protected static class ClientType.HtmlStandardBrowserImpl
           
protected static class ClientType.IE3xImpl
           
protected static class ClientType.IE4xImpl
           
protected static class ClientType.IE5xImpl
           
protected static class ClientType.IE6xImpl
           
protected static class ClientType.NN3xImpl
           
protected static class ClientType.NN4xImpl
           
protected static class ClientType.NN6xImpl
           
protected static class ClientType.Opera4xImpl
           
protected static class ClientType.Opera5xImpl
           
protected static class ClientType.UnknownBrowserImpl
           
protected static class ClientType.VxmlBrowserImpl
           
protected static class ClientType.WmlBrowserImpl
           
protected static class ClientType.XhtmlBrowserImpl
           
protected static class ClientType.XmlBrowserImpl
           
 

Fields in org.barracudamvc.core.view declared as ClientType
protected  ClientType ViewCapabilities.clientType
           
static ClientType ClientType.HTML_BROWSER
           
static ClientType ClientType.HTML_3_2_BROWSER
           
static ClientType ClientType.IE_3x
           
static ClientType ClientType.IE_4x
           
static ClientType ClientType.NN_3x
           
static ClientType ClientType.NN_4x
           
static ClientType ClientType.OPERA_4x
           
static ClientType ClientType.HTML_4_0_BROWSER
           
static ClientType ClientType.IE_5x
           
static ClientType ClientType.IE_6x
           
static ClientType ClientType.NN_6x
           
static ClientType ClientType.OPERA_5x
           
static ClientType ClientType.CHTML_BROWSER
           
static ClientType ClientType.XML_BROWSER
           
static ClientType ClientType.VXML_BROWSER
           
static ClientType ClientType.WML_BROWSER
           
static ClientType ClientType.XHTML_BROWSER
           
static ClientType ClientType.UNKNOWN_BROWSER
           
 

Methods in org.barracudamvc.core.view that return ClientType
static ClientType ViewUtil.getClientType(javax.servlet.http.HttpServletRequest req)
          Determine the client type by looking at the User-Agent header in the request
 ClientType ViewCapabilities.getClientType()
          Get the current client type
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.
 



Copyright © 2004 BarracudaMVC.org All Rights Reserved.