Package org.nanocontainer.nanowar

Interface Summary
KeyConstants Attribute keys used to store containers in various webapp scopes.
 

Class Summary
AbstractNanoWarListener Base class for application-level and session-level listeners.
ActionsContainerFactory Factory for the actions container used by MVC action-based frameworks.
ApplicationScopeObjectReference References an object that lives as an attribute of the ServletContext (application scope)
ContainerComposerMocker ContainerComposerMocker mocks the functionality of a specified container composer class.
NanoWarContextListener Servlet listener class that hooks into the underlying servlet container and instantiates, assembles, starts, stores and disposes the appropriate pico containers when applications start/stop.
NanoWarSessionListener Servlet listener class that hooks into the underlying servlet container and instantiates, assembles, starts, stores and disposes the appropriate pico containers when sessions start/stop.
RequestScopeObjectReference References an object that lives as an attribute of the ServletRequest.
ScopedContainerComposer ScopedContainerComposer is a ContainerComposer which can build PicoContainers for different web context scopes: application, session and request.
ScopedContainerConfigurator Configurator for the ScopedContainer
ServletContainerFinder ServletContainerFinder looks up a scoped PicoContainer in a web context.
ServletContainerListener Servlet listener class that hooks into the underlying servlet container and instantiates, assembles, starts, stores and disposes the appropriate pico containers when applications/sessions start/stop.
ServletContainerProxyFilter ServletContainerProxyFilter is a Filter which delegates to any Filter which is registered in a PicoContainer, in any of the web scopes: context, session or request.
ServletRequestContainerFilter  
ServletRequestContainerLauncher  
SessionScopeObjectReference References an object that lives as an attribute of the HttpSession.
TestContainerMocker Deprecated. Use ContainerComposerMocker
XStreamContainerComposer container composer reading from xml files via xstream.
 



Copyright © 2003-2009 Codehaus. All Rights Reserved.