public class MuleServletContextListener extends Object implements ServletContextListener
Modifier and Type | Field and Description |
---|---|
static String |
CONNECTOR_NAME |
Constructor and Description |
---|
MuleServletContextListener(MuleContext context,
String name) |
Modifier and Type | Method and Description |
---|---|
void |
contextDestroyed(ServletContextEvent sce) |
void |
contextInitialized(ServletContextEvent event) |
public static final String CONNECTOR_NAME
public MuleServletContextListener(MuleContext context, String name)
public void contextDestroyed(ServletContextEvent sce)
contextDestroyed
in interface ServletContextListener
public void contextInitialized(ServletContextEvent event)
contextInitialized
in interface ServletContextListener
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.