com.atlassian.jira.jelly
Class ActionTagSupportDynaClass
java.lang.Object
org.apache.commons.beanutils.BasicDynaClass
com.atlassian.jira.jelly.ActionTagSupportDynaClass
- All Implemented Interfaces:
- org.apache.commons.beanutils.DynaClass, java.io.Serializable
- public class ActionTagSupportDynaClass
- extends org.apache.commons.beanutils.BasicDynaClass
- See Also:
- Serialized Form
Fields inherited from class org.apache.commons.beanutils.BasicDynaClass |
constructor, constructorTypes, constructorValues, dynaBeanClass, name, properties, propertiesMap |
Constructor Summary |
ActionTagSupportDynaClass()
Construct a new ActionTagSupportDynaClass with default parameters. |
ActionTagSupportDynaClass(java.lang.String name,
java.lang.Class dynaBeanClass)
Construct a new ActionTagSupportDynaClass with the specified parameters. |
ActionTagSupportDynaClass(java.lang.String name,
java.lang.Class dynaBeanClass,
org.apache.commons.beanutils.DynaProperty[] properties)
Construct a new ActionTagSupportDynaClass with the specified parameters. |
Method Summary |
org.apache.commons.beanutils.DynaProperty |
getDynaProperty(java.lang.String name)
The purpose of the over-ridden method is to dynamically add Properties. |
Methods inherited from class org.apache.commons.beanutils.BasicDynaClass |
getDynaBeanClass, getDynaProperties, getName, newInstance, setDynaBeanClass, setProperties |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActionTagSupportDynaClass
public ActionTagSupportDynaClass()
- Construct a new ActionTagSupportDynaClass with default parameters.
ActionTagSupportDynaClass
public ActionTagSupportDynaClass(java.lang.String name,
java.lang.Class dynaBeanClass)
- Construct a new ActionTagSupportDynaClass with the specified parameters.
- Parameters:
name
- Name of this ActionTagSupportDynaClass classdynaBeanClass
- The implementation class for new instances
ActionTagSupportDynaClass
public ActionTagSupportDynaClass(java.lang.String name,
java.lang.Class dynaBeanClass,
org.apache.commons.beanutils.DynaProperty[] properties)
- Construct a new ActionTagSupportDynaClass with the specified parameters.
- Parameters:
name
- Name of this ActionTagSupportDynaClass classdynaBeanClass
- The implementation class for new intancesproperties
- Property descriptors for the supported properties
getDynaProperty
public org.apache.commons.beanutils.DynaProperty getDynaProperty(java.lang.String name)
- The purpose of the over-ridden method is to dynamically add Properties.
If no property matching
name
exists, a new one is dynically
created
- Parameters:
name
- Name of the property being described
- Returns:
- new or existing
DynaProperty
matching the name.
Copyright © 2002-2005 Atlassian. All Rights Reserved.