Class OlapChartWebScript

java.lang.Object
org.springframework.extensions.webscripts.AbstractWebScript
fr.becpg.repo.olap.webscripts.OlapChartWebScript
All Implemented Interfaces:
org.springframework.extensions.webscripts.WebScript

public class OlapChartWebScript extends org.springframework.extensions.webscripts.AbstractWebScript
Act as a proxy for OLAP queries
Version:
$Id: $Id
Author:
"Matthieu Laborie"
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.springframework.extensions.webscripts.AbstractWebScript

    org.springframework.extensions.webscripts.AbstractWebScript.ScriptDetails
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private static final org.apache.commons.logging.Log
     
    private OlapService
     
    private static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(org.springframework.extensions.webscripts.WebScriptRequest req, org.springframework.extensions.webscripts.WebScriptResponse res)
    void
    Setter for the field olapService.

    Methods inherited from class org.springframework.extensions.webscripts.AbstractWebScript

    addModuleBundleToCache, checkModuleBundleCache, createArgs, createArgsM, createHeaders, createHeadersM, createScriptParameters, createStatusException, createTemplateParameters, executeScript, getContainer, getDescription, getExecuteScript, getResources, getStatusTemplate, init, renderString, renderString, renderTemplate, sendStatus, setURLModelFactory, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • logger

      private static final org.apache.commons.logging.Log logger
    • PARAM_QUERY_ID

      private static final String PARAM_QUERY_ID
      See Also:
    • olapService

      private OlapService olapService
  • Constructor Details

    • OlapChartWebScript

      public OlapChartWebScript()
  • Method Details

    • setOlapService

      public void setOlapService(OlapService olapService)

      Setter for the field olapService.

      Parameters:
      olapService - a OlapService object.
    • execute

      public void execute(org.springframework.extensions.webscripts.WebScriptRequest req, org.springframework.extensions.webscripts.WebScriptResponse res) throws org.springframework.extensions.webscripts.WebScriptException
      Throws:
      org.springframework.extensions.webscripts.WebScriptException