Uses of Class
org.springframework.extensions.webscripts.NegotiatedFormat
-
Packages that use NegotiatedFormat Package Description org.springframework.extensions.webscripts -
-
Uses of NegotiatedFormat in org.springframework.extensions.webscripts
Methods in org.springframework.extensions.webscripts that return NegotiatedFormat Modifier and Type Method Description NegotiatedFormat[]Description. getNegotiatedFormats()Gets the formats available for negotiationNegotiatedFormat[]DescriptionImpl. getNegotiatedFormats()Methods in org.springframework.extensions.webscripts with parameters of type NegotiatedFormat Modifier and Type Method Description static java.lang.StringNegotiatedFormat. negotiateFormat(java.lang.String accept, NegotiatedFormat[] negotiatedFormats)Negotiate Format - given a list of accepted media types, return the format that's most suitablevoidDescriptionImpl. setNegotiatedFormats(NegotiatedFormat[] negotiatedFormats)Sets the negotiated formats
-