Uses of Interface
com.blackrook.small.SmallResponse
Package
Description
This package contains the main classes and components that make up the main functions of the framework.
Contains controller descriptors.
Contains utility functions and classes.
-
Uses of SmallResponse in com.blackrook.small
Modifier and TypeClassDescriptionstatic class
Creates a generic response object for Small Responses.Modifier and TypeMethodDescriptionSmallFilterResult.getSmallResponse()
Gets the SmallResponse object.Modifier and TypeMethodDescriptionSmallResponse.create
(SmallResponse smallResponse) Creates a new response from another SmallResponse, copying the status, content, and the headers.static SmallFilterResult
SmallFilterResult.fail
(SmallResponse smallResponse) Returns a failing result with a SmallResponse.static SmallFilterResult
SmallFilterResult.pass
(SmallResponse smallResponse) Returns a passing result with a SmallResponse. -
Uses of SmallResponse in com.blackrook.small.dispatch.controller
Modifier and TypeMethodDescriptionControllerEntryPoint.handleCall
(RequestMethod requestMethod, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Map<String, String> pathVariableMap, Map<String, javax.servlet.http.Cookie> cookieMap, HashDequeMap<String, Part> partMap) -
Uses of SmallResponse in com.blackrook.small.util
Modifier and TypeMethodDescriptionstatic SmallResponse
SmallUtils.encapsulateResponseContent
(Object content) Encapsulates an object in aSmallResponse
object.static SmallResponse
SmallRequestUtils.getSmallResponse
(javax.servlet.http.HttpServletRequest request) Convenience method that gets the SmallResponse on the request.