JIDE 3.3.1

com.jidesoft.chart.servlet
Class ComponentServlet

java.lang.Object
  extended by HttpServlet
      extended by com.jidesoft.chart.servlet.ComponentServlet

public class ComponentServlet
extends HttpServlet


Constructor Summary
ComponentServlet()
           
 
Method Summary
 void doGet(HttpServletRequest request, HttpServletResponse response)
           
 HttpComponentFactory<?> getComponentFactory()
           
 void init(ServletConfig config)
           
 byte[] paintBytes(HttpServletRequest request)
           
 void setComponentFactory(HttpComponentFactory<?> componentFactory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentServlet

public ComponentServlet()
Method Detail

init

public void init(ServletConfig config)
          throws ServletException
Throws:
ServletException

getComponentFactory

public HttpComponentFactory<?> getComponentFactory()

setComponentFactory

public void setComponentFactory(HttpComponentFactory<?> componentFactory)

doGet

public void doGet(HttpServletRequest request,
                  HttpServletResponse response)
           throws ServletException,
                  IOException
Throws:
ServletException
IOException

paintBytes

public byte[] paintBytes(HttpServletRequest request)

JIDE 3.3.1