org.apache.struts.webapp.examples
Class CustomFormBean
java.lang.Object
org.apache.struts.config.BaseConfig
org.apache.struts.config.FormBeanConfig
org.apache.struts.webapp.examples.CustomFormBean
- All Implemented Interfaces:
- Serializable
public final class CustomFormBean
- extends FormBeanConfig
Custom FormBeanConfig to demonstrate usage.
- Version:
- $Rev: 471754 $ $Date: 2006-11-06 08:55:09 -0600 (Mon, 06 Nov 2006) $
- See Also:
- Serialized Form
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 |
CustomFormBean
public CustomFormBean()
getExample
public String getExample()
- Return the example String.
setExample
public void setExample(String example)
- Set the example String.
- Parameters:
example
- The new example String.
Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.