public class ControllerRegistrationListener extends Object implements javax.servlet.ServletContextListener
| Modifier and Type | Field and Description |
|---|---|
static String |
EMBEDDED_INFO_FILE |
| Constructor and Description |
|---|
ControllerRegistrationListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
contextDestroyed(javax.servlet.ServletContextEvent sce) |
void |
contextInitialized(javax.servlet.ServletContextEvent sce) |
static String |
getDefaultMapping(Class<? extends Controller> controllerClass) |
public static final String EMBEDDED_INFO_FILE
public static String getDefaultMapping(Class<? extends Controller> controllerClass)
public void contextInitialized(javax.servlet.ServletContextEvent sce)
contextInitialized in interface javax.servlet.ServletContextListenerpublic void contextDestroyed(javax.servlet.ServletContextEvent sce)
contextDestroyed in interface javax.servlet.ServletContextListenerCopyright © 2017 Agapsys Tecnologia Ltda-ME. All rights reserved.