Uses of Class
org.springframework.extensions.webscripts.Description.FormatStyle
-
Packages that use Description.FormatStyle Package Description org.springframework.extensions.webscripts -
-
Uses of Description.FormatStyle in org.springframework.extensions.webscripts
Methods in org.springframework.extensions.webscripts that return Description.FormatStyle Modifier and Type Method Description Description.FormatStyleDescription. getFormatStyle()Gets the style of Format discriminator supported by this web scriptDescription.FormatStyleDescriptionImpl. getFormatStyle()Description.FormatStyleWebScriptRequest. getFormatStyle()Get the style the Format was specified inDescription.FormatStyleWebScriptRequestImpl. getFormatStyle()static Description.FormatStyleDescription.FormatStyle. valueOf(java.lang.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 Modifier and Type Method Description voidDescriptionImpl. setFormatStyle(Description.FormatStyle formatStyle)Sets the format style
-