atg.servlet
Interface PathTranslator

All Known Implementing Classes:
FileFinderPipelineServlet

public interface PathTranslator

This interface is implemented by objects that perform translation from a URL (PathInfo) to a translated path (PathTranslated). The DynamoHttpServletRequest class uses a PathTranslator implementation in its getRealPath method to translate a path in the request. This PathTranslator object is set as an attribute of the request object itself called DynamoHttpServletRequest.PATH_TRANSLATOR.


Field Summary
static java.lang.String CLASS_VERSION
           
 
Method Summary
 java.lang.String getRealPath(DynamoHttpServletRequest pRequest, java.lang.String pPath)
           
 

Field Detail

CLASS_VERSION

static final java.lang.String CLASS_VERSION
See Also:
Constant Field Values
Method Detail

getRealPath

java.lang.String getRealPath(DynamoHttpServletRequest pRequest,
                             java.lang.String pPath)