ChartDirector 7.0 (Java Edition)

WebChartViewer.isFullUpdateRequest


Usage

public boolean isFullUpdateRequest()

Description

Checks if the current HTTP request is a full update request containing information from a JsChartViewer.

A full update request does not necessarily come from a JsChartViewer. For example, a submit button in an HTML FORM can trigger an HTTP request. These kind of requests may contain information from JsChartViewer objects, which are stored as hidden fields in the FORM.

Any HTTP request that is not a partial update request (see WebChartViewer.isPartialUpdateRequest) but contains information from a JsChartViewer will meet the criteria of this method.

This method is also available as a static method of WebChartViewer. The static method requires one argument, which can be either the current ServletRequest or PageContext.

Arguments

None

Return Value

True if the current HTTP request is a full update request containing information from a JsChartViewer, otherwise false.