com.jidesoft.chart.servlet
Class ComponentServlet
java.lang.Object
HttpServlet
com.jidesoft.chart.servlet.ComponentServlet
public class ComponentServlet
- extends HttpServlet
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComponentServlet
public ComponentServlet()
ComponentServlet
public ComponentServlet(HttpComponentFactory<?> componentFactory)
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)