org.openqa.grid.web.utils
Class ExtraServletUtil
java.lang.Object
org.openqa.grid.web.utils.ExtraServletUtil
public class ExtraServletUtil
- extends Object
Method Summary |
static Class<? extends javax.servlet.Servlet> |
createServlet(String className)
Reflexion to create the servlet based on the class name. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExtraServletUtil
public ExtraServletUtil()
createServlet
public static Class<? extends javax.servlet.Servlet> createServlet(String className)
- Reflexion to create the servlet based on the class name. Returns null if the class cannot be
instanciated.
- Parameters:
className
-
- Returns:
Copyright © 2012. All Rights Reserved.