Interface PageLayoutUtil.IMappingResolver

  • Enclosing class:
    PageLayoutUtil

    public static interface PageLayoutUtil.IMappingResolver
    Provides a method to resolve a service interface instance identifier into another one.
    Since:
    5.6.0
    Version:
    $Revision$ $Date$
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String resolve​(java.lang.String serviceInterfaceInstaceId)
      Resolves a service interface instance identifier into another one.
    • Method Detail

      • resolve

        java.lang.String resolve​(java.lang.String serviceInterfaceInstaceId)
                          throws PortalException
        Resolves a service interface instance identifier into another one.
        Parameters:
        serviceInterfaceInstaceId - the original identifier.
        Returns:
        the resolved identifier.
        Throws:
        PortalException
        Since:
        5.6.0