Package org.jboss.portal.web

Interface Summary
RequestDispatchCallback Callback contract.
ServletContainerFactory It's rather a provider rather than a real factory.
WebApp Abstraction of a web application.
WebAppListener Defines the contract for listening web application events.
 

Class Summary
Body The body of a request.
Body.Form  
Body.Raw  
ServletContainer A static registry for the servlet container context.
ServletContextDispatcher Encapsulate dispatch functionnality into a single class so it is easy to pass it as an argment to a framework that neeeds a dispatcher to just a servlet context and does not care about the underlying spi or request/response.
WebAppEvent Base class for web application events.
WebAppLifeCycleEvent Web application life cycle event.
WebRequest Add useful information about an HttpServletRequest.
WebResponse todo
 

Enum Summary
WebRequest.Verb  
 

Exception Summary
IllegalRequestException