Oracle Fusion Middleware Java API Reference for Oracle ADF Lifecycle
11g Release 1 (11.1.1.7.0)

E10652-08

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

java.lang.Object
  extended by org.apache.struts.action.Action
      extended by oracle.adf.controller.v2.struts.actions.DataAction
          extended by oracle.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

Nested Class Summary
 
Nested classes/interfaces inherited from class oracle.adf.controller.v2.struts.actions.DataAction
DataAction.Execute
 
Field Summary
 
Fields inherited from class org.apache.struts.action.Action
defaultLocale, servlet
 
Constructor Summary
DataForwardAction()
           
 
Method Summary
 
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
addErrors, addMessages, generateToken, getDataSource, getDataSource, getErrors, getLocale, getMessages, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, saveErrors, saveErrors, saveMessages, saveToken, setLocale, setServlet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataForwardAction

public DataForwardAction()

Oracle Fusion Middleware Java API Reference for Oracle ADF Lifecycle
11g Release 1 (11.1.1.7.0)

E10652-08

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