Package lumis.portal.page
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: 11804 $ $Date: 2010-07-29 10:06:21 -0300 (Thu, 29 Jul 2010) $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
resolve(String serviceInterfaceInstaceId)
Resolves a service interface instance identifier into another one.
-
-
-
Method Detail
-
resolve
String resolve(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
-
-