org.melati.test
Class TemplateServletTest
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.melati.servlet.ConfigServlet
org.melati.servlet.PoemServlet
org.melati.servlet.TemplateServlet
org.melati.test.TemplateServletTest
- All Implemented Interfaces:
- Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
- Direct Known Subclasses:
- TemplateServletTestOverride
public class TemplateServletTest
- extends TemplateServlet
Test a Melati configuration with a Template Engine and a
temporary file form data adaptor.
- Author:
- Tim Joyce
$Revision: 1.19 $
- See Also:
- Serialized Form
Methods inherited from class javax.servlet.http.HttpServlet |
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service |
Methods inherited from class javax.servlet.GenericServlet |
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 |
TemplateServletTest
public TemplateServletTest()
doTemplateRequest
protected String doTemplateRequest(Melati melati,
ServletTemplateContext templateContext)
throws Exception
- Description copied from class:
TemplateServlet
- Override this method to build up your own output.
- Specified by:
doTemplateRequest
in class TemplateServlet
- Parameters:
melati
- the current MelatitemplateContext
- the current ServletTemplateContext
- Returns:
- a Template name, possibly excluding extension.
- Throws:
Exception
poemContext
protected PoemContext poemContext(Melati melati)
throws PathInfoException
- Set up the POEM context so we don't have to specify the
logicaldatabase on the pathinfo.
Useful when writing appications where you are typically only accessing
a single database.
- Overrides:
poemContext
in class PoemServlet
- Throws:
PathInfoException
melatiConfig
protected MelatiConfig melatiConfig()
- Set the form data adaptor.
- Overrides:
melatiConfig
in class ConfigServlet
- Returns:
- a new
MelatiConfig
- See Also:
ConfigServlet.melatiConfig()
Copyright © 2000-2010 PanEris. All Rights Reserved.