Uses of Class
org.exoplatform.web.WebAppController
Packages that use WebAppController
-
Uses of WebAppController in org.exoplatform.web
Methods in org.exoplatform.web that return WebAppControllerMethods in org.exoplatform.web with parameters of type WebAppControllerModifier and TypeMethodDescriptionvoidWebRequestHandler.onDestroy(WebAppController controller) Destroy callback.voidWebRequestHandler.onInit(WebAppController controller, jakarta.servlet.ServletConfig sConfig) Init callback.Constructors in org.exoplatform.web with parameters of type WebAppControllerModifierConstructorDescriptionControllerContext(WebAppController controller, Router router, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, Map<QualifiedName, String> parameters) -
Uses of WebAppController in org.exoplatform.web.url.simple
Constructors in org.exoplatform.web.url.simple with parameters of type WebAppControllerModifierConstructorDescriptionSimpleURLContext(jakarta.servlet.http.HttpServletRequest httpRequest, org.exoplatform.container.PortalContainer container, WebAppController controller) SimpleURLContext(org.exoplatform.container.PortalContainer container, WebAppController controller)