Uses of Class
org.exoplatform.web.controller.router.Router
Packages that use Router
Package
Description
-
Uses of Router in org.exoplatform.web
Methods in org.exoplatform.web that return RouterConstructors in org.exoplatform.web with parameters of type RouterModifierConstructorDescriptionControllerContext(WebAppController controller, Router router, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, Map<QualifiedName, String> parameters) -
Uses of Router in org.exoplatform.web.controller.metadata
Methods in org.exoplatform.web.controller.metadata that return RouterModifier and TypeMethodDescriptionControllerDescriptor.build()ControllerDescriptor.build(RegexFactory regexFactory) -
Uses of Router in org.exoplatform.web.url.simple
Constructors in org.exoplatform.web.url.simple with parameters of type RouterModifierConstructorDescriptionSimpleURLContext(String scheme, String host, int port, String servletContext, String requestHandler, Router router) SimpleURLContext(String servletContext, Router router)