Package com.instantbank.lettertemplate.control.web.handlers

These are handler classes for the MVC Controller SERVLET of Letters subsystem (one by use case).

See:
          Description

Interface Summary
FlowHandler This class is the base interface to flow handlers on the web tier.
RequestHandler This class is the base interface to request handlers on the web tier.
 

Class Summary
BatchReviewFlowHandler Letter Batch Review usecase: flow handler for deciding output screen after processing an action
BatchReviewHandler Letter Batch Review usecase: handler of user requests in the Application layer
BatchStartFlowHandler Letter Batch Start usecase: flow handler for deciding output screen after processing an action
BatchStartHandler Letter Batch Start usecase: handler of user requests in the Application layer
CategoryFlowHandler Letter Categories usecase: flow handler for deciding output screen after processing an action
CategoryHandler Letter Categories usecase: handler of user requests in the Application layer
ComponentsFlowHandler Letter Components usecase: flow handler for deciding output screen after processing an action
ComponentsHandler Letter Components usecase: handler of user requests in the Application layer
ImagesRepositoryFlowHandler Letter Images usecase: flow handler for deciding output screen after processing an action
ImagesRepositoryHandler Letter Images usecase: handler of user requests in the Application layer
ImageUploadHandler Letter Images usecase: handler of user requests in the Application layer for the action "Upload image"
JobWebImpl This class is the web-tier representation of the Job EJB.
MacBinaryDecoderOutputStream Class to filters MacBinary files to normal files on the fly Optimized for speed more than readability
MultipartInputStreamHandler A class to aid in reading multipart/form-data from a ServletInputStream.
MultipartRequest A utility class to handle multipart/form-data requests, the kind of requests that support file uploads.
PreviewPrintFlowHandler Preview/Print Letter usecase: flow handler for deciding output screen after processing an action
PreviewPrintHandler Preview/Print Letter usecase: handler of user requests in the Application layer
RequestHandlerSupport This class is the default implementation of the RequestHandler
SetLetterJobFlowHandler Set Letter Job usecase: flow handler for deciding output screen after processing an action
SetLetterJobHandler Set letter Job usecase: handler of user requests in the Application layer
TemplatesFlowHandler Letter Templates usecase: flow handler for deciding output screen after processing an action
TemplatesHandler Letter Templates usecase: handler of user requests in the Application layer
UploadedFile A class to hold information about an uploaded file.
 

Package com.instantbank.lettertemplate.control.web.handlers Description

These are handler classes for the MVC Controller SERVLET of Letters subsystem (one by use case).