lumis.doui.control
Class ControlManager

Package class diagram package ControlManager
java.lang.Object
  extended by lumis.doui.control.ControlManager
All Implemented Interfaces:
IControlManager

public class ControlManager
extends Object
implements IControlManager

Control manager implementation.

Since:
4.0.0

Constructor Summary
ControlManager()
           
 
Method Summary
 ControlConfig get(String controlType, ITransaction transaction)
           
 IControl getControlFromClassName(String className)
           
 void registerControls(SessionConfig sessionConfig, String controlTypesDefinitionPath, ITransaction transaction)
           
 void unregisterControl(SessionConfig sessionConfig, String controlType, ITransaction transaction)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ControlManager

public ControlManager()
Method Detail

registerControls

public void registerControls(SessionConfig sessionConfig,
                             String controlTypesDefinitionPath,
                             ITransaction transaction)
                      throws ManagerException,
                             PortalException
Specified by:
registerControls in interface IControlManager
Throws:
ManagerException
PortalException

unregisterControl

public void unregisterControl(SessionConfig sessionConfig,
                              String controlType,
                              ITransaction transaction)
                       throws ManagerException,
                              PortalException
Specified by:
unregisterControl in interface IControlManager
Throws:
ManagerException
PortalException

get

public ControlConfig get(String controlType,
                         ITransaction transaction)
                  throws ManagerException,
                         PortalException
Specified by:
get in interface IControlManager
Throws:
ManagerException
PortalException

getControlFromClassName

public IControl getControlFromClassName(String className)
                                 throws ManagerException,
                                        PortalException
Throws:
ManagerException
PortalException


Lumisportal  4.1.0.071221 - Copyright © 2001-2007, Lumis. All Rights Reserved.