Package net.trajano.twiff.internal.servlet

Contains implementations of the servlets.

See:
          Description

Class Summary
ActionServlet This implements a form handler that does not do the post-redirect-get pattern.
ActionServletRequestAdapter This adapts a request so ActionServlet can use it in a more type safe manner.
AttachmentActionPageLookup Provides the logic to lookup data for action and attachements.
AttachmentServlet Displays byte data stored in the page beans.
LocaleHttpServletRequest This wraps the servlet request with some if its returned elements that modified by the filter.
RedirectServlet This servlet is used for redirecting.
RendererUtil Utilty class to provide helper methods in making renderers.
ServletConfiguration  
StringActionResultProcessor Processes action results of strings.
UrlActionResultProcessor Processes action results of strings.
ViewPageLookup This is a simple page lookup implementation.
ViewServlet This class forwards container data a request dispatcher.
ViewServletRequestAdapter This adapts a request so ViewServlet and AttachmentServlet can use it in a more type safe manner.
 

Package net.trajano.twiff.internal.servlet Description

Contains implementations of the servlets. It is placed in here so that they can be tested and refactored more easily and the servlets just forward there requests to the actual delegate.



Copyright © 2004-2005 trajano.net. All Rights Reserved.