org.kuali.rice.edl.impl.components
Class JavascriptEDLComponent

java.lang.Object
  extended by org.kuali.rice.edl.impl.components.JavascriptEDLComponent
All Implemented Interfaces:
EDLModelComponent

public class JavascriptEDLComponent
extends Object
implements EDLModelComponent

This class exists solely to propagate the javascript element content into the edl element of the dom destined to be transformed so the transform can include the specified javascript. This is because the EDL definition itself is no longer present in this dom.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Constructor Summary
JavascriptEDLComponent()
           
 
Method Summary
 void updateDOM(Document dom, Element configElement, EDLContext edlContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavascriptEDLComponent

public JavascriptEDLComponent()
Method Detail

updateDOM

public void updateDOM(Document dom,
                      Element configElement,
                      EDLContext edlContext)
Specified by:
updateDOM in interface EDLModelComponent


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