Expresso 5-6

Uses of Class
com.jcorporate.expresso.core.controller.ServletControllerRequest

Packages that use ServletControllerRequest
com.jcorporate.expresso.core.controller This package contains the object defining the "Controller" object, an important component of Expresso that should be used to encapsulate all user interaction sequences.  
 

Uses of ServletControllerRequest in com.jcorporate.expresso.core.controller
 

Methods in com.jcorporate.expresso.core.controller that return ServletControllerRequest
static ServletControllerRequest ServletControllerRequest.parseParamsMultiPart(org.apache.struts.upload.MultipartRequestHandler mp, org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, HttpServletRequest request, HttpServletResponse response, Controller controller)
          Static constructor for creating an servlet controller request with all the acoutrements of the Struts Action execution signature.
static ServletControllerRequest ServletControllerRequest.parseParams(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, HttpServletRequest request, HttpServletResponse response, Controller controller)
          Parse a regular servlet request for parameters (e.g. not multipart)
 

Methods in com.jcorporate.expresso.core.controller with parameters of type ServletControllerRequest
protected  org.apache.struts.action.ActionForward Controller.getActionForward(ServletControllerRequest req, org.apache.struts.config.ActionConfig mapping, ControllerResponse res)
          Determine the forward appropriate for this controller/state, either from parameters or from configuration files, or from remapping based on past extensions like .xsl
protected  org.apache.struts.config.ForwardConfig Controller.remapFromExtension(org.apache.struts.config.ForwardConfig fwd, org.apache.struts.config.ActionConfig mapping, ServletControllerRequest req)
          if the extension in the current forward is ".xsl" or ".xslt", remap the forward to "xml", and set a parameter for the xsl style sheet.
static String[] Controller.getParamValues(ServletControllerRequest request, String paramName)
          Fetches array of parameter values from underlying HTTP request; use this in a web app to access the underlying parameters in the HTTP request which have the same name; parameters with the same name are not reflected in the hashtable maintained by ControllerRequest;
 


Expresso 5-6

Please see www.jcorporate.com for information about new Expresso releases.