Uses of Class
net.anotheria.anosite.handler.BoxHandlerResponse
-
Packages that use BoxHandlerResponse Package Description net.anotheria.anosite.content.servlet net.anotheria.anosite.handler net.anotheria.anosite.handler.def net.anotheria.anosite.handler.validation net.anotheria.anosite.wizard.stepcommandhandler Describes default box handler which can be used on simples pages, and will allow default navigation. -
-
Uses of BoxHandlerResponse in net.anotheria.anosite.content.servlet
Constructors in net.anotheria.anosite.content.servlet with parameters of type BoxHandlerResponse Constructor Description InternalResponse(BoxHandlerResponse handlerResponse) -
Uses of BoxHandlerResponse in net.anotheria.anosite.handler
Subclasses of BoxHandlerResponse in net.anotheria.anosite.handler Modifier and Type Class Description classAbstractRedirectResponseclassResponseAbortCommands the called to abort the execution.classResponseContinueResponse continue.classResponseRedirectAfterProcessingclassResponseRedirectImmediatelyclassResponseStopFields in net.anotheria.anosite.handler declared as BoxHandlerResponse Modifier and Type Field Description static BoxHandlerResponseResponseContinue. INSTANCEA stateless instance which can be used as return value to reduce memory pollution.Methods in net.anotheria.anosite.handler that return BoxHandlerResponse Modifier and Type Method Description BoxHandlerResponseAbstractBoxHandler. process(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res, Box box, BoxBean bean)Returns ResponseContinue.INSTANCE.BoxHandlerResponseBoxHandler. process(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res, Box box, BoxBean bean)Called in second processing cycle.BoxHandlerResponseBoxHandlerWrapper. process(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res, Box box, BoxBean bean)BoxHandlerResponseAbstractBoxHandler. submit(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res, Box box)Returns ResponseContinue.INSTANCE.BoxHandlerResponseBoxHandler. submit(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res, Box box)Called in first processing cycle if a form submit has been detected (post requst or special indicator parameters).BoxHandlerResponseBoxHandlerWrapper. submit(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res, Box box) -
Uses of BoxHandlerResponse in net.anotheria.anosite.handler.def
Methods in net.anotheria.anosite.handler.def that return BoxHandlerResponse Modifier and Type Method Description BoxHandlerResponseImageBrowserHandler. process(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res, Box box, BoxBean bean)BoxHandlerResponseRedirectImmediatelyHandler. process(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res, Box box, BoxBean bean)BoxHandlerResponseRedirectImmediatelyHandler. submit(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res, Box box) -
Uses of BoxHandlerResponse in net.anotheria.anosite.handler.validation
Methods in net.anotheria.anosite.handler.validation that return BoxHandlerResponse Modifier and Type Method Description protected BoxHandlerResponseAbstractValidationBoxHandler. executeProcess(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res, Box box, BoxBean bean)Real process method for overriding in sub classes.protected BoxHandlerResponseAbstractValidationBoxHandler. executeSubmit(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res, Box box)Real submit method for overriding in sub classes.BoxHandlerResponseAbstractValidationBoxHandler. process(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res, Box box, BoxBean bean)BoxHandlerResponseAbstractValidationBoxHandler. submit(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res, Box box)protected BoxHandlerResponseAbstractValidationBoxHandler. writeJSONResponse(jakarta.servlet.http.HttpServletResponse res, String json)Writes JSON response and flush the stream. -
Uses of BoxHandlerResponse in net.anotheria.anosite.wizard.stepcommandhandler
Methods in net.anotheria.anosite.wizard.stepcommandhandler that return BoxHandlerResponse Modifier and Type Method Description BoxHandlerResponseDefaultStepCommandsHandler. process(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res, Box box, BoxBean bean)BoxHandlerResponseDefaultStepCommandsHandler. submit(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res, Box box)
-