Uses of Class
net.anotheria.anosite.handler.exception.BoxSubmitException
-
Packages that use BoxSubmitException Package Description 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 BoxSubmitException in net.anotheria.anosite.handler
Methods in net.anotheria.anosite.handler that throw BoxSubmitException Modifier and Type Method Description BoxHandlerResponseAbstractBoxHandler. submit(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res, Box box)Returns ResponseContinue.INSTANCE. -
Uses of BoxSubmitException in net.anotheria.anosite.handler.def
Methods in net.anotheria.anosite.handler.def that throw BoxSubmitException Modifier and Type Method Description BoxHandlerResponseRedirectImmediatelyHandler. submit(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res, Box box) -
Uses of BoxSubmitException in net.anotheria.anosite.handler.validation
Methods in net.anotheria.anosite.handler.validation that throw BoxSubmitException Modifier and Type Method Description protected BoxHandlerResponseAbstractValidationBoxHandler. executeSubmit(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res, Box box)Real submit method for overriding in sub classes.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 BoxSubmitException in net.anotheria.anosite.wizard.stepcommandhandler
Methods in net.anotheria.anosite.wizard.stepcommandhandler that throw BoxSubmitException Modifier and Type Method Description BoxHandlerResponseDefaultStepCommandsHandler. submit(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res, Box box)
-