Package org.barracudamvc.core.helper.servlet

Interface Summary
BarracudaServletRequestWrapper This class acts as a thin wrapper around a ServletRequest, adding several additional methods which enabled the request parameters to be modified programatically
BarracudaServletResponseWrapper This class acts as a thin wrapper around a ServletResponse.
RequestWrapper Simple interface for wrapping an HTTPServletRequest
ResponseWrapper Simple interface for wrapping an HTTPServletResponse
 

Class Summary
DefaultServletRequestWrapper This class acts as a thin wrapper around a ServletRequest.
DefaultServletResponseWrapper This class acts as a thin wrapper around a ServletResponse.
DeferredResponseWrapper This class acts as a thin wrapper around a ServletResponse.
MultipartRequestWrapper Handles both simple and multipart requests transparently For handling multipart stuff, Jakarta Commons Fileupload is used.
ParamGateway The purpose of this servlet is take a set of req parameters and persist them in the users session.
ResourceGateway The purpose of this servlet is to look for a static resource on the classpath and return it to the client
ScriptDetector This class simply detects whether or not the client has scripting enabled.
 



Copyright © 2006 BarracudaMVC.org All Rights Reserved.