|
jbpm-form-modeler-request-dispatcher 6.0.0-SNAPSHOT | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CommandRequest
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 |
|---|
String getParameter(String name)
int getUploadedFilesCount()
javax.servlet.http.HttpServletRequest getRequestObject()
Set getParameterNames()
javax.servlet.http.HttpSession getSessionObject()
javax.servlet.http.HttpServletResponse getResponseObject()
Map getFilesByParamName()
|
jbpm-form-modeler-request-dispatcher 6.0.0-SNAPSHOT | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||