org.openqa.grid.web.utils
Class ExtraServletUtil

java.lang.Object
  extended by org.openqa.grid.web.utils.ExtraServletUtil

public class ExtraServletUtil
extends java.lang.Object


Constructor Summary
ExtraServletUtil()
           
 
Method Summary
static java.lang.Class<? extends javax.servlet.Servlet> createServlet(java.lang.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
 

Constructor Detail

ExtraServletUtil

public ExtraServletUtil()
Method Detail

createServlet

public static java.lang.Class<? extends javax.servlet.Servlet> createServlet(java.lang.String className)
Reflexion to create the servlet based on the class name. Returns null if the class cannot be instanciated.

Parameters:
className -
Returns:


Copyright © 2011. All Rights Reserved.