Package org.picocontainer.web

Interface Summary
WebappComposer Allows to compose containers for different webapp scopes.
 

Class Summary
ApplicationContainerHolder  
ContainerHolder  
IntFromRequest Use this to make a request level component that pulls an integer from a named parameter (GET or POST) of the request.
PicoServletContainerFilter  
PicoServletContainerFilter.HttpServletRequestInjector  
PicoServletContainerFilter.HttpServletResponseInjector  
PicoServletContainerFilter.HttpSessionInjector  
PicoServletContainerFilter.ServletFilter  
PicoServletContainerListener 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.
PicoServletContainerListener.ScopedContainers  
RequestContainerHolder  
SessionContainerHolder  
SessionStoreHolder  
StoringContainerHolder  
StringFromCookie Use this to make a request level component that pulls information from cookie held on the browser.
StringFromRequest Use this to make a request level component that pulls an string from a named parameter (GET or POST) of the request.
SystemPropertiesPicoServletContainerListener  
ThreadLocalLifecycleState  
 

Exception Summary
PicoContainerWebException  
StringFromCookie.CookieNotFound  
 

Annotation Types Summary
DELETE If it is possible to bind a request to an invocation, only bind to DELETE requests
GET If it is possible to bind a request to an invocation, only bind to GET requests
NONE If it is possible to bind a request to an invocation, prevent binding to ANY requests
POST If it is possible to bind a request to an invocation, only bind to POST requests
PUT If it is possible to bind a request to an invocation, only bind to PUT requests
 



Copyright © 2009. All Rights Reserved.