org.apache.pluto.driver.core
Class ResourceURLProviderImpl

java.lang.Object
  extended by org.apache.pluto.driver.core.ResourceURLProviderImpl
All Implemented Interfaces:
ResourceURLProvider

public class ResourceURLProviderImpl
extends java.lang.Object
implements ResourceURLProvider


Constructor Summary
ResourceURLProviderImpl(javax.servlet.http.HttpServletRequest req, PortletWindow portletWindow)
           
 
Method Summary
 void setAbsoluteURL(java.lang.String path)
           
 void setFullPath(java.lang.String path)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResourceURLProviderImpl

public ResourceURLProviderImpl(javax.servlet.http.HttpServletRequest req,
                               PortletWindow portletWindow)
Method Detail

setAbsoluteURL

public void setAbsoluteURL(java.lang.String path)
Specified by:
setAbsoluteURL in interface ResourceURLProvider

setFullPath

public void setFullPath(java.lang.String path)
Specified by:
setFullPath in interface ResourceURLProvider

toString

public java.lang.String toString()
Specified by:
toString in interface ResourceURLProvider
Overrides:
toString in class java.lang.Object


Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.