jbpm-form-modeler-request-dispatcher 6.2.0.Final

org.jbpm.formModeler.service.bb.mvc.controller
Interface CommandRequest

All Superinterfaces:
Serializable
All Known Implementing Classes:
CommandRequestImpl

public interface CommandRequest
extends Serializable

This interface acts encapsulates access to the request, response and session objects, to allow the implementators to override this objects' behaviour.


Method Summary
 Map getFilesByParamName()
          Get a map of files, where keys are parameter names used.
 String getParameter(String name)
          Deprecated. Access request object directly
 Set getParameterNames()
           
 javax.servlet.http.HttpServletRequest getRequestObject()
          Returns the original request object
 javax.servlet.http.HttpServletResponse getResponseObject()
          Returns the original response object
 javax.servlet.http.HttpSession getSessionObject()
          Returns the original session object
 int getUploadedFilesCount()
          Returns the number of files being uploaded in the request
 

Method Detail

getParameter

String getParameter(String name)
Deprecated. Access request object directly


getUploadedFilesCount

int getUploadedFilesCount()
Returns the number of files being uploaded in the request


getRequestObject

javax.servlet.http.HttpServletRequest getRequestObject()
Returns the original request object


getParameterNames

Set getParameterNames()

getSessionObject

javax.servlet.http.HttpSession getSessionObject()
Returns the original session object


getResponseObject

javax.servlet.http.HttpServletResponse getResponseObject()
Returns the original response object


getFilesByParamName

Map getFilesByParamName()
Get a map of files, where keys are parameter names used.

Returns:
files parameter map.

jbpm-form-modeler-request-dispatcher 6.2.0.Final

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.