Uses of Class
org.springframework.extensions.webscripts.Status
-
Packages that use Status Package Description org.springframework.extensions.webscripts org.springframework.extensions.webscripts.connector -
-
Uses of Status in org.springframework.extensions.webscripts
Methods in org.springframework.extensions.webscripts with parameters of type Status 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)Deprecated.protected 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 templateConstructors in org.springframework.extensions.webscripts with parameters of type Status Constructor Description WebScriptStatus(Status status)Deprecated.Construct -
Uses of Status in org.springframework.extensions.webscripts.connector
Subclasses of Status in org.springframework.extensions.webscripts.connector Modifier and Type Class Description classResponseStatusWrapper around the Status object that allows the Remote Client to expose header state.
-