Uses of Interface
org.spincast.core.controllers.FrontController
Packages that use FrontController
-
Uses of FrontController in org.spincast.core.controllers
Classes in org.spincast.core.controllers that implement FrontControllerModifier and TypeClassDescriptionclass
SpincastFrontController<R extends RequestContext<R>,
W extends WebsocketContext<?>> -
Uses of FrontController in org.spincast.plugins.undertow
Methods in org.spincast.plugins.undertow that return FrontControllerModifier and TypeMethodDescriptionprotected FrontController
SpincastUndertowServer.getFrontController()
Constructors in org.spincast.plugins.undertow with parameters of type FrontControllerModifierConstructorDescriptionSpincastUndertowServer
(SpincastUndertowUtils spincastUndertowUtils, SpincastConfig config, SpincastUndertowConfig spincastUndertowConfig, FrontController frontController, SpincastUtils spincastUtils, CookieFactory cookieFactory, CorsHandlerFactory corsHandlerFactory, GzipCheckerHandlerFactory gzipCheckerHandlerFactory, SkipResourceOnQueryStringHandlerFactory skipResourceOnQueryStringHandlerFactory, SpincastResourceHandlerFactory spincastResourceHandlerFactory, CacheBusterRemovalHandlerFactory cacheBusterRemovalHandlerFactory, SpincastClassPathResourceManagerFactory fileClassPathResourceManagerFactory, SpincastHttpAuthIdentityManagerFactory spincastHttpAuthIdentityManagerFactory, WebsocketEndpointFactory spincastWebsocketEndpointFactory, SSLContextFactory sslContextFactory) Constructor