com.atlassian.jira.web
Interface RequestParameterKeys


public interface RequestParameterKeys

Stores a number of constants used to reference keys in the HttpServletRequest.


Field Summary
static java.lang.String JIRA_ISSUE_VIEW_FIELDS
           
static java.lang.String JIRA_SEARCH_REQUEST_VIEW_PAGER_START
           
static java.lang.String JIRA_SEARCH_REQUEST_VIEW_TEMP_MAX
           
 

Field Detail

JIRA_SEARCH_REQUEST_VIEW_TEMP_MAX

static final java.lang.String JIRA_SEARCH_REQUEST_VIEW_TEMP_MAX
See Also:
Constant Field Values

JIRA_SEARCH_REQUEST_VIEW_PAGER_START

static final java.lang.String JIRA_SEARCH_REQUEST_VIEW_PAGER_START
See Also:
Constant Field Values

JIRA_ISSUE_VIEW_FIELDS

static final java.lang.String JIRA_ISSUE_VIEW_FIELDS
See Also:
Constant Field Values


Copyright © 2002-2011 Atlassian. All Rights Reserved.