org.apache.commons.transaction.file
Interface ResourceIdToPathMapper

All Known Implementing Classes:
URLEncodeIdMapper

public interface ResourceIdToPathMapper

Mapper from a resourceId to a path string.

Since:
1.1
Version:
$Id: ResourceIdToPathMapper.java 493628 2007-01-07 01:42:48Z joerg $

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

Method Detail

getPathForId

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

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


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