Class InstructionsEDLComponent
- java.lang.Object
-
- org.kuali.rice.edl.impl.components.InstructionsEDLComponent
-
- All Implemented Interfaces:
EDLModelComponent
public class InstructionsEDLComponent extends java.lang.Object implements EDLModelComponent
This class makes xml for the instructions template of widgets. Processes config elements instructions and createInstructions.- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
-
Constructor Summary
Constructors Constructor Description InstructionsEDLComponent()
-
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
-
-