Interface IDirResolver
public interface IDirResolver
This interface provides common functionality for various resolvers.
When passed in an IURI, it knows how to 'walk' the type hierarchy and obtain the correct component
from the map.
- See Also:
-
Method Summary
-
Method Details
-
resolve
Object resolve(IURI uri, String verb, Map<String, ? extends Object> componentMap) throws PortalExceptionresolve the object from the map- Parameters:
uri
- target resourceverb
- optional verb (only used for commands and methods)componentMap
- the map of contained components- Throws:
PortalException
-