yawda.view
Class CSvgView
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
yawda.view.CView
yawda.view.CSvgView
- All Implemented Interfaces:
- Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
- public final class CSvgView
- extends CView
- Author:
- Quentin Anciaux
- See Also:
- Serialized Form
|
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 |
SVG
public static final int SVG
- See Also:
- Constant Field Values
JPEG
public static final int JPEG
- See Also:
- Constant Field Values
PNG
public static final int PNG
- See Also:
- Constant Field Values
PDF
public static final int PDF
- See Also:
- Constant Field Values
UNKNOWN
public static final int UNKNOWN
- See Also:
- Constant Field Values
CSvgView
public CSvgView()
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)
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)