Uses of Class
cool.scx.web.parameter_handler.RequestInfo
Packages that use RequestInfo
Package
Description
-
Uses of RequestInfo in cool.scx.web.parameter_handler
Methods in cool.scx.web.parameter_handler with parameters of type RequestInfo -
Uses of RequestInfo in cool.scx.web.parameter_handler.from_body
Methods in cool.scx.web.parameter_handler.from_body with parameters of type RequestInfoModifier and TypeMethodDescriptionstatic ObjectFromBodyParameterHandler.getValueFromBody(String name, boolean useAllBody, boolean required, cool.scx.reflect.TypeInfo javaType, RequestInfo info) FromBodyParameterHandler.handle(RequestInfo requestInfo) -
Uses of RequestInfo in cool.scx.web.parameter_handler.from_path
Methods in cool.scx.web.parameter_handler.from_path with parameters of type RequestInfoModifier and TypeMethodDescriptionstatic ObjectFromPathParameterHandler.getValueFromPath(String name, boolean merge, boolean required, cool.scx.reflect.TypeInfo javaType, RequestInfo info) FromPathParameterHandler.handle(RequestInfo requestInfo) -
Uses of RequestInfo in cool.scx.web.parameter_handler.from_query
Methods in cool.scx.web.parameter_handler.from_query with parameters of type RequestInfoModifier and TypeMethodDescriptionstatic ObjectFromQueryParameterHandler.getValueFromQuery(String name, boolean merge, boolean required, cool.scx.reflect.TypeInfo javaType, RequestInfo info) FromQueryParameterHandler.handle(RequestInfo requestInfo) -
Uses of RequestInfo in cool.scx.web.parameter_handler.from_upload
Methods in cool.scx.web.parameter_handler.from_upload with parameters of type RequestInfo -
Uses of RequestInfo in cool.scx.web.parameter_handler.last
Methods in cool.scx.web.parameter_handler.last with parameters of type RequestInfo