net.stff.ical.gui.struts.formbeans
Class CommFormBean

java.lang.Object
  extended byorg.apache.struts.action.ActionForm
      extended bynet.stff.ical.gui.struts.formbeans.CommFormBean
All Implemented Interfaces:
java.io.Serializable

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

A versatile formbean used within the struts application

Author:
buntekuh
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
CommFormBean()
           
 
Method Summary
 CommBean getBean()
           
 java.lang.String getMethod()
           
 void setBean(CommBean bean)
           
 void setMethod(java.lang.String method)
           
 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, reset, setMultipartRequestHandler, setServlet, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommFormBean

public CommFormBean()
Method Detail

validate

public org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping,
                                                      javax.servlet.http.HttpServletRequest request)

getBean

public CommBean getBean()
Returns:
Returns the bean.

setBean

public void setBean(CommBean bean)
Parameters:
bean - The bean to set.

getMethod

public java.lang.String getMethod()
Returns:
Returns the method.

setMethod

public void setMethod(java.lang.String method)
Parameters:
method - The method to set.


Copyright © 2004-2005 stoffwechsel development GbR. All Rights Reserved.