public interface IMechanicsResolver extends ISystemHandler
Modifier and Type | Method and Description |
---|---|
IMechanics |
getMechanics(IURI id,
Map<String,? extends Object> mechanicsMap)
Resolves the mechanics type for the specified uri.
|
IMechanics |
getMechanics(String type,
IURI id,
Map<String,? extends Object> mechanicsMap)
Resolves the mechanics type for the specified uri.
|
IMechanics |
getMechanicsByType(String typeName,
Map<String,? extends Object> mechanicsMap)
Resolves the mechanics type for the specified type.
|
getComponentData, getComponentName, getComponentProvider, getURI, isInitialized, setComponentData, setComponentProvider
init, shutdown
IMechanics getMechanics(IURI id, Map<String,? extends Object> mechanicsMap) throws PortalException
PortalException
IMechanics getMechanics(String type, IURI id, Map<String,? extends Object> mechanicsMap) throws PortalException
PortalException
IMechanics getMechanicsByType(String typeName, Map<String,? extends Object> mechanicsMap) throws PortalException
PortalException