Class JavascriptEDLComponent
- java.lang.Object
-
- org.kuali.rice.edl.impl.components.JavascriptEDLComponent
-
- All Implemented Interfaces:
EDLModelComponent
public class JavascriptEDLComponent extends java.lang.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
Constructors Constructor Description JavascriptEDLComponent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidupdateDOM(org.w3c.dom.Document dom, org.w3c.dom.Element configElement, EDLContext edlContext)
-
-
-
Method Detail
-
updateDOM
public void updateDOM(org.w3c.dom.Document dom, org.w3c.dom.Element configElement, EDLContext edlContext)- Specified by:
updateDOMin interfaceEDLModelComponent
-
-