org.kuali.rice.edl.impl
Class EDLControllerFactory

java.lang.Object
  extended by org.kuali.rice.edl.impl.EDLControllerFactory

public final class EDLControllerFactory
extends Object

Creates 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
static EDLController createEDLController(EDocLiteAssociation edlAssociation, EDLGlobalConfig edlGlobalConfig)
           
static EDLController createEDLController(EDocLiteAssociation edlAssociation, EDLGlobalConfig edlGlobalConfig, DocumentRouteHeaderValue document)
           
static EDLContext getPreEDLContext(EDLController edlController)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createEDLController

public static EDLController createEDLController(EDocLiteAssociation edlAssociation,
                                                EDLGlobalConfig edlGlobalConfig)

createEDLController

public static EDLController createEDLController(EDocLiteAssociation edlAssociation,
                                                EDLGlobalConfig edlGlobalConfig,
                                                DocumentRouteHeaderValue document)

getPreEDLContext

public static EDLContext getPreEDLContext(EDLController edlController)


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.