org.apache.cocoon.portal.pluto
Class ResourceURLProviderImpl

java.lang.Object
  extended by org.apache.cocoon.portal.pluto.ResourceURLProviderImpl
All Implemented Interfaces:
org.apache.pluto.services.information.ResourceURLProvider

public class ResourceURLProviderImpl
extends Object
implements org.apache.pluto.services.information.ResourceURLProvider

Create the URL for a resource

Version:
CVS $Id: ResourceURLProviderImpl.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
Carsten Ziegeler

Field Summary
protected  String base
           
protected  String url
           
 
Constructor Summary
ResourceURLProviderImpl(PortalContextProviderImpl provider)
          Constructor
 
Method Summary
 void setAbsoluteURL(String path)
           
 void setFullPath(String path)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

base

protected final String base

url

protected String url
Constructor Detail

ResourceURLProviderImpl

public ResourceURLProviderImpl(PortalContextProviderImpl provider)
Constructor

Method Detail

setAbsoluteURL

public void setAbsoluteURL(String path)
Specified by:
setAbsoluteURL in interface org.apache.pluto.services.information.ResourceURLProvider

setFullPath

public void setFullPath(String path)
Specified by:
setFullPath in interface org.apache.pluto.services.information.ResourceURLProvider

toString

public String toString()
Specified by:
toString in interface org.apache.pluto.services.information.ResourceURLProvider
Overrides:
toString in class Object


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.