org.exoplatform.services.wsrp2.producer.impl.helpers
Class WSRPConsumerRewriterPortletURLFactory

java.lang.Object
  extended by org.exoplatform.services.wsrp2.producer.impl.helpers.WSRPConsumerRewriterPortletURLFactory
All Implemented Interfaces:
PortletURLFactory

public class WSRPConsumerRewriterPortletURLFactory
extends Object
implements PortletURLFactory

Author : Mestrallet Benjamin benjmestrallet@users.sourceforge.net Date: 23 janv. 2004 Time: 18:20:54


Constructor Summary
WSRPConsumerRewriterPortletURLFactory(String markup, String template, List<Supports> supports, boolean isCurrentlySecured, String portletHandle, PersistentStateManager stateManager, String sessionID, boolean defaultEscapeXml, String cacheLevel, List<String> supportedPublicRenderParameter, Portlet portlet)
           
 
Method Summary
 javax.portlet.PortletURL createPortletURL(String type)
           
 javax.portlet.ResourceURL createResourceURL(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSRPConsumerRewriterPortletURLFactory

public WSRPConsumerRewriterPortletURLFactory(String markup,
                                             String template,
                                             List<Supports> supports,
                                             boolean isCurrentlySecured,
                                             String portletHandle,
                                             PersistentStateManager stateManager,
                                             String sessionID,
                                             boolean defaultEscapeXml,
                                             String cacheLevel,
                                             List<String> supportedPublicRenderParameter,
                                             Portlet portlet)
Method Detail

createPortletURL

public javax.portlet.PortletURL createPortletURL(String type)
Specified by:
createPortletURL in interface PortletURLFactory
Parameters:
type - type
Returns:
url

createResourceURL

public javax.portlet.ResourceURL createResourceURL(String type)
Specified by:
createResourceURL in interface PortletURLFactory
Parameters:
type - type
Returns:
url


Copyright © 2009 eXo Platform SAS. All Rights Reserved.