org.apache.jackrabbit.spi.commons.conversion
Interface NamePathResolver

All Superinterfaces:
NameResolver, PathResolver
All Known Implementing Classes:
DefaultNamePathResolver, NamePathResolverImpl, SessionContext, SessionImpl, XASessionImpl

public interface NamePathResolver
extends NameResolver, PathResolver

Combined name and path resolver. Can be used instead of the component name and path resolver interfaces when a single dependency for both name and path resolution is needed.


Method Summary
 
Methods inherited from interface org.apache.jackrabbit.spi.commons.conversion.NameResolver
getJCRName, getQName
 
Methods inherited from interface org.apache.jackrabbit.spi.commons.conversion.PathResolver
getJCRPath, getQPath, getQPath
 



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