Uses of Interface
com.blackrook.small.SmallResponse
Packages that use 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
Classes in com.blackrook.small that implement SmallResponseModifier and TypeClassDescriptionstatic class
Creates a generic response object for Small Responses.Methods in com.blackrook.small that return SmallResponseModifier and TypeMethodDescriptionSmallFilterResult.getSmallResponse()
Gets the SmallResponse object.Methods in com.blackrook.small with parameters of type SmallResponseModifier 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
Methods in com.blackrook.small.dispatch.controller that return SmallResponseModifier 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
Methods in com.blackrook.small.util that return SmallResponseModifier 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.