Class PropertyRestrictionBean.Setup
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.auth.policy.bean.PropertyRestrictionBean.Setup
-
- All Implemented Interfaces:
EventListener,javax.servlet.ServletContextListener
- Enclosing class:
- PropertyRestrictionBean
public static class PropertyRestrictionBean.Setup extends Object implements javax.servlet.ServletContextListener
Create the bean at startup and remove it at shutdown.
-
-
Constructor Summary
Constructors Constructor Description Setup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcontextDestroyed(javax.servlet.ServletContextEvent sce)voidcontextInitialized(javax.servlet.ServletContextEvent sce)
-
-
-
Method Detail
-
contextInitialized
public void contextInitialized(javax.servlet.ServletContextEvent sce)
- Specified by:
contextInitializedin interfacejavax.servlet.ServletContextListener
-
contextDestroyed
public void contextDestroyed(javax.servlet.ServletContextEvent sce)
- Specified by:
contextDestroyedin interfacejavax.servlet.ServletContextListener
-
-