org.strutsit.architecture.util
Class Action

java.lang.Object
  extended byorg.strutsit.architecture.util.Action

public class Action
extends java.lang.Object

Helper Class to parsing struts-it.xml with the digester

Since:
JDK 1.4
Version:
$Revision: 1.3 $
Author:
Manfred Wolff

Field Summary
(package private)  java.lang.String name
           
 
Constructor Summary
Action()
           
 
Method Summary
 java.lang.String getName()
          Gets the name of the Action
 void setName(java.lang.String aName)
          Sets the name of the Action
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

java.lang.String name
Constructor Detail

Action

public Action()
Method Detail

setName

public void setName(java.lang.String aName)
Sets the name of the Action

Parameters:
aName - The name of the Action

getName

public java.lang.String getName()
Gets the name of the Action

Returns:
The name of the Action


Copyright © 2004-2005 Struts-it comunity. All Rights Reserved.