Uses of Interface
org.jboss.seam.social.rest.RestParameterList

Packages that use RestParameterList
org.jboss.seam.social.rest   
 

Uses of RestParameterList in org.jboss.seam.social.rest
 

Methods in org.jboss.seam.social.rest that return RestParameterList
 RestParameterList RestRequest.getBodyParams()
          Obtains a Map of the body parameters.
 RestParameterList RestRequest.getQueryStringParams()
          Get a Map of the query string parameters.
 RestParameterList RestParameterList.sort()
           
 

Methods in org.jboss.seam.social.rest with parameters of type RestParameterList
 void RestParameterList.addAll(RestParameterList other)
           
 



Copyright © 2011-2013 Seam Framework. All Rights Reserved.