org.objectweb.telosys.util.web
Class ResourceURI

java.lang.Object
  extended byorg.objectweb.telosys.util.web.GenericURI
      extended byorg.objectweb.telosys.util.web.ResourceURI

public class ResourceURI
extends GenericURI


Constructor Summary
ResourceURI(java.lang.String sResourcePath)
          Constructs an application resource URI definition
 
Methods inherited from class org.objectweb.telosys.util.web.GenericURI
getContextURI, getContextURI, getContextURI, getFullURL, getFullURL, getFullURL, getResourcePath, setResourcePath, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResourceURI

public ResourceURI(java.lang.String sResourcePath)
Constructs an application resource URI definition

Parameters:
sResourcePath - : the resource path in the web app folder ( without the web app context at the beginning )
e.g. "/myfolder/mypage.jsp"