live.struts.forms
Class LiveForm
java.lang.Object
org.apache.struts.action.ActionForm
live.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
Field Summary |
private org.apache.struts.action.ActionErrors |
errors
|
Fields inherited from class org.apache.struts.action.ActionForm |
multipartRequestHandler, servlet |
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 |
errors
private org.apache.struts.action.ActionErrors errors
LiveForm
public LiveForm()
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