com.actuate.activeportal.forms
Class BaseActionForm

java.lang.Object
  extended by org.apache.struts.action.ActionForm
      extended by com.actuate.activeportal.forms.BaseActionForm
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
BrowseFileActionForm, CreateFolderActionForm, FileFoldersPrivilegeActionForm, FileUploadActionForm, GeneralFilterActionForm, GetFileDetailsActionForm, GetJobDetailsActionForm, GetSavedSearchActionForm, JobActionForm, LoginForm, ManageMyPagesActionForm, PingActionForm, SaveSearchActionForm, SkinEditorActionForm, SkinManagerActionForm, TableParamListActionForm, TableRowEditorActionForm, UserOptionsActionForm

public class BaseActionForm
extends org.apache.struts.action.ActionForm
implements java.io.Serializable

The base form for all the other forms.

See Also:
Serialized Form

Constructor Summary
BaseActionForm()
           
 
Method Summary
 void fixUTF8()
           
 boolean isPostback()
          Returns the postback.
 void setPostback(boolean postback)
          Sets the postback.
 
Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate, validate
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseActionForm

public BaseActionForm()
Method Detail

isPostback

public boolean isPostback()
Returns the postback.

Returns:
boolean

setPostback

public void setPostback(boolean postback)
Sets the postback.

Parameters:
postback - The postback to set

fixUTF8

public void fixUTF8()