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

java.lang.Object
  extended by org.jboss.portal.core.cms.ui.CMSPortlet.URLFactory
Direct Known Subclasses:
CMSPortlet.GlobalURLFactory, CMSPortlet.LocalURLFactory
Enclosing class:
CMSPortlet

protected abstract static class CMSPortlet.URLFactory
extends java.lang.Object

Creates CMS urls which is used for image src calls from the html.


Constructor Summary
protected CMSPortlet.URLFactory()
           
 
Method Summary
abstract  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.URLFactory

protected CMSPortlet.URLFactory()
Method Detail

createURL

public abstract java.lang.String createURL(java.lang.String path)