org.eclipse.virgo.snaps.core.internal.webapp.url
Class ImmutablePathTranslation

java.lang.Object
  extended by org.eclipse.virgo.snaps.core.internal.webapp.url.ImmutablePathTranslation
All Implemented Interfaces:
PathTranslation

public class ImmutablePathTranslation
extends java.lang.Object
implements PathTranslation

TODO Document ImmutablePathTranslation

Concurrent Semantics
TODO Document concurrent semantics of ImmutablePathTranslation


Constructor Summary
ImmutablePathTranslation(java.lang.String servletPath, java.lang.String pathInfo)
           
 
Method Summary
 java.lang.String getPathInfo()
          
 java.lang.String getServletPath()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImmutablePathTranslation

public ImmutablePathTranslation(java.lang.String servletPath,
                                java.lang.String pathInfo)
Method Detail

getPathInfo

public java.lang.String getPathInfo()

Specified by:
getPathInfo in interface PathTranslation

getServletPath

public java.lang.String getServletPath()

Specified by:
getServletPath in interface PathTranslation