Uses of Class
org.springframework.extensions.webscripts.Status
Packages that use Status
Package
Description
-
Uses of Status in org.springframework.extensions.webscripts
Methods in org.springframework.extensions.webscripts with parameters of type StatusModifier and TypeMethodDescriptionprotected voidDeclarativeWebScript.executeFinallyImpl(WebScriptRequest req, Status status, Cache cache, Map<String, Object> model) Execute custom Java logic to clean up any resourcesDeclarativeWebScript.executeImpl(WebScriptRequest req, Status status) Deprecated.DeclarativeWebScript.executeImpl(WebScriptRequest req, Status status, Cache cache) Execute custom Java logicprotected final voidAbstractWebScript.sendStatus(WebScriptRequest req, WebScriptResponse res, Status status, Cache cache, String format, Map<String, Object> model) Render an explicit response status templateConstructors in org.springframework.extensions.webscripts with parameters of type Status -
Uses of Status in org.springframework.extensions.webscripts.connector
Subclasses of Status in org.springframework.extensions.webscripts.connectorModifier and TypeClassDescriptionclassWrapper around the Status object that allows the Remote Client to expose header state.