|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.agileclick.genorm.servlet.ContextListener
public class ContextListener
| Field Summary | |
|---|---|
static java.lang.String |
ENVELOPE_CLASS_PARAM
|
static java.lang.String |
INIT_PARAM
JNDI Resource to use to get the database DataSource object
<context-param>
<param-name>genormJNDIDataSource</param-name>
<param-value>java:/comp/env/jdbc/postgres</param-value>
</context-param>
|
| Constructor Summary | |
|---|---|
ContextListener()
|
|
| Method Summary | |
|---|---|
void |
contextDestroyed(ServletContextEvent sce)
|
void |
contextInitialized(ServletContextEvent sce)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String INIT_PARAM
<context-param>
<param-name>genormJNDIDataSource</param-name>
<param-value>java:/comp/env/jdbc/postgres</param-value>
</context-param>
public static final java.lang.String ENVELOPE_CLASS_PARAM
| Constructor Detail |
|---|
public ContextListener()
| Method Detail |
|---|
public void contextInitialized(ServletContextEvent sce)
public void contextDestroyed(ServletContextEvent sce)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||