Uses of Class
org.springframework.extensions.webscripts.Cache
-
Packages that use Cache Package Description org.springframework.extensions.webscripts org.springframework.extensions.webscripts.servlet -
-
Uses of Cache in org.springframework.extensions.webscripts
Methods in org.springframework.extensions.webscripts with parameters of type Cache Modifier and Type Method Description protected voidDeclarativeWebScript. executeFinallyImpl(WebScriptRequest req, Status status, Cache cache, java.util.Map<java.lang.String,java.lang.Object> model)Execute custom Java logic to clean up any resourcesprotected java.util.Map<java.lang.String,java.lang.Object>DeclarativeWebScript. executeImpl(WebScriptRequest req, Status status, Cache cache)Execute custom Java logicprotected voidAbstractWebScript. sendStatus(WebScriptRequest req, WebScriptResponse res, Status status, Cache cache, java.lang.String format, java.util.Map<java.lang.String,java.lang.Object> model)Render an explicit response status templatevoidWebScriptResponse. setCache(Cache cache)Sets the Cache control -
Uses of Cache in org.springframework.extensions.webscripts.servlet
Methods in org.springframework.extensions.webscripts.servlet with parameters of type Cache Modifier and Type Method Description voidWebScriptServletResponse. setCache(Cache cache)
-