|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
web.xml file
of the application.
See:
Description
| Class Summary | |
|---|---|
| ActionServlet | This implements a form handler that does not do the post-redirect-get pattern. |
| AttachmentServlet | Displays byte data stored in the page beans. |
| I18nRendererTwiffFilter | This would redirect to the first available page that would support the locale. |
| RedirectServlet | This servlet is used for redirecting. |
| TwiffFilter | |
| TwiffListener | This listens to events thrown by the servlet container. |
| ViewServlet | This class forwards container data to a JSP. |
Classes that must be registered in the web.xml file
of the application. No other package must depend on this one
(Afferent Couplings = 0 in JDepend).
Servlets are the actual renderers. These servlets use
MutablePicoContainer container = (MutablePicoContainer)
request.getAttribute(REQUEST_CONTAINER_KEY) to get the
container.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||