org.kuali.rice.kew.edl.components
Class BrowserHandler
java.lang.Object
org.kuali.rice.kew.edl.components.BrowserHandler
- All Implemented Interfaces:
- EDLModelComponent
public class BrowserHandler
- extends Object
- implements EDLModelComponent
Handles setting the request browser type in the EDL XML.
- Author:
- Kuali Rice Team (kuali-rice@googlegroups.com)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOG
private static final org.apache.commons.logging.Log LOG
BROWSER_EL
public static final String BROWSER_EL
- See Also:
- Constant Field Values
BrowserHandler
public BrowserHandler()
updateDOM
public void updateDOM(Document dom,
Element configElement,
EDLContext edlContext)
- Specified by:
updateDOM
in interface EDLModelComponent
browserString
private String browserString(RequestParser requestParser)
- get user-agent header
setBrowser
private void setBrowser(Document dom,
String bStr)
uaConvert
private String uaConvert(String userAgent)
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.