com.sas.actionprovider
Interface HttpActionProviderViewInterface

All Superinterfaces:
ActionProviderViewInterface, HttpActionProviderInterface
All Known Implementing Classes:
AbstractBaseTableView, ActionProviderMenuBar, BarChart, BarChartComposite, BarLineChart, BarLineChartComposite, BaseActionCompositeTransformation, com.sas.servlet.tbeans.BaseActionCompositeTransformation2, BaseActionTransformation, com.sas.servlet.tbeans.BaseActionTransformation2, com.sas.servlet.tbeans.graphics.BaseBarChart, BaseBarLineChart, BaseESRIMapChart, com.sas.servlet.tbeans.graphics.BaseGraph, com.sas.servlet.tbeans.graphics.BaseGraphics, BaseLabel, BaseLineChart, BaseLinePlot, BaseNavigationBarElement, BaseOLAPDrillState, BaseOLAPTableView, BasePieChart, BaseRadarChart, BaseRemoteFileSearch, BaseRemoteFileSelector, BaseRemoteFileToolBar, BaseScatterPlot, BaseTableView, BaseTileChart, BaseWaterfallChart, CellContentsLabelRenderer, CellContentsNoRowsRenderer, DefaultOLAPTableDataCellContentsRenderer, DefaultOLAPTableLabelCellContentsRenderer, ESRIMapChart, ESRIMapComposite, ESRIMapMenu, GraphComposite, HttpViewerSupport, InformationServicesSearch, InformationServicesSelector, Label, LineChart, LineChartComposite, LinePlot, LinePlotComposite, NavigationBarColumnScrollingElement, NavigationBarEditingElement, NavigationBarRowScrollingElement, NavigationBarScrollingElement, OLAPDrillState, OLAPESRIMapChart, OLAPESRIMapComposite, OLAPESRIMapMenu, com.sas.servlet.tbeans.olapgraphics.html.OLAPGraphComposite, OLAPMenuBar, OLAPTableView, PieChart, PieChartComposite, RadarChart, RadarChartComposite, RelationalMenuBar, RemoteFileSearch, RemoteFileSelector, RemoteFileToolBar, ScatterPlot, ScatterPlotComposite, ShowDetailDataComposite, TableView, TableView, TableView, TextAction, TileChart, WaterfallChart, WaterfallChartComposite

public interface HttpActionProviderViewInterface
extends ActionProviderViewInterface, HttpActionProviderInterface

The interface required for all Transformation Bean Components that acquire their Actions via the ActionProvider Framework (APF).

It is recommended that such components delegate their implementations of this interface to an instance of HttpViewerSupport.

A basic understanding of the ActionProvider Framework, of which this class is a part, is recommended before attempting to use this class.



Visit the AppDev Studio Developer's Site to access step-by-step examples, white papers and additional usage information at http://support.sas.com/rnd/appdev/.

Note: A snapshot of the AppDev Studio Developers Site is installed on your local Web server when you install AppDev Studio. To access the site from webAF, select Help -> Developer Site .

Since:
3.0
See Also:
HttpViewerSupport

Method Summary
 javax.servlet.http.HttpServletRequest getRequest()
          Returns the Viewer's request object
 void setRequest(javax.servlet.http.HttpServletRequest request)
          Sets the Viewer's request object.
 
Methods inherited from interface com.sas.actionprovider.ActionProviderViewInterface
getActionSupportType, getUniqueId, isActionVisible, listActionTypes, listAreaTypes, setActionSupportType, setActionVisible, setUniqueId
 
Methods inherited from interface com.sas.actionprovider.HttpActionProviderInterface
getActionProvider, setActionProvider
 

Method Detail

setRequest

void setRequest(javax.servlet.http.HttpServletRequest request)
Sets the Viewer's request object.

Specified by:
setRequest in interface HttpActionProviderInterface
Parameters:
request - the Viewer's request
See Also:
getRequest()

getRequest

javax.servlet.http.HttpServletRequest getRequest()
Returns the Viewer's request object

Specified by:
getRequest in interface HttpActionProviderInterface
Returns:
the Viewer's request
See Also:
setRequest(javax.servlet.http.HttpServletRequest)



Copyright © 2009 SAS Institute Inc. All Rights Reserved.