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

E10652-05

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

java.lang.Object
  extended by org.apache.struts.config.ActionConfig
      extended by org.apache.struts.action.ActionMapping
          extended by oracle.adf.controller.v2.struts.actions.DataActionMapping
All Implemented Interfaces:
java.io.Serializable

public class DataActionMapping
extends org.apache.struts.action.ActionMapping

An extended action mapping to define and handle additional properties for the DataAction.

Since:
10.1.3
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.config.ActionConfig
attribute, cancellable, configured, exceptions, forward, forwards, include, input, moduleConfig, multipartClass, name, parameter, path, prefix, roleNames, roles, scope, suffix, type, unknown, validate
 
Constructor Summary
DataActionMapping()
           
 
Method Summary
 void freeze()
          Figure out which lifecycle to use before the config get frozen.
 PageLifecycle getPageLifecycle()
          Return the PageLifecycle listener instance to use with this DataAction.
 java.lang.String getV1ActionClass()
          v1ActionClass property Old action custom class for migration purposes.
 DataActionMapping getV1DataActionMapping()
          Retrieve the instance of the v1 mapping
 void setV1ActionClass(java.lang.String value)
          v1ActionClass property
 void setV1DataActionMapping(DataActionMapping value)
          Store the instance of the v1 mapping
 
Methods inherited from class org.apache.struts.action.ActionMapping
findForward, findForwards, getInputForward
 
Methods inherited from class org.apache.struts.config.ActionConfig
addExceptionConfig, addForwardConfig, findException, findExceptionConfig, findExceptionConfigs, findForwardConfig, findForwardConfigs, getAttribute, getCancellable, getForward, getInclude, getInput, getModuleConfig, getMultipartClass, getName, getParameter, getPath, getPrefix, getRoleNames, getRoles, getScope, getSuffix, getType, getUnknown, getValidate, removeExceptionConfig, removeForwardConfig, setAttribute, setCancellable, setForward, setInclude, setInput, setModuleConfig, setMultipartClass, setName, setParameter, setPath, setPrefix, setRoles, setScope, setSuffix, setType, setUnknown, setValidate, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DataActionMapping

public DataActionMapping()
Method Detail

getPageLifecycle

public PageLifecycle getPageLifecycle()
Return the PageLifecycle listener instance to use with this DataAction.


getV1ActionClass

public java.lang.String getV1ActionClass()
v1ActionClass property Old action custom class for migration purposes.

Returns:
v1 version of ActionClass

setV1ActionClass

public void setV1ActionClass(java.lang.String value)
v1ActionClass property


getV1DataActionMapping

public DataActionMapping getV1DataActionMapping()
Retrieve the instance of the v1 mapping


setV1DataActionMapping

public void setV1DataActionMapping(DataActionMapping value)
Store the instance of the v1 mapping


freeze

public void freeze()
Figure out which lifecycle to use before the config get frozen.

Overrides:
freeze in class org.apache.struts.config.ActionConfig

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

E10652-05

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