|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HttpActionProviderViewInterface
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.
For general information on the ActionProvider Framework, including an overview of how
the primary classes of the framework work together, refer to the
package documentation.
com.sas.actionprovider
For examples demonstrating how to use the ActionProvider Framework, including how to override default Actions or add new custom Actions, refer to the Samples Site.
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 .
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 |
---|
void setRequest(javax.servlet.http.HttpServletRequest request)
setRequest
in interface HttpActionProviderInterface
request
- the Viewer's requestgetRequest()
javax.servlet.http.HttpServletRequest getRequest()
getRequest
in interface HttpActionProviderInterface
setRequest(javax.servlet.http.HttpServletRequest)
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |