org.rhq.enterprise.gui.legacy
Interface RetCodeConstants

All Known Implementing Classes:
Constants

public interface RetCodeConstants

Struts return codes


Field Summary
static String ADD_URL
          The symbolic name of the ActionForward to which control is transferred when an "add to list" button is clicked.
static String AJAX_URL
          The symbolic name of the ActionForward to which control is transferred when response is AJAX
static String BACK_URL
          The symbolic name of the ActionForward to which control is transferred when a "Return to ..." link is clicked.
static String CANCEL_URL
          The symbolic name of the ActionForward to which control is transferred when the user cancels a form workflow.
static String CHART_URL
          The symbolic name of the ActionForward to which control is transferred when a "chart selected metrics" button is clicked.
static String COMPARE_URL
          The symbolic name of the ActionForward to which control is transferred when a "compare metrics of selected services" button is clicked.
static String EDIT_RANGE_URL
          The symbolic name of the ActionForward to which control is transferred when an "edit range..." button is clicked.
static String EDIT_URL
          The symbolic name of the ActionForward to which control is transferred when an edit button is clicked to submit to a non-edit action.
static String FAILURE_URL
          The symbolic name of the ActionForward to which control is transferred when a form workflow completes abnormally.
static String INSTALL_URL
          The symbolic name of the ActionForward to which control is transferred when an "remove to list" button is clicked.
static String MANUAL_UNINSTALL_URL
          The symbolic name of the ActionForward to which control is transferred when an "remove to list" button is clicked.
static String NEW_URL
          The symbolic name of the ActionForward to which control is transferred when an new button is clicked to include a "new object" workflow into the current workflow
static String OK_ASSIGN_URL
          The symbolic name of the ActionForward to which control is transferred when user has clicked on the okassign button
static String REDRAW_URL
          The symbolic name of the ActionForward to which control is transferred when a "Redraw ..." button is clicked.
static String REMOVE_URL
          The symbolic name of the ActionForward to which control is transferred when an "remove to list" button is clicked.
static String RESET_URL
          The symbolic name of the ActionForward to which control is transferred when the user resets a form
static String RSS_URL
          The symbolic name of the ActionForward to which control is transferred when a RSS feed is requested
static String SCHEDULE_TYPE_CHG_URL
          The symbolic name of the ActionForward to which control is transferred when the user cancels a form workflow.
static String SUCCESS_URL
          The symbolic name of the ActionForward to which control is transferred when a form workflow completes successfully.
 

Field Detail

CANCEL_URL

static final String CANCEL_URL
The symbolic name of the ActionForward to which control is transferred when the user cancels a form workflow.

See Also:
Constant Field Values

RESET_URL

static final String RESET_URL
The symbolic name of the ActionForward to which control is transferred when the user resets a form

See Also:
Constant Field Values

FAILURE_URL

static final String FAILURE_URL
The symbolic name of the ActionForward to which control is transferred when a form workflow completes abnormally.

See Also:
Constant Field Values

SUCCESS_URL

static final String SUCCESS_URL
The symbolic name of the ActionForward to which control is transferred when a form workflow completes successfully.

See Also:
Constant Field Values

OK_ASSIGN_URL

static final String OK_ASSIGN_URL
The symbolic name of the ActionForward to which control is transferred when user has clicked on the okassign button

See Also:
Constant Field Values

NEW_URL

static final String NEW_URL
The symbolic name of the ActionForward to which control is transferred when an new button is clicked to include a "new object" workflow into the current workflow

See Also:
Constant Field Values

EDIT_URL

static final String EDIT_URL
The symbolic name of the ActionForward to which control is transferred when an edit button is clicked to submit to a non-edit action.

See Also:
Constant Field Values

ADD_URL

static final String ADD_URL
The symbolic name of the ActionForward to which control is transferred when an "add to list" button is clicked.

See Also:
Constant Field Values

REMOVE_URL

static final String REMOVE_URL
The symbolic name of the ActionForward to which control is transferred when an "remove to list" button is clicked.

See Also:
Constant Field Values

INSTALL_URL

static final String INSTALL_URL
The symbolic name of the ActionForward to which control is transferred when an "remove to list" button is clicked.

See Also:
Constant Field Values

MANUAL_UNINSTALL_URL

static final String MANUAL_UNINSTALL_URL
The symbolic name of the ActionForward to which control is transferred when an "remove to list" button is clicked.

See Also:
Constant Field Values

COMPARE_URL

static final String COMPARE_URL
The symbolic name of the ActionForward to which control is transferred when a "compare metrics of selected services" button is clicked.

See Also:
Constant Field Values

CHART_URL

static final String CHART_URL
The symbolic name of the ActionForward to which control is transferred when a "chart selected metrics" button is clicked.

See Also:
Constant Field Values

EDIT_RANGE_URL

static final String EDIT_RANGE_URL
The symbolic name of the ActionForward to which control is transferred when an "edit range..." button is clicked.

See Also:
Constant Field Values

REDRAW_URL

static final String REDRAW_URL
The symbolic name of the ActionForward to which control is transferred when a "Redraw ..." button is clicked.

See Also:
Constant Field Values

BACK_URL

static final String BACK_URL
The symbolic name of the ActionForward to which control is transferred when a "Return to ..." link is clicked.

See Also:
Constant Field Values

SCHEDULE_TYPE_CHG_URL

static final String SCHEDULE_TYPE_CHG_URL
The symbolic name of the ActionForward to which control is transferred when the user cancels a form workflow.

See Also:
Constant Field Values

RSS_URL

static final String RSS_URL
The symbolic name of the ActionForward to which control is transferred when a RSS feed is requested

See Also:
Constant Field Values

AJAX_URL

static final String AJAX_URL
The symbolic name of the ActionForward to which control is transferred when response is AJAX

See Also:
Constant Field Values


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.