Uses of Interface
org.springframework.extensions.surf.util.Content

Packages that use Content
org.springframework.extensions.surf   
org.springframework.extensions.surf.support   
org.springframework.extensions.surf.util   
org.springframework.extensions.webscripts   
org.springframework.extensions.webscripts.atom   
org.springframework.extensions.webscripts.jsf   
org.springframework.extensions.webscripts.portlet   
org.springframework.extensions.webscripts.servlet   
 

Uses of Content in org.springframework.extensions.surf
 

Methods in org.springframework.extensions.surf that return Content
 Content WrappedRequestContext.getRequestContent()
           
 Content RequestContext.getRequestContent()
          Returns the body of the incoming POST content This is applicable for multipart form requests
 

Uses of Content in org.springframework.extensions.surf.support
 

Methods in org.springframework.extensions.surf.support that return Content
 Content AbstractRequestContext.getRequestContent()
           
 

Uses of Content in org.springframework.extensions.surf.util
 

Classes in org.springframework.extensions.surf.util that implement Content
 class InputStreamContent
          Input Stream based Content
 

Uses of Content in org.springframework.extensions.webscripts
 

Methods in org.springframework.extensions.webscripts that return Content
 Content LocalWebScriptRequest.getContent()
           
 Content WebScriptRequest.getContent()
          Gets the request body as content
 Content RequestReader.read(WebScriptRequest req)
           
 

Methods in org.springframework.extensions.webscripts that return types with arguments of type Content
 Class<Content> RequestReader.getDestinationClass()
           
 

Uses of Content in org.springframework.extensions.webscripts.atom
 

Methods in org.springframework.extensions.webscripts.atom with parameters of type Content
 org.apache.abdera.model.Element AtomService.toAtom(Content atom)
          Parse an Atom element
 org.apache.abdera.model.Entry AtomService.toEntry(Content entry)
          Parse an Atom Entry
 org.apache.abdera.model.Feed AtomService.toFeed(Content feed)
          Parse an Atom Feed
 org.apache.abdera.model.Service AtomService.toService(Content entry)
          Parse an Atom Service
 

Uses of Content in org.springframework.extensions.webscripts.jsf
 

Methods in org.springframework.extensions.webscripts.jsf that return Content
 Content WebScriptJSFRequest.getContent()
           
 

Uses of Content in org.springframework.extensions.webscripts.portlet
 

Methods in org.springframework.extensions.webscripts.portlet that return Content
 Content WebScriptPortletRequest.getContent()
           
 

Uses of Content in org.springframework.extensions.webscripts.servlet
 

Methods in org.springframework.extensions.webscripts.servlet that return Content
 Content WebScriptServletRequest.getContent()
           
 Content FormData.FormField.getContent()
           
 



Copyright © 2009 SpringSource, Inc. All Rights Reserved.