org.jboss.portal.workflow.cms
Class ApprovePublishServlet

java.lang.Object
  extended by HttpServlet
      extended by org.jboss.portal.workflow.cms.ApprovePublishServlet

public class ApprovePublishServlet
extends HttpServlet

Created on : Dec 20, 2006

Author:
Sohil Shah - sohil.shah@jboss.com

Constructor Summary
ApprovePublishServlet()
           
 
Method Summary
protected  void doGet(HttpServletRequest request, HttpServletResponse response)
           
protected  void doPost(HttpServletRequest request, HttpServletResponse response)
           
 void init()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApprovePublishServlet

public ApprovePublishServlet()
Method Detail

init

public void init()
          throws ServletException
Throws:
ServletException

doGet

protected void doGet(HttpServletRequest request,
                     HttpServletResponse response)
              throws ServletException,
                     java.io.IOException
Throws:
ServletException
java.io.IOException

doPost

protected void doPost(HttpServletRequest request,
                      HttpServletResponse response)
               throws ServletException,
                      java.io.IOException
Throws:
ServletException
java.io.IOException