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

Packages that use FormatType
org.barracudamvc.core.view   
 

Uses of FormatType in org.barracudamvc.core.view
 

Subclasses of FormatType in org.barracudamvc.core.view
protected static class FormatType.AsciiDataImpl
           
protected static class FormatType.BinaryDataImpl
           
protected static class FormatType.Chtml1_0Impl
           
protected static class FormatType.Chtml1xImpl
           
protected static class FormatType.Chtml2_0Impl
           
protected static class FormatType.Chtml2xImpl
           
protected static class FormatType.ChtmlImpl
           
protected static class FormatType.DocImpl
           
protected static class FormatType.ExeImpl
           
protected static class FormatType.GenericDataImpl
           
protected static class FormatType.Html3_0Impl
           
protected static class FormatType.Html3_1Impl
           
protected static class FormatType.Html3_2Impl
           
protected static class FormatType.Html3xImpl
           
protected static class FormatType.Html4_0Impl
           
protected static class FormatType.Html4_1Impl
           
protected static class FormatType.Html4xImpl
           
protected static class FormatType.HtmlBasicImpl
           
protected static class FormatType.HtmlImpl
           
protected static class FormatType.PdfImpl
           
protected static class FormatType.RtfImpl
           
protected static class FormatType.UnknownFormatImpl
           
protected static class FormatType.Vxml1_0Impl
           
protected static class FormatType.Vxml1xImpl
           
protected static class FormatType.VxmlImpl
           
protected static class FormatType.Wml1_0Impl
           
protected static class FormatType.Wml1xImpl
           
protected static class FormatType.WmlImpl
           
protected static class FormatType.XhtmlBasic1_0Impl
           
protected static class FormatType.XhtmlBasic1xImpl
           
protected static class FormatType.XhtmlBasicImpl
           
protected static class FormatType.XhtmlImpl
           
protected static class FormatType.XhtmlStandard1_0Impl
           
protected static class FormatType.XhtmlStandard1xImpl
           
protected static class FormatType.XhtmlStandardImpl
           
protected static class FormatType.Xml1_0Impl
           
protected static class FormatType.Xml1xImpl
           
protected static class FormatType.XmlImpl
           
 

Fields in org.barracudamvc.core.view declared as FormatType
protected  FormatType ViewCapabilities.formatType
           
static FormatType FormatType.HTML_3_0
           
static FormatType FormatType.HTML_3_1
           
static FormatType FormatType.HTML_3_2
           
static FormatType FormatType.HTML_4_0
           
static FormatType FormatType.HTML_4_1
           
static FormatType FormatType.CHTML_1_0
           
static FormatType FormatType.CHTML_2_0
           
static FormatType FormatType.XML_1_0
           
static FormatType FormatType.VXML_1_0
           
static FormatType FormatType.WML_1_0
           
static FormatType FormatType.XHTML_BASIC_1_0
           
static FormatType FormatType.XHTML_STANDARD_1_0
           
static FormatType FormatType.UNKNOWN_FORMAT
           
 

Methods in org.barracudamvc.core.view that return FormatType
static FormatType ViewUtil.getFormatType(javax.servlet.http.HttpServletRequest req)
          Determine the format type by looking at the Accept header in the request
 FormatType ViewCapabilities.getFormatType()
          Get the current format type
 

Methods in org.barracudamvc.core.view with parameters of type FormatType
 void ViewCapabilities.setFormatType(FormatType iformatType)
          Manually specify a format type
 

Constructors in org.barracudamvc.core.view with parameters of type FormatType
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.