org.mule.transport.servlet
Class MuleServletContextListener

java.lang.Object
  extended by org.mule.transport.servlet.MuleServletContextListener
All Implemented Interfaces:
EventListener, ServletContextListener

public class MuleServletContextListener
extends Object
implements ServletContextListener


Field Summary
static String CONNECTOR_NAME
           
 
Constructor Summary
MuleServletContextListener(MuleContext context, String name)
           
 
Method Summary
 void contextDestroyed(ServletContextEvent sce)
           
 void contextInitialized(ServletContextEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONNECTOR_NAME

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

MuleServletContextListener

public MuleServletContextListener(MuleContext context,
                                  String name)
Method Detail

contextDestroyed

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

contextInitialized

public void contextInitialized(ServletContextEvent event)
Specified by:
contextInitialized in interface ServletContextListener


Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.