org.paneris.jal.controller
Class CreateDSD

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.webmacro.servlet.WMServlet
              extended by org.paneris.jal.controller.CreateDSD
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig, org.webmacro.WebMacro

public class CreateDSD
extends org.webmacro.servlet.WMServlet

Create a Melati DSD from a JAL database

Version:
2.0
Author:
timp
See Also:
WMServlet, Serialized Form

Field Summary
 
Fields inherited from class org.webmacro.servlet.WMServlet
_log
 
Fields inherited from interface org.webmacro.WebMacro
BUILD_DATE, VERSION
 
Constructor Summary
CreateDSD()
           
 
Method Summary
static java.lang.String capitalised(java.lang.String name)
           
 org.webmacro.Template handle(org.webmacro.servlet.WebContext context)
          The main entry point.
 
Methods inherited from class org.webmacro.servlet.WMServlet
destroy, destroyContext, doGet, doPost, error, execute, getBroker, getConfig, getConfig, getContext, getErrorTemplate, getErrorTemplateName, getErrorVariableName, getFastWriter, getLog, getLog, getTemplate, getURL, getWebContext, init, init, initWebContext, initWebMacro, newContext, newWebContext, setLocale, start, stop, writeTemplate, writeTemplate
 
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, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateDSD

public CreateDSD()
Method Detail

handle

public org.webmacro.Template handle(org.webmacro.servlet.WebContext context)
                             throws org.webmacro.servlet.HandlerException
The main entry point.

Specified by:
handle in class org.webmacro.servlet.WMServlet
Parameters:
context - a WebContext value
Returns:
a Template value
Throws:
org.webmacro.servlet.HandlerException - if anything goes wrong

capitalised

public static java.lang.String capitalised(java.lang.String name)
Parameters:
name -
Returns:
name with first letter in upper case


Copyright © 2000-2008 PanEris. All Rights Reserved.