org.itracker.web.forms
Class LanguageForm

java.lang.Object
  extended by org.apache.struts.action.ActionForm
      extended by org.apache.struts.validator.ValidatorForm
          extended by org.itracker.web.forms.LanguageForm
All Implemented Interfaces:
Serializable

public class LanguageForm
extends org.apache.struts.validator.ValidatorForm

This is the LoginForm Struts Form. It is used by Login form.

Author:
ready
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.validator.ValidatorForm
page, validatorResults
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
LanguageForm()
           
 
Method Summary
 String getAction()
           
 Map<String,String> getItems()
           
 String getKey()
           
 String getLocale()
           
 String getLocaleBaseTitle()
           
 String getLocaleTitle()
           
 String getParentLocale()
           
 void setAction(String action)
           
 void setItems(Map<String,String> items)
           
 void setKey(String key)
           
 void setLocale(String locale)
           
 void setLocaleBaseTitle(String resourceValue)
           
 void setLocaleTitle(String localeTitle)
           
 void setParentLocale(String parentLocale)
           
 org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
           
 
Methods inherited from class org.apache.struts.validator.ValidatorForm
getPage, getResultValueMap, getValidationKey, getValidatorResults, reset, setPage, setValidatorResults
 
Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, setMultipartRequestHandler, setServlet, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LanguageForm

public LanguageForm()
Method Detail

validate

public org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping,
                                                      javax.servlet.http.HttpServletRequest request)
Overrides:
validate in class org.apache.struts.validator.ValidatorForm

getAction

public String getAction()

setAction

public void setAction(String action)

getItems

public Map<String,String> getItems()

setItems

public void setItems(Map<String,String> items)

getKey

public String getKey()

setKey

public void setKey(String key)

getLocale

public String getLocale()

setLocale

public void setLocale(String locale)

getParentLocale

public String getParentLocale()

setParentLocale

public void setParentLocale(String parentLocale)

getLocaleTitle

public String getLocaleTitle()

setLocaleTitle

public void setLocaleTitle(String localeTitle)

setLocaleBaseTitle

public void setLocaleBaseTitle(String resourceValue)

getLocaleBaseTitle

public String getLocaleBaseTitle()


Copyright © 2002-2012 itracker. All Rights Reserved.