org.qi4j.library.shiro.web
Class EnvironmentLoaderService.Mixin

java.lang.Object
  extended by org.apache.shiro.web.env.EnvironmentLoader
      extended by org.qi4j.library.shiro.web.EnvironmentLoaderService.Mixin
All Implemented Interfaces:
java.util.EventListener, javax.servlet.ServletContextListener
Enclosing interface:
EnvironmentLoaderService

public static class EnvironmentLoaderService.Mixin
extends org.apache.shiro.web.env.EnvironmentLoader
implements javax.servlet.ServletContextListener


Field Summary
 
Fields inherited from class org.apache.shiro.web.env.EnvironmentLoader
CONFIG_LOCATIONS_PARAM, ENVIRONMENT_ATTRIBUTE_KEY, ENVIRONMENT_CLASS_PARAM
 
Constructor Summary
EnvironmentLoaderService.Mixin()
           
 
Method Summary
 void contextDestroyed(javax.servlet.ServletContextEvent sce)
           
 void contextInitialized(javax.servlet.ServletContextEvent sce)
           
 
Methods inherited from class org.apache.shiro.web.env.EnvironmentLoader
createEnvironment, customizeEnvironment, destroyEnvironment, determineWebEnvironmentClass, initEnvironment
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnvironmentLoaderService.Mixin

public EnvironmentLoaderService.Mixin()
Method Detail

contextInitialized

public void contextInitialized(javax.servlet.ServletContextEvent sce)
Specified by:
contextInitialized in interface javax.servlet.ServletContextListener

contextDestroyed

public void contextDestroyed(javax.servlet.ServletContextEvent sce)
Specified by:
contextDestroyed in interface javax.servlet.ServletContextListener