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 TypeClassDescriptionclassSpincastFrontController<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 FrontControllerSpincastUndertowServer.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