org.apache.commons.transaction.file
Interface ResourceIdToPathMapper

All Known Implementing Classes:
JDK14URLEncodeIdMapper, URLEncodeIdMapper

public interface ResourceIdToPathMapper

Mapper from a resourceId to a path string.

Since:
1.1

Method Summary
 java.lang.String getPathForId(java.lang.Object resourceId)
          Maps the resource id object to a path string.
 

Method Detail

getPathForId

public java.lang.String getPathForId(java.lang.Object resourceId)
Maps the resource id object to a path string.

Parameters:
resourceId - the resource id
Returns:
the path string


Copyright © 2004-2007 The Apache Software Foundation. All Rights Reserved.