Uses of Interface
com.helger.xservlet.handler.IXServletBasicHandler
-
Packages that use IXServletBasicHandler Package Description com.helger.xservlet.handler com.helger.xservlet.handler.simple com.helger.xservlet.handler.specific -
-
Uses of IXServletBasicHandler in com.helger.xservlet.handler
Subinterfaces of IXServletBasicHandler in com.helger.xservlet.handler Modifier and Type Interface Description interfaceIXServletHandlerHandler for a single HTTP method in an XServlet.Classes in com.helger.xservlet.handler that implement IXServletBasicHandler Modifier and Type Class Description classXServletAsyncHandlerA specialIXServletHandlerthat allows to run requests asynchronously.classXServletHandlerOPTIONSCalled by the server (via theservicemethod) to allow a servlet to handle a OPTIONS request.classXServletHandlerTRACECalled by the server (via theservicemethod) to allow a servlet to handle a TRACE request. -
Uses of IXServletBasicHandler in com.helger.xservlet.handler.simple
Subinterfaces of IXServletBasicHandler in com.helger.xservlet.handler.simple Modifier and Type Interface Description interfaceIXServletSimpleHandlerSpecial interface for a simple servlet handler.Classes in com.helger.xservlet.handler.simple that implement IXServletBasicHandler Modifier and Type Class Description classXServletHandlerToSimpleHandlerImplementation ofIXServletHandlerforIXServletSimpleHandler. -
Uses of IXServletBasicHandler in com.helger.xservlet.handler.specific
Classes in com.helger.xservlet.handler.specific that implement IXServletBasicHandler Modifier and Type Class Description classRedirectAbsoluteXServletHandlerAnIXServletSimpleHandlerthat does a redirect to a fixed URL.classRedirectToServletXServletHandlerAnIXServletSimpleHandlerthat does a redirect to another servlet.
-