live.struts.forms
Class LiveForm

java.lang.Object
  extended byorg.apache.struts.action.ActionForm
      extended bylive.struts.forms.LiveForm
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ChGuestsGroupForm, ChMemoryForm, CloneForm, GuestNamePassForm, NewGroupForm, NewNetworkForm, NewShMemForm

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

A base class for all the forms

Author:
Evan Driscoll
See Also:
Serialized Form

Nested Class Summary
private static class LiveForm.DummyException
           
 
Field Summary
private  org.apache.struts.action.ActionErrors errors
           
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
LiveForm()
           
 
Method Summary
protected  void addError(String resourceKey)
           
 org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping, 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
 

Field Detail

errors

private org.apache.struts.action.ActionErrors errors
Constructor Detail

LiveForm

public LiveForm()
Method Detail

addError

protected void addError(String resourceKey)
Parameters:
resourceKey - Message for new error

validate

public org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping,
                                                      HttpServletRequest request)
Parameters:
mapping -
request -
Returns:
ActionErrors All validation errors that have occurred


Copyright © 2005