org.jboss.portal.core.cms.ui
Class CMSPortlet.LocalURLFactory

java.lang.Object
  extended by org.jboss.portal.core.cms.ui.CMSPortlet.URLFactory
      extended by org.jboss.portal.core.cms.ui.CMSPortlet.LocalURLFactory
Enclosing class:
CMSPortlet

protected static class CMSPortlet.LocalURLFactory
extends CMSPortlet.URLFactory

Implementation that uses a PortletURL object.


Constructor Summary
CMSPortlet.LocalURLFactory(PortletURL portletURL)
           
 
Method Summary
 java.lang.String createURL(java.lang.String path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CMSPortlet.LocalURLFactory

public CMSPortlet.LocalURLFactory(PortletURL portletURL)
Method Detail

createURL

public java.lang.String createURL(java.lang.String path)
Specified by:
createURL in class CMSPortlet.URLFactory