Package org.picocontainer.web

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

Class Summary
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.
ScopedContainers  
SessionStoreHolder  
StringFromCookie Use this to make a request level component that pulls information from cookie held on the browser.
StringFromHeader Use this to make a request level component that pulls information from HTTP request header.
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 Base class runtime exception for the Pico web version.
StringFromCookie.CookieNotFound  
StringFromHeader.HeaderNotFound  
StringFromRequest.ParameterNotFound  
 

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 © 2010. All Rights Reserved.