public interface PathResolverHolder
PathResolverHolder
is an entity that holds a
PathResolver
.Modifier and Type | Method and Description |
---|---|
PathResolver |
getPathResolver()
Get the
PathResolver . |
void |
setPathResolver(PathResolver pathResolver)
Set the
PathResolver to use. |
void setPathResolver(PathResolver pathResolver)
PathResolver
to use.pathResolver
- The path resolver to use.PathResolver getPathResolver()
PathResolver
.Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.