example.struts
Class FileDeleteForm

java.lang.Object
  extended by org.apache.struts.action.ActionForm
      extended by example.struts.FileDeleteForm
All Implemented Interfaces:
java.io.Serializable

public class FileDeleteForm
extends org.apache.struts.action.ActionForm

Author:
Sean C. Sullivan
See Also:
Serialized Form

Field Summary
private  java.lang.String id
           
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
FileDeleteForm()
           
 
Method Summary
 java.lang.String getFileId()
           
 void reset(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
           
 void setFileId(java.lang.String value)
           
 java.lang.String toString()
           
 org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
           
 
Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, setMultipartRequestHandler, setServlet, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

id

private java.lang.String id
Constructor Detail

FileDeleteForm

public FileDeleteForm()
Method Detail

setFileId

public void setFileId(java.lang.String value)

getFileId

public java.lang.String getFileId()

reset

public void reset(org.apache.struts.action.ActionMapping mapping,
                  javax.servlet.http.HttpServletRequest request)
Overrides:
reset in class org.apache.struts.action.ActionForm

validate

public org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping,
                                                      javax.servlet.http.HttpServletRequest request)
Overrides:
validate in class org.apache.struts.action.ActionForm

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2005 strutsblobapp.sourceforge.net. All Rights Reserved.