com.actuate.activeportal.forms
Class LoginForm

java.lang.Object
  extended by org.apache.struts.action.ActionForm
      extended by com.actuate.activeportal.forms.BaseActionForm
          extended by com.actuate.activeportal.forms.LoginForm
All Implemented Interfaces:
java.io.Serializable

public class LoginForm
extends BaseActionForm

Form used by the Login page.

See Also:
Serialized Form

Constructor Summary
LoginForm()
           
 
Method Summary
 void fixUTF8()
          fixUTF8() - Fix UTF8 strings.
 java.lang.String getLocale()
          Gets the locale string.
 java.lang.String getLogout()
          Returns the logout.
 java.lang.String getPassword()
          Gets the user password.
 java.lang.String getRedirect()
          Returns the redirect
 java.lang.String getRepositorytype()
          Sets whether the repository type is local file system or not
 java.lang.String getServerurl()
          Gets the serverurl.
 java.lang.String getTargetpage()
          Returns the targetpage.
 java.lang.String getTimezone()
          Gets the timezone.
 java.lang.String getUserid()
          Gets the User name
 java.lang.String getVolume()
          Gets the volume name.
 boolean isLoginpostback()
          Returns the loginpostback.
 void reset(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
           
 void setLocale(java.lang.String locale)
          Sets the locale string.
 void setLoginpostback(boolean loginpostback)
          Sets the loginpostback.
 void setLogout(java.lang.String logout)
          Sets the logout.
 void setPassword(java.lang.String password)
          Sets the user password
 void setRedirect(java.lang.String redirect)
          Sets the redirect.
 void setRepositorytype(java.lang.String repositoryType)
          Sets whether the repository type is local file system or not
 void setServerurl(java.lang.String serverurl)
          Sets the server url.
 void setTargetpage(java.lang.String targetpage)
          Sets the targetpage.
 void setTimezone(java.lang.String timezone)
          Sets the timezone.
 void setUserid(java.lang.String userid)
          Sets the User name.
 void setUserid(java.lang.String string, boolean fixUTF8)
           
 void setVolume(java.lang.String volume)
          Sets the volume name
 
Methods inherited from class com.actuate.activeportal.forms.BaseActionForm
isPostback, setPostback
 
Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServletWrapper, reset, setMultipartRequestHandler, setServlet, validate, validate
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoginForm

public LoginForm()
Method Detail

fixUTF8

public void fixUTF8()
fixUTF8() - Fix UTF8 strings.

Overrides:
fixUTF8 in class BaseActionForm

setRepositorytype

public void setRepositorytype(java.lang.String repositoryType)
Sets whether the repository type is local file system or not


getRepositorytype

public java.lang.String getRepositorytype()
Sets whether the repository type is local file system or not


setUserid

public void setUserid(java.lang.String userid)
Sets the User name.


getUserid

public java.lang.String getUserid()
Gets the User name


setPassword

public void setPassword(java.lang.String password)
Sets the user password


getPassword

public java.lang.String getPassword()
Gets the user password.


setVolume

public void setVolume(java.lang.String volume)
Sets the volume name


getVolume

public java.lang.String getVolume()
Gets the volume name.


setLocale

public void setLocale(java.lang.String locale)
Sets the locale string.


getLocale

public java.lang.String getLocale()
Gets the locale string.


setTimezone

public void setTimezone(java.lang.String timezone)
Sets the timezone.


getTimezone

public java.lang.String getTimezone()
Gets the timezone.


setServerurl

public void setServerurl(java.lang.String serverurl)
Sets the server url.


getServerurl

public java.lang.String getServerurl()
Gets the serverurl.


reset

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

getTargetpage

public java.lang.String getTargetpage()
Returns the targetpage.

Returns:
String

setTargetpage

public void setTargetpage(java.lang.String targetpage)
Sets the targetpage.

Parameters:
targetpage - The targetpage to set

getLogout

public java.lang.String getLogout()
Returns the logout.


setLogout

public void setLogout(java.lang.String logout)
Sets the logout.


isLoginpostback

public boolean isLoginpostback()
Returns the loginpostback.


setLoginpostback

public void setLoginpostback(boolean loginpostback)
Sets the loginpostback.


setUserid

public void setUserid(java.lang.String string,
                      boolean fixUTF8)
Parameters:
string -
fixUTF8 -

getRedirect

public java.lang.String getRedirect()
Returns the redirect


setRedirect

public void setRedirect(java.lang.String redirect)
Sets the redirect.