com.jidesoft.chart.servlet
Class JButtonServlet
java.lang.Object
HttpServlet
com.jidesoft.chart.servlet.JButtonServlet
public class JButtonServlet
- extends HttpServlet
We only have to define how to create Buttons in a button factory - the rest
is general stuff that can be delegated to a ComponentServlet.
- Author:
- swhite@catalysoft.com
Method Summary |
void |
doGet(HttpServletRequest request,
HttpServletResponse response)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JButtonServlet
public JButtonServlet()
doGet
public void doGet(HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
IOException
- Throws:
ServletException
IOException