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

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

protected static class CMSPortlet.GlobalURLFactory
extends CMSPortlet.URLFactory

Implementation that routes thru the CMSObjectCommandMapper.


Constructor Summary
CMSPortlet.GlobalURLFactory(ControllerContext controllerContext)
           
 
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.GlobalURLFactory

public CMSPortlet.GlobalURLFactory(ControllerContext controllerContext)
Method Detail

createURL

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