Package org.exoplatform.web.url.simple
Class SimpleURLContext
java.lang.Object
org.exoplatform.web.url.simple.SimpleURLContext
- All Implemented Interfaces:
URLContext
- Author:
- Nick Scavelli
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSimpleURLContext(jakarta.servlet.http.HttpServletRequest httpRequest, org.exoplatform.container.PortalContainer container, WebAppController controller) SimpleURLContext(String scheme, String host, int port, String servletContext, String requestHandler, Router router) SimpleURLContext(String servletContext, Router router) SimpleURLContext(org.exoplatform.container.PortalContainer container, WebAppController controller) -
Method Summary
-
Field Details
-
scheme
-
host
-
port
protected int port -
servletContext
-
requestHandler
-
-
Constructor Details
-
SimpleURLContext
-
SimpleURLContext
-
SimpleURLContext
public SimpleURLContext(jakarta.servlet.http.HttpServletRequest httpRequest, org.exoplatform.container.PortalContainer container, WebAppController controller) -
SimpleURLContext
public SimpleURLContext(org.exoplatform.container.PortalContainer container, WebAppController controller)
-
-
Method Details
-
render
Description copied from interface:URLContextRenders the url.- Specified by:
renderin interfaceURLContext- Type Parameters:
R- the url resource typeU- the url generic type- Parameters:
url- the url to render- Returns:
- the rendered url
-