org.apache.maven.struts
Class ObjectConfigurationEntry

java.lang.Object
  extended by org.apache.maven.struts.ConfigurationEntry
      extended by org.apache.maven.struts.ObjectConfigurationEntry
Direct Known Subclasses:
Action, FormBean

public class ObjectConfigurationEntry
extends ConfigurationEntry

A struts configuration entry that ends up as a java object, and hence has a type property that is a java class name.

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

Constructor Summary
ObjectConfigurationEntry()
          Creates a new instance of ObjectConfigurationEntry
 
Method Summary
 String getType()
          Getter for property type.
 void setType(String type)
          Setter for property type.
 
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

ObjectConfigurationEntry

public ObjectConfigurationEntry()
Creates a new instance of ObjectConfigurationEntry

Method Detail

getType

public String getType()
Getter for property type.

Returns:
Value of property type.

setType

public void setType(String type)
Setter for property type.

Parameters:
type - New value of property type.


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