Uses of Class
org.springframework.extensions.webscripts.Description.FormatStyle

Packages that use Description.FormatStyle
org.springframework.extensions.webscripts   
 

Uses of Description.FormatStyle in org.springframework.extensions.webscripts
 

Methods in org.springframework.extensions.webscripts that return Description.FormatStyle
 Description.FormatStyle WebScriptRequestImpl.getFormatStyle()
           
 Description.FormatStyle WebScriptRequest.getFormatStyle()
          Get the style the Format was specified in
 Description.FormatStyle DescriptionImpl.getFormatStyle()
           
 Description.FormatStyle Description.getFormatStyle()
          Gets the style of Format discriminator supported by this web script
static Description.FormatStyle Description.FormatStyle.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Description.FormatStyle[] Description.FormatStyle.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.springframework.extensions.webscripts with parameters of type Description.FormatStyle
 void DescriptionImpl.setFormatStyle(Description.FormatStyle formatStyle)
          Sets the format style
 



Copyright © 2009 SpringSource, Inc. All Rights Reserved.