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

    Modifier and Type
    Method
    Description
    resolve(IURI uri, String verb, Map<String,? extends Object> componentMap)
    resolve the object from the map
  • Method Details

    • resolve

      Object resolve(IURI uri, String verb, Map<String,? extends Object> componentMap) throws PortalException
      resolve the object from the map
      Parameters:
      uri - target resource
      verb - optional verb (only used for commands and methods)
      componentMap - the map of contained components
      Throws:
      PortalException