Package lumis.doui.control
Class ControlManager
- java.lang.Object
-
- lumis.doui.control.ControlManager
-
- All Implemented Interfaces:
IControlManager
public class ControlManager extends Object implements IControlManager
Control manager implementation.- Since:
- 4.0.0
- Version:
- $Revision: 16016 $ $Date: 2013-11-19 16:37:41 -0200 (Tue, 19 Nov 2013) $
-
-
Constructor Summary
Constructors Constructor Description ControlManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ControlConfig
get(String controlType, ITransaction transaction)
void
registerControls(SessionConfig sessionConfig, String controlTypesDefinitionPath, ITransaction transaction)
void
unregisterControl(SessionConfig sessionConfig, String controlType, ITransaction transaction)
-
-
-
Method Detail
-
registerControls
public void registerControls(SessionConfig sessionConfig, String controlTypesDefinitionPath, ITransaction transaction) throws ManagerException, PortalException
- Specified by:
registerControls
in interfaceIControlManager
- Throws:
ManagerException
PortalException
-
unregisterControl
public void unregisterControl(SessionConfig sessionConfig, String controlType, ITransaction transaction) throws ManagerException, PortalException
- Specified by:
unregisterControl
in interfaceIControlManager
- Throws:
ManagerException
PortalException
-
get
public ControlConfig get(String controlType, ITransaction transaction) throws ManagerException, PortalException
- Specified by:
get
in interfaceIControlManager
- Throws:
ManagerException
PortalException
-
-