com.trackstudio.action
Class ProgressAction

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.ajaxtags.servlets.BaseAjaxServlet
              extended by com.trackstudio.action.ProgressAction
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class ProgressAction
extends org.ajaxtags.servlets.BaseAjaxServlet

See Also:
Serialized Form

Constructor Summary
ProgressAction()
           
 
Method Summary
 java.lang.String getXmlContent(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Each child class should override this method to generate the specific XML content necessary for each AJAX action.
 
Methods inherited from class org.ajaxtags.servlets.BaseAjaxServlet
doGet, doPost
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProgressAction

public ProgressAction()
Method Detail

getXmlContent

public java.lang.String getXmlContent(javax.servlet.http.HttpServletRequest request,
                                      javax.servlet.http.HttpServletResponse response)
                               throws java.lang.Exception
Description copied from class: org.ajaxtags.servlets.BaseAjaxServlet
Each child class should override this method to generate the specific XML content necessary for each AJAX action.

Specified by:
getXmlContent in class org.ajaxtags.servlets.BaseAjaxServlet
Throws:
java.lang.Exception


Copyright © 2002-2008 TrackStudio, Ltd. All Rights Reserved.