com.liferay.portal.portletcontainer
Class PortletWindowURLFactory

java.lang.Object
  extended by com.liferay.portal.portletcontainer.PortletWindowURLFactory
All Implemented Interfaces:
com.sun.portal.container.ChannelURLFactory

public class PortletWindowURLFactory
extends java.lang.Object
implements com.sun.portal.container.ChannelURLFactory

View Source

Author:
Deepak Gothe, Brian Wing Shun Chan

Constructor Summary
PortletWindowURLFactory(javax.servlet.http.HttpServletRequest request, com.liferay.portal.model.Portlet portlet, com.sun.portal.container.ChannelState windowState, com.sun.portal.container.ChannelMode portletMode, long plid)
           
 
Method Summary
 com.sun.portal.container.ChannelURL createChannelURL()
           
 java.lang.String encodeURL(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.lang.String url)
           
 java.lang.String getActionTemplate()
           
 java.lang.String getRenderTemplate()
           
 java.lang.String getResourceTemplate()
           
 java.lang.String getSecurityErrorURL()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletWindowURLFactory

public PortletWindowURLFactory(javax.servlet.http.HttpServletRequest request,
                               com.liferay.portal.model.Portlet portlet,
                               com.sun.portal.container.ChannelState windowState,
                               com.sun.portal.container.ChannelMode portletMode,
                               long plid)
Method Detail

createChannelURL

public com.sun.portal.container.ChannelURL createChannelURL()
Specified by:
createChannelURL in interface com.sun.portal.container.ChannelURLFactory

encodeURL

public java.lang.String encodeURL(javax.servlet.http.HttpServletRequest request,
                                  javax.servlet.http.HttpServletResponse response,
                                  java.lang.String url)
Specified by:
encodeURL in interface com.sun.portal.container.ChannelURLFactory

getActionTemplate

public java.lang.String getActionTemplate()
Specified by:
getActionTemplate in interface com.sun.portal.container.ChannelURLFactory

getRenderTemplate

public java.lang.String getRenderTemplate()
Specified by:
getRenderTemplate in interface com.sun.portal.container.ChannelURLFactory

getResourceTemplate

public java.lang.String getResourceTemplate()
Specified by:
getResourceTemplate in interface com.sun.portal.container.ChannelURLFactory

getSecurityErrorURL

public java.lang.String getSecurityErrorURL()
Specified by:
getSecurityErrorURL in interface com.sun.portal.container.ChannelURLFactory