Class AnnotationComponent
- java.lang.Object
-
- org.kuali.rice.edl.impl.components.AnnotationComponent
-
- All Implemented Interfaces:
EDLModelComponent
public class AnnotationComponent extends java.lang.Object implements EDLModelComponent
EDL pipeline component that exposes annotations from the previous array of taken actions in the EDL to render.- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
-
Constructor Summary
Constructors Constructor Description AnnotationComponent()
-
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
-
-