|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.struts.config.BaseConfig
org.apache.struts.config.FormBeanConfig
org.apache.struts.webapp.examples.CustomFormBean
public final class CustomFormBean
Custom FormBeanConfig to demonstrate usage.
Field Summary |
---|
Fields inherited from class org.apache.struts.config.FormBeanConfig |
---|
dynaActionFormClass, dynamic, extensionProcessed, formProperties, inherit, lock, name, restricted, type |
Fields inherited from class org.apache.struts.config.BaseConfig |
---|
configured |
Constructor Summary | |
---|---|
CustomFormBean()
|
Method Summary | |
---|---|
java.lang.String |
getExample()
Return the example String. |
void |
setExample(java.lang.String example)
Set the example String. |
Methods inherited from class org.apache.struts.config.FormBeanConfig |
---|
addFormPropertyConfig, canReuse, checkCircularInheritance, createActionForm, createActionForm, findFormPropertyConfig, findFormPropertyConfigs, formBeanClass, freeze, getDynaActionFormClass, getDynamic, getExtends, getName, getType, inheritFormProperties, inheritFrom, isExtensionProcessed, isRestricted, processExtends, removeFormPropertyConfig, setExtends, setName, setRestricted, setType, toString |
Methods inherited from class org.apache.struts.config.BaseConfig |
---|
copyProperties, getProperties, getProperty, inheritProperties, setProperties, setProperty, throwIfConfigured |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CustomFormBean()
Method Detail |
---|
public java.lang.String getExample()
public void setExample(java.lang.String example)
example
- The new example String.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |