Oracle Application Development Framework Lifecycle Java API Reference 10g Release 3 (10.1.3) B25779-01


oracle.adf.controller.v2.struts.actions
Class DataForwardAction

java.lang.Object
  extended byorg.apache.struts.action.Action
      extended byoracle.adf.controller.v2.struts.actions.DataAction
          extended byoracle.adf.controller.v2.struts.actions.DataForwardAction


public class DataForwardAction
extends DataAction

Currently DataForwardAction is used as a marker class so the Struts design time can properly maintain the parameter property for the companion page. Actions implemented by classes that are an instance of DataAction but not an instance of DataForwardAction will not have their parameter property set. In the future, there may be new functionality that is DataForwardAction specific.

Since:
10.1.3

Field Summary

 

Fields inherited from class org.apache.struts.action.Action
ACTION_SERVLET_KEY, APPLICATION_KEY, DATA_SOURCE_KEY, defaultLocale, ERROR_KEY, EXCEPTION_KEY, FORM_BEANS_KEY, FORWARDS_KEY, LOCALE_KEY, MAPPING_KEY, MAPPINGS_KEY, MESSAGE_KEY, MESSAGES_KEY, MULTIPART_KEY, PLUG_INS_KEY, REQUEST_PROCESSOR_KEY, servlet, SERVLET_KEY, TRANSACTION_TOKEN_KEY

 

Constructor Summary
DataForwardAction()
           

 

Methods inherited from class oracle.adf.controller.v2.struts.actions.DataAction
actionCreate, execute, execute, mappingCreate, saveErrors, saveMessages

 

Methods inherited from class org.apache.struts.action.Action
generateToken, getDataSource, getDataSource, getLocale, getResources, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, perform, perform, resetToken, saveErrors, saveToken, setLocale, setServlet, toHex

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

DataForwardAction

public DataForwardAction()

Oracle Application Development Framework Lifecycle Java API Reference 10g Release 3 (10.1.3) B25779-01


Copyright © 1997, 2005, Oracle. All rights reserved.