org.melati.test
Class HttpAuthenticationPoemServletTest

Package class diagram package HttpAuthenticationPoemServletTest
java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.melati.servlet.ConfigServlet
              extended by org.melati.servlet.PoemServlet
                  extended by org.melati.test.PoemServletTest
                      extended by org.melati.test.HttpAuthenticationPoemServletTest
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class HttpAuthenticationPoemServletTest
extends PoemServletTest

Since:
9 Mar 2008
Author:
timp
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.melati.servlet.ConfigServlet
melatiConfig, sysAdminEmail, sysAdminName
 
Constructor Summary
HttpAuthenticationPoemServletTest()
           
 
Method Summary
protected  MelatiConfig melatiConfig()
          How to use a different melati configuration.
 
Methods inherited from class org.melati.test.PoemServletTest
doPoemRequest, getUploadMessage, prePoemSession
 
Methods inherited from class org.melati.servlet.PoemServlet
_handleException, destroy, doConfiguredRequest, getSysAdminEmail, getSysAdminName, handleException, poemContext, poemContextWithLDB
 
Methods inherited from class org.melati.servlet.ConfigServlet
doGet, doPost, error, httpStatusCode, init, setSysAdminEmail, setSysAdminName, writeConnectionPendingException, writeError
 
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
 

Constructor Detail

HttpAuthenticationPoemServletTest

public HttpAuthenticationPoemServletTest()
Method Detail

melatiConfig

protected MelatiConfig melatiConfig()
How to use a different melati configuration. This is not a good place to poulate the FormDataAdaptorFactory, as that requires that you are not already in a databse session, as it creates entries in the settings table.

Overrides:
melatiConfig in class ConfigServlet
Returns:
a new MelatiConfig


Copyright © 2000-2010 PanEris. All Rights Reserved.