com.goldenhammer.webui.struts.forms
Class FilePathActionForm

java.lang.Object
  extended byActionForm
      extended bycom.goldenhammer.webui.struts.forms.FilePathActionForm

public class FilePathActionForm
extends ActionForm

This class gathers file path information submitted by a page

See Also:
Serialized Form

Constructor Summary
FilePathActionForm()
           
 
Method Summary
 java.lang.String getFilePath()
           
 void reset(ActionMapping mapping, HttpServletRequest request)
           
 void setFilePath(java.lang.String filePath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilePathActionForm

public FilePathActionForm()
Method Detail

reset

public void reset(ActionMapping mapping,
                  HttpServletRequest request)

getFilePath

public java.lang.String getFilePath()
Returns:
Returns the filePath.

setFilePath

public void setFilePath(java.lang.String filePath)
Parameters:
filePath - The filePath to set.