org.openxma.dsl.reference.xma.web
Class TestDataLoader

java.lang.Object
  extended by org.openxma.dsl.reference.xma.web.TestDataLoader
All Implemented Interfaces:
java.util.EventListener, javax.servlet.ServletContextListener

public class TestDataLoader
extends java.lang.Object
implements javax.servlet.ServletContextListener


Constructor Summary
TestDataLoader()
           
 
Method Summary
 void contextDestroyed(javax.servlet.ServletContextEvent sce)
           
 void contextInitialized(javax.servlet.ServletContextEvent sce)
           
protected  Customer newCustomer(Address invoiceAddress, CustomerDao customerDao, java.lang.String lastName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestDataLoader

public TestDataLoader()
Method Detail

contextInitialized

public void contextInitialized(javax.servlet.ServletContextEvent sce)
Specified by:
contextInitialized in interface javax.servlet.ServletContextListener

newCustomer

protected Customer newCustomer(Address invoiceAddress,
                               CustomerDao customerDao,
                               java.lang.String lastName)

contextDestroyed

public void contextDestroyed(javax.servlet.ServletContextEvent sce)
Specified by:
contextDestroyed in interface javax.servlet.ServletContextListener


Copyright © 2010. All Rights Reserved.