org.melati.admin
Class Copy

Package class diagram package Copy
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.servlet.TemplateServlet
                      extended by org.melati.admin.Copy
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class Copy
extends TemplateServlet

Copy one db to another.

Since:
3 Oct 2007
Author:
timp
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.melati.servlet.TemplateServlet
templateEngine
 
Fields inherited from class org.melati.servlet.ConfigServlet
melatiConfig, sysAdminEmail, sysAdminName
 
Constructor Summary
Copy()
           
 
Method Summary
static Database copy()
           
static Database copy(Database fromDbIn, Database toDbIn)
           
static Database copy(String from, String to)
           
protected  String doTemplateRequest(Melati melati, ServletTemplateContext templateContext)
          Override this method to build up your own output.
protected  void prePoemSession(Melati melati)
          Set the ServletTemplateEngine and ServletTemplateContext in our Melati.
 
Methods inherited from class org.melati.servlet.TemplateServlet
addExtension, doPoemRequest, error, init
 
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, httpStatusCode, melatiConfig, 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

Copy

public Copy()
Method Detail

prePoemSession

protected void prePoemSession(Melati melati)
                       throws Exception
Set the ServletTemplateEngine and ServletTemplateContext in our Melati. This allows us to parse any uploaded files before we enter our PoemSession (so we don't hang on to transactions unnecessarily).

Overrides:
prePoemSession in class TemplateServlet
Parameters:
melati - the current Melati
Throws:
Exception - if anything goes wrong
See Also:
TemplateServlet.prePoemSession(org.melati.Melati)

doTemplateRequest

protected String doTemplateRequest(Melati melati,
                                   ServletTemplateContext templateContext)
                            throws Exception
Override this method to build up your own output.

Specified by:
doTemplateRequest in class TemplateServlet
Parameters:
melati - the current Melati
templateContext - the current ServletTemplateContext
Returns:
a Template name, possibly excluding extension.
Throws:
Exception
See Also:
TemplateServlet.doTemplateRequest(org.melati.Melati, org.melati.template.ServletTemplateContext)

copy

public static Database copy(String from,
                            String to)
Parameters:
from -
to -
Returns:
the updated db

copy

public static Database copy(Database fromDbIn,
                            Database toDbIn)
Parameters:
fromDb -
toDb -
Returns:
the updated db

copy

public static Database copy()
Returns:
the updated db


Copyright © 2000-2010 PanEris. All Rights Reserved.