org.apache.ftpserver.example.springwar
Class FtpServerListener

java.lang.Object
  extended by org.apache.ftpserver.example.springwar.FtpServerListener
All Implemented Interfaces:
EventListener, javax.servlet.ServletContextListener

public class FtpServerListener
extends Object
implements javax.servlet.ServletContextListener

Author:
Apache MINA Project*

Field Summary
static String FTPSERVER_CONTEXT_NAME
           
 
Constructor Summary
FtpServerListener()
           
 
Method Summary
 void contextDestroyed(javax.servlet.ServletContextEvent sce)
           
 void contextInitialized(javax.servlet.ServletContextEvent sce)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FTPSERVER_CONTEXT_NAME

public static final String FTPSERVER_CONTEXT_NAME
See Also:
Constant Field Values
Constructor Detail

FtpServerListener

public FtpServerListener()
Method Detail

contextDestroyed

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

contextInitialized

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


Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.