public interface CommandRequest
Modifier and Type | Method and Description |
---|---|
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
|
int getUploadedFilesCount()
javax.servlet.http.HttpServletRequest getRequestObject()
Set getParameterNames()
javax.servlet.http.HttpSession getSessionObject()
javax.servlet.http.HttpServletResponse getResponseObject()
Map getFilesByParamName()
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.