yawda.view
Class CJooTemplateView

java.lang.Object
  extended byjavax.servlet.GenericServlet
      extended byjavax.servlet.http.HttpServlet
          extended byyawda.view.CView
              extended byyawda.view.CJooTemplateView
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public final class CJooTemplateView
extends CView

Author:
Quentin Anciaux
See Also:
Serialized Form

Field Summary
static int HTML
           
static int HTML_CALC
           
static int MSEXCEL
           
static int MSWORD
           
static int OO_CALC
           
static int OO_WRITER
           
static int PDF
           
static int PDF_CALC
           
static int RTF
           
static int UNKNOWN
           
 
Fields inherited from class yawda.view.CView
DISABLED, HIDDEN, VISIBLE
 
Constructor Summary
CJooTemplateView()
           
 
Method Summary
 void init(javax.servlet.ServletConfig config)
           
 void service(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 
Methods inherited from class yawda.view.CView
addApplicationInformation, addApplicationInformation, escape, getBasePath, getDocType, getEncoding, getHeaderFooter, getTemplate, getViewName, invalidateView, invalidateViews, isVisible, merge, renderError, renderXMLRecurs, renderXMLRecurs, setHeader
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OO_WRITER

public static final int OO_WRITER
See Also:
Constant Field Values

PDF

public static final int PDF
See Also:
Constant Field Values

PDF_CALC

public static final int PDF_CALC
See Also:
Constant Field Values

RTF

public static final int RTF
See Also:
Constant Field Values

MSWORD

public static final int MSWORD
See Also:
Constant Field Values

MSEXCEL

public static final int MSEXCEL
See Also:
Constant Field Values

HTML

public static final int HTML
See Also:
Constant Field Values

HTML_CALC

public static final int HTML_CALC
See Also:
Constant Field Values

OO_CALC

public static final int OO_CALC
See Also:
Constant Field Values

UNKNOWN

public static final int UNKNOWN
See Also:
Constant Field Values
Constructor Detail

CJooTemplateView

public CJooTemplateView()
Method Detail

init

public final void init(javax.servlet.ServletConfig config)
                throws javax.servlet.ServletException
Specified by:
init in interface javax.servlet.Servlet
Overrides:
init in class CView
Throws:
javax.servlet.ServletException
See Also:
Servlet.init(javax.servlet.ServletConfig)

service

public final void service(javax.servlet.http.HttpServletRequest request,
                          javax.servlet.http.HttpServletResponse response)
                   throws javax.servlet.ServletException,
                          IOException
Throws:
javax.servlet.ServletException
IOException
See Also:
HttpServlet.service(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)