org.apache.maven.struts
Class FormBean

java.lang.Object
  extended by org.apache.maven.struts.ConfigurationEntry
      extended by org.apache.maven.struts.ObjectConfigurationEntry
          extended by org.apache.maven.struts.FormBean

public class FormBean
extends ObjectConfigurationEntry

A class to hold data about a Struts form bean as found in the configuration

Version:
$Id: FormBean.java 170200 2005-05-15 06:24:19Z brett $
Author:
dion

Constructor Summary
FormBean()
          Creates a new instance of FormBean with null values for the properties
 
Method Summary
 
Methods inherited from class org.apache.maven.struts.ObjectConfigurationEntry
getType, setType
 
Methods inherited from class org.apache.maven.struts.ConfigurationEntry
equals, getClassName, getName, hashCode, setClassName, setName
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormBean

public FormBean()
Creates a new instance of FormBean with null values for the properties



Copyright © 2001-2006 Apache Software Foundation. All Rights Reserved.