Uses of Class
org.springframework.extensions.webscripts.NegotiatedFormat

Packages that use NegotiatedFormat
org.springframework.extensions.webscripts   
 

Uses of NegotiatedFormat in org.springframework.extensions.webscripts
 

Methods in org.springframework.extensions.webscripts that return NegotiatedFormat
 NegotiatedFormat[] DescriptionImpl.getNegotiatedFormats()
           
 NegotiatedFormat[] Description.getNegotiatedFormats()
          Gets the formats available for negotiation
 

Methods in org.springframework.extensions.webscripts with parameters of type NegotiatedFormat
static String NegotiatedFormat.negotiateFormat(String accept, NegotiatedFormat[] negotiatedFormats)
          Negotiate Format - given a list of accepted media types, return the format that's most suitable
 void DescriptionImpl.setNegotiatedFormats(NegotiatedFormat[] negotiatedFormats)
          Sets the negotiated formats
 



Copyright © 2009 SpringSource, Inc. All Rights Reserved.