Class BrowserHandler
- java.lang.Object
-
- org.kuali.rice.edl.impl.components.BrowserHandler
-
- All Implemented Interfaces:
EDLModelComponent
public class BrowserHandler extends java.lang.Object implements EDLModelComponent
Handles setting the request browser type in the EDL XML.- Author:
- Kuali Rice Team (kuali-rice@googlegroups.com)
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringBROWSER_EL
-
Constructor Summary
Constructors Constructor Description BrowserHandler()
-
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)
-
-
-
Field Detail
-
BROWSER_EL
public static final java.lang.String BROWSER_EL
- See Also:
- Constant Field Values
-
-
Method Detail
-
updateDOM
public void updateDOM(org.w3c.dom.Document dom, org.w3c.dom.Element configElement, EDLContext edlContext)- Specified by:
updateDOMin interfaceEDLModelComponent
-
-