planetj.output.excel
Class ExcelTable

java.lang.Object
  |
  +--javax.servlet.GenericServlet
        |
        +--javax.servlet.http.HttpServlet
              |
              +--planetj.output.excel.ExcelTable
All Implemented Interfaces:
IOutputProcessor, Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class ExcelTable
extends javax.servlet.http.HttpServlet
implements IOutputProcessor

Process RowCollection resulting from an operation and send to request as an HTML Table. Used for Excel Web Query. Creation date: (12/02/2003 9:01:41 AM)

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface planetj.output.IOutputProcessor
OUTPUT_CLASS, USE_EXISTING_RC_KEY
 
Constructor Summary
ExcelTable()
          ExcelTable constructor comment.
 
Method Summary
 void process(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, ExecutingContext ec)
          Process RowCollection resulting from an operation and send to request as an HTML Table.
 
Methods inherited from class javax.servlet.http.HttpServlet
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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExcelTable

public ExcelTable()
ExcelTable constructor comment.

Method Detail

process

public void process(javax.servlet.http.HttpServletRequest request,
                    javax.servlet.http.HttpServletResponse response,
                    ExecutingContext ec)
             throws CMException
Process RowCollection resulting from an operation and send to request as an HTML Table.

Specified by:
process in interface IOutputProcessor
CMException