Package org.kuali.rice.edl.impl
Class EDLControllerFactory
- java.lang.Object
-
- org.kuali.rice.edl.impl.EDLControllerFactory
-
public final class EDLControllerFactory extends java.lang.ObjectCreates EDL controllers. The parsed config is a definition name related to a Map containing config element and their associated class.- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static EDLControllercreateEDLController(EDocLiteAssociation edlAssociation, EDLGlobalConfig edlGlobalConfig)static EDLControllercreateEDLController(EDocLiteAssociation edlAssociation, EDLGlobalConfig edlGlobalConfig, org.kuali.rice.kew.routeheader.DocumentRouteHeaderValue document)static EDLContextgetPreEDLContext(EDLController edlController)
-
-
-
Method Detail
-
createEDLController
public static EDLController createEDLController(EDocLiteAssociation edlAssociation, EDLGlobalConfig edlGlobalConfig)
-
createEDLController
public static EDLController createEDLController(EDocLiteAssociation edlAssociation, EDLGlobalConfig edlGlobalConfig, org.kuali.rice.kew.routeheader.DocumentRouteHeaderValue document)
-
getPreEDLContext
public static EDLContext getPreEDLContext(EDLController edlController)
-
-