ADF Controller v9.0.5

oracle.adf.controller.struts.forms
Class ADFDynaClass

java.lang.Object
  extended byoracle.adf.controller.struts.forms.ADFDynaClass
All Implemented Interfaces:
org.apache.commons.beanutils.DynaClass, java.io.Serializable

public class ADFDynaClass
extends java.lang.Object
implements org.apache.commons.beanutils.DynaClass, java.io.Serializable

A Struts DynaClass specialized in exposing all the value bindings of the associated binding container as dynamic properties.

Since:
9.0.5
See Also:
Serialized Form

Constructor Summary
ADFDynaClass(oracle.adf.model.binding.DCBindingContainer container)
           
 
Method Summary
 org.apache.commons.beanutils.DynaProperty[] getDynaProperties()
           
 org.apache.commons.beanutils.DynaProperty getDynaProperty(java.lang.String sName)
           
 java.lang.String getName()
           
 org.apache.commons.beanutils.DynaBean newInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ADFDynaClass

public ADFDynaClass(oracle.adf.model.binding.DCBindingContainer container)
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface org.apache.commons.beanutils.DynaClass

getDynaProperty

public org.apache.commons.beanutils.DynaProperty getDynaProperty(java.lang.String sName)
Specified by:
getDynaProperty in interface org.apache.commons.beanutils.DynaClass

getDynaProperties

public org.apache.commons.beanutils.DynaProperty[] getDynaProperties()
Specified by:
getDynaProperties in interface org.apache.commons.beanutils.DynaClass

newInstance

public org.apache.commons.beanutils.DynaBean newInstance()
                                                  throws java.lang.IllegalAccessException,
                                                         java.lang.InstantiationException
Specified by:
newInstance in interface org.apache.commons.beanutils.DynaClass
Throws:
java.lang.IllegalAccessException
java.lang.InstantiationException

ADF Controller v9.0.5

 

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