Class PortletWindowURLFactory
- java.lang.Object
-
- org.silverpeas.core.web.portlets.portal.portletwindow.PortletWindowURLFactory
-
- All Implemented Interfaces:
com.sun.portal.container.ChannelURLFactory
public class PortletWindowURLFactory extends Object implements com.sun.portal.container.ChannelURLFactory
-
-
Constructor Summary
Constructors Constructor Description PortletWindowURLFactory(String desktopURL)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.sun.portal.container.ChannelURL
createChannelURL()
String
encodeURL(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, String url)
String
getActionTemplate()
String
getRenderTemplate()
String
getResourceTemplate()
String
getSecurityErrorURL()
-
-
-
Constructor Detail
-
PortletWindowURLFactory
public PortletWindowURLFactory(String desktopURL)
-
-
Method Detail
-
createChannelURL
public com.sun.portal.container.ChannelURL createChannelURL()
- Specified by:
createChannelURL
in interfacecom.sun.portal.container.ChannelURLFactory
-
encodeURL
public String encodeURL(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, String url)
- Specified by:
encodeURL
in interfacecom.sun.portal.container.ChannelURLFactory
-
getRenderTemplate
public String getRenderTemplate()
- Specified by:
getRenderTemplate
in interfacecom.sun.portal.container.ChannelURLFactory
-
getActionTemplate
public String getActionTemplate()
- Specified by:
getActionTemplate
in interfacecom.sun.portal.container.ChannelURLFactory
-
getResourceTemplate
public String getResourceTemplate()
- Specified by:
getResourceTemplate
in interfacecom.sun.portal.container.ChannelURLFactory
-
getSecurityErrorURL
public String getSecurityErrorURL()
- Specified by:
getSecurityErrorURL
in interfacecom.sun.portal.container.ChannelURLFactory
-
-