Uses of Interface
net.anotheria.anosite.handler.BoxHandler
-
Packages that use BoxHandler 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 BoxHandler in net.anotheria.anosite.handler
Classes in net.anotheria.anosite.handler that implement BoxHandler Modifier and Type Class Description classAbstractBoxHandlerAdapter style implementation of a boxhandler.classBoxHandlerWrapperclassNoneHandlerA handler which performs no operation.Methods in net.anotheria.anosite.handler that return BoxHandler Modifier and Type Method Description static BoxHandlerBoxHandlerFactory. createHandler(String id)Constructors in net.anotheria.anosite.handler with parameters of type BoxHandler Constructor Description BoxHandlerWrapper(BoxHandlerProducer aProducer, BoxHandler aHandler) -
Uses of BoxHandler in net.anotheria.anosite.handler.def
Classes in net.anotheria.anosite.handler.def that implement BoxHandler Modifier and Type Class Description classImageBrowserHandlerclassRedirectImmediatelyHandlerThis handler sends a redirect request back to the browser. -
Uses of BoxHandler in net.anotheria.anosite.handler.validation
Classes in net.anotheria.anosite.handler.validation that implement BoxHandler Modifier and Type Class Description classAbstractValidationBoxHandler<T extends AbstractFormBean>Abstract box handler for handling requests with validation functional. -
Uses of BoxHandler in net.anotheria.anosite.wizard.stepcommandhandler
Classes in net.anotheria.anosite.wizard.stepcommandhandler that implement BoxHandler Modifier and Type Class Description classDefaultStepCommandsHandlerDefault WizardStep handler - which allow adjusting to configured step.
-