public class RequestParser extends Object
| Modifier and Type | Field and Description | 
|---|---|
| static String | GLOBAL_ERRORS_KEY | 
| static String | GLOBAL_FIELD_ERRORS_KEY | 
| static String | GLOBAL_MESSAGES_KEY | 
| static String | WORKFLOW_DOCUMENT_SESSION_KEY | 
| Constructor and Description | 
|---|
| RequestParser(javax.servlet.http.HttpServletRequest request) | 
| Modifier and Type | Method and Description | 
|---|---|
| Object | getAttribute(String name) | 
| List<String> | getParameterNames() | 
| String | getParameterValue(String paramName) | 
| String[] | getParameterValues(String paramName) | 
| javax.servlet.http.HttpServletRequest | getRequest() | 
| List | getUploadList() | 
| void | setAttribute(String name,
                        Object value) | 
| void | setParameterValue(String paramName,
                                  String paramValue) | 
| void | setParameterValue(String paramName,
                                  String[] paramValue) | 
| void | setRequest(javax.servlet.http.HttpServletRequest request) | 
public static final String WORKFLOW_DOCUMENT_SESSION_KEY
public static final String GLOBAL_ERRORS_KEY
public static final String GLOBAL_MESSAGES_KEY
public static final String GLOBAL_FIELD_ERRORS_KEY
public RequestParser(javax.servlet.http.HttpServletRequest request)
public String[] getParameterValues(String paramName)
public void setAttribute(String name, Object value)
public Object getAttribute(String name)
public String getParameterValue(String paramName)
public void setParameterValue(String paramName, String paramValue)
public void setParameterValue(String paramName, String[] paramValue)
public List<String> getParameterNames()
public void setRequest(javax.servlet.http.HttpServletRequest request)
public javax.servlet.http.HttpServletRequest getRequest()
public List getUploadList()
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.