Class ShortViewServiceSetup
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.services.shortview.ShortViewServiceSetup
-
- All Implemented Interfaces:
EventListener,javax.servlet.ServletContextListener
public class ShortViewServiceSetup extends Object implements javax.servlet.ServletContextListener
Set up the ShortViewService.
-
-
Constructor Summary
Constructors Constructor Description ShortViewServiceSetup()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcontextDestroyed(javax.servlet.ServletContextEvent sce)voidcontextInitialized(javax.servlet.ServletContextEvent sce)static ShortViewServicegetService(javax.servlet.ServletContext ctx)
-
-
-
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
-
getService
public static ShortViewService getService(javax.servlet.ServletContext ctx)
-
-