org.jasig.portal.portlet.url
Class ResourceUrlProviderImpl

java.lang.Object
  extended by org.jasig.portal.portlet.url.ResourceUrlProviderImpl
All Implemented Interfaces:
org.apache.pluto.spi.ResourceURLProvider

public class ResourceUrlProviderImpl
extends Object
implements org.apache.pluto.spi.ResourceURLProvider

Simple handling for resource URL generation

Version:
$Revision$
Author:
Eric Dalquist

Constructor Summary
ResourceUrlProviderImpl()
           
 
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
 

Constructor Detail

ResourceUrlProviderImpl

public ResourceUrlProviderImpl()
Method Detail

setAbsoluteURL

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

setFullPath

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

toString

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


Copyright © 2010 Jasig. All Rights Reserved.