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

Packages that use Cache
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 Cache in org.springframework.extensions.webscripts
 

Methods in org.springframework.extensions.webscripts with parameters of type Cache
protected  Map<String,Object> DeclarativeWebScript.executeImpl(WebScriptRequest req, Status status, Cache cache)
          Execute custom Java logic
protected  void AbstractWebScript.sendStatus(WebScriptRequest req, WebScriptResponse res, Status status, Cache cache, String format, Map<String,Object> model)
          Render an explicit response status template
 void LocalWebScriptResponse.setCache(Cache cache)
           
 void WebScriptResponse.setCache(Cache cache)
          Sets the Cache control
 

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

Methods in org.springframework.extensions.webscripts.atom with parameters of type Cache
protected  Map<String,Object> AtomWebScript.executeImpl(WebScriptRequest req, Status status, Cache cache)
           
 

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

Methods in org.springframework.extensions.webscripts.jsf with parameters of type Cache
 void WebScriptJSFResponse.setCache(Cache cache)
           
 

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

Methods in org.springframework.extensions.webscripts.portlet with parameters of type Cache
 void WebScriptPortletResponse.setCache(Cache cache)
           
 

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

Methods in org.springframework.extensions.webscripts.servlet with parameters of type Cache
 void WebScriptServletResponse.setCache(Cache cache)
           
 



Copyright © 2009 SpringSource, Inc. All Rights Reserved.