public class JahiaPortalURLParserImpl extends Object implements org.apache.pluto.driver.url.PortalURLParser
| Modifier and Type | Field and Description |
|---|---|
static String |
PORTLET_INFO |
| Modifier and Type | Method and Description |
|---|---|
static void |
encode(StringBuffer url) |
static org.apache.pluto.driver.url.PortalURLParser |
getParser()
Returns the singleton parser instance.
|
org.apache.pluto.driver.url.PortalURL |
parse(javax.servlet.http.HttpServletRequest request)
Parse a servlet request to a portal URL.
|
String |
toString(org.apache.pluto.driver.url.PortalURL portalURL)
Converts a portal URL to a URL string.
|
public static final String PORTLET_INFO
public static org.apache.pluto.driver.url.PortalURLParser getParser()
public org.apache.pluto.driver.url.PortalURL parse(javax.servlet.http.HttpServletRequest request)
parse in interface org.apache.pluto.driver.url.PortalURLParserpublic String toString(org.apache.pluto.driver.url.PortalURL portalURL)
toString in interface org.apache.pluto.driver.url.PortalURLParserportalURL - the portal URL to convert.public static void encode(StringBuffer url)
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.