com.clickntap.smart
Class SmartConfServlet

java.lang.Object
  extended by com.clickntap.smart.SmartConfServlet
All Implemented Interfaces:
javax.servlet.Servlet

public class SmartConfServlet
extends Object
implements javax.servlet.Servlet


Constructor Summary
SmartConfServlet()
           
 
Method Summary
 void destroy()
           
 javax.servlet.ServletConfig getServletConfig()
           
 String getServletInfo()
           
 void init(javax.servlet.ServletConfig conf)
           
 void service(javax.servlet.ServletRequest arg0, javax.servlet.ServletResponse arg1)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SmartConfServlet

public SmartConfServlet()
Method Detail

init

public void init(javax.servlet.ServletConfig conf)
          throws javax.servlet.ServletException
Specified by:
init in interface javax.servlet.Servlet
Throws:
javax.servlet.ServletException

destroy

public void destroy()
Specified by:
destroy in interface javax.servlet.Servlet

getServletConfig

public javax.servlet.ServletConfig getServletConfig()
Specified by:
getServletConfig in interface javax.servlet.Servlet

getServletInfo

public String getServletInfo()
Specified by:
getServletInfo in interface javax.servlet.Servlet

service

public void service(javax.servlet.ServletRequest arg0,
                    javax.servlet.ServletResponse arg1)
             throws javax.servlet.ServletException,
                    IOException
Specified by:
service in interface javax.servlet.Servlet
Throws:
javax.servlet.ServletException
IOException


Copyright © 2014. All rights reserved.