GenericURL.UrlRewriterPlugin Interface
com.bea.portlet
GenericURL.UrlRewriterPlugin Interface
- public static interface GenericURL.UrlRewriterPlugin
A plugin for rewriting URLs. When a plugin is found in the HTTP request (as an attribute),
the GenericURL
class and its subclasses delegate URL rewriting to the plugin.
-
Enclosing class
-
GenericURL
URL_REWRITER_PLUGIN
public static final String
URL_REWRITER_PLUGIN
createUrl(String, Map, String, HttpServletRequest, HttpServletResponse, ServletContext) Method
public String
createUrl(String
path,
Map
parameters,
String
type,
HttpServletRequest
httpRequest,
HttpServletResponse
httpResponse,
ServletContext
servletContext)
Create a URL string.
Parameters
-
path
- path
-
parameters
- parameters
-
type
- type of the URL
-
httpRequest
-
-
httpResponse
-
-
servletContext
-
Returns
- URl