hirondelle.web4j.config
Class Startup
Object
Startup
- All Implemented Interfaces:
- StartupTasks
public final class Startup
- extends Object
- implements StartupTasks
Implementation of StartupTasks
, required by WEB4J.
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Startup
public Startup()
startApplication
public void startApplication(ServletConfig aConfig,
String aDbName)
throws DAOException
- Perform startup tasks.
This implementation has 2 tasks:
- look up code tables, and place them into application scope.
- pass along a value in web.xml to
Captcha.init(String)
.
- Specified by:
startApplication
in interface StartupTasks
- Throws:
DAOException
lookUpCodeTablesAndPlaceIntoAppScope
public static void lookUpCodeTablesAndPlaceIntoAppScope()
throws DAOException
- Called upon startup, and when the content of a pick list changes.
Refreshes the copies of pick lists placed in application scope.
- Throws:
DAOException
Copyright Hirondelle Systems - Generated 2013Oct19.12.27