com.atlassian.jira.web.action.admin
Class EditApplicationProperties
java.lang.Object
webwork.action.ActionSupport
com.atlassian.jira.action.JiraActionSupport
com.atlassian.jira.web.action.JiraWebActionSupport
com.atlassian.jira.web.action.ProjectActionSupport
com.atlassian.jira.web.action.admin.ViewApplicationProperties
com.atlassian.jira.web.action.admin.EditApplicationProperties
- All Implemented Interfaces:
- webwork.action.Action, webwork.action.CommandDriven, ErrorCollection, I18nHelper, webwork.action.IllegalArgumentAware, webwork.action.ParameterAware, java.io.Serializable
- public class EditApplicationProperties
- extends ViewApplicationProperties
- implements webwork.action.ParameterAware
- See Also:
- Serialized Form
Fields inherited from class webwork.action.ActionSupport |
command, errorMap, errorMessages |
Fields inherited from interface webwork.action.Action |
ERROR, INPUT, LOGIN, SUCCESS |
Methods inherited from class com.atlassian.jira.web.action.JiraWebActionSupport |
addErrorCollection, getAssignableUsers, getAssignableUsers, getCachedGroups, getColumnViewHtml, getComponentManager, getConstantsManager, getCustomFieldHtml, getCustomFieldXML, getDefaultAssignee, getDefaultResourceBundle, getField, getLocale, getOutlookDate, getPermissionManager, getProjectManager, getPropertySet, getRedirect, getRemoteUser, getReturnUrl, getText, getText, getText, getText, getText, getUserFullName, getUserPreferences, getVersionManager, isDefaultAssignee, isDefaultAssignee, isHasIssuePermission, isHasIssuePermission, isHasPermission, isHasPermission, isHasPermission, isHasProjectPermission, isHasProjectPermission, processDefaultAssignee, processDefaultAssignee, processDefaultAssignee, setReturnUrl |
Methods inherited from class com.atlassian.jira.action.JiraActionSupport |
addErrorMessages, addErrorMessages, addErrors, execute, getActionName, getApplicationProperties, getDelegator, getLocaleUtils, getResult, getUnescapedText, getWatcherManager, hasAnyErrors, isIndexing |
Methods inherited from class webwork.action.ActionSupport |
addError, addErrorMessage, addIllegalArgumentException, getErrorMessages, getErrors, getHasErrorMessages, getHasErrors, getPropertyEditorMessage, getTexts, getTexts, invalidInput, invokeCommand, isCommand, setCommand, setErrorMessages, setErrors, validate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface webwork.action.CommandDriven |
setCommand |
title
java.lang.String title
mode
java.lang.String mode
introduction
java.lang.String introduction
baseURL
java.lang.String baseURL
encoding
java.lang.String encoding
language
java.lang.String language
defaultLocale
java.lang.String defaultLocale
voting
boolean voting
watching
boolean watching
allowUnassigned
boolean allowUnassigned
externalUM
boolean externalUM
cacheIssues
boolean cacheIssues
logoutConfirm
java.lang.String logoutConfirm
useGzip
boolean useGzip
allowRpc
boolean allowRpc
LOGOUT_CONFIRM_ALWAYS
public static final java.lang.String LOGOUT_CONFIRM_ALWAYS
- See Also:
- Constant Field Values
LOGOUT_CONFIRM_NEVER
public static final java.lang.String LOGOUT_CONFIRM_NEVER
- See Also:
- Constant Field Values
LOGOUT_CONFIRM_COOKIE
public static final java.lang.String LOGOUT_CONFIRM_COOKIE
- See Also:
- Constant Field Values
NONE
public static final java.lang.String NONE
- See Also:
- Constant Field Values
params
java.util.Map params
EditApplicationProperties
public EditApplicationProperties()
setParameters
public void setParameters(java.util.Map parameters)
- Specified by:
setParameters
in interface webwork.action.ParameterAware
doDefault
public java.lang.String doDefault()
throws java.lang.Exception
- Throws:
java.lang.Exception
doValidation
protected void doValidation()
doExecute
protected java.lang.String doExecute()
throws java.lang.Exception
- Throws:
java.lang.Exception
getInstalledLocales
public java.util.Map getInstalledLocales()
- Retrieve the installed locales and add 'None' so that the JVM default can be used
- Returns:
getTitle
public java.lang.String getTitle()
setTitle
public void setTitle(java.lang.String title)
getMode
public java.lang.String getMode()
setMode
public void setMode(java.lang.String mode)
getBaseURL
public java.lang.String getBaseURL()
setBaseURL
public void setBaseURL(java.lang.String baseURL)
getIntroduction
public java.lang.String getIntroduction()
setIntroduction
public void setIntroduction(java.lang.String introduction)
getEncoding
public java.lang.String getEncoding()
setEncoding
public void setEncoding(java.lang.String encoding)
isWatching
public boolean isWatching()
setWatching
public void setWatching(boolean watching)
isVoting
public boolean isVoting()
setVoting
public void setVoting(boolean voting)
isAllowUnassigned
public boolean isAllowUnassigned()
setAllowUnassigned
public void setAllowUnassigned(boolean allowUnassigned)
isExternalUM
public boolean isExternalUM()
setExternalUM
public void setExternalUM(boolean externalUM)
getAllowedModes
public java.util.Map getAllowedModes()
isCacheIssues
public boolean isCacheIssues()
setCacheIssues
public void setCacheIssues(boolean cacheIssues)
getAllowedLanguages
public java.util.Map getAllowedLanguages()
getLanguage
public java.lang.String getLanguage()
setLanguage
public void setLanguage(java.lang.String language)
getLogoutConfirm
public java.lang.String getLogoutConfirm()
setLogoutConfirm
public void setLogoutConfirm(java.lang.String logoutConfirm)
isCanSwitchUnassignedOff
public boolean isCanSwitchUnassignedOff()
throws org.ofbiz.core.entity.GenericEntityException
- Throws:
org.ofbiz.core.entity.GenericEntityException
getUnassignedIssueCount
public int getUnassignedIssueCount()
throws org.ofbiz.core.entity.GenericEntityException
- Throws:
org.ofbiz.core.entity.GenericEntityException
getProjectsWithDefaultUnassignedCount
public int getProjectsWithDefaultUnassignedCount()
throws org.ofbiz.core.entity.GenericEntityException
- Throws:
org.ofbiz.core.entity.GenericEntityException
getDefaultLocale
public java.lang.String getDefaultLocale()
setDefaultLocale
public void setDefaultLocale(java.lang.String defaultLocale)
isUseGzip
public boolean isUseGzip()
setUseGzip
public void setUseGzip(boolean useGzip)
isAllowRpc
public boolean isAllowRpc()
setAllowRpc
public void setAllowRpc(boolean allowRpc)
Copyright © 2002-2005 Atlassian. All Rights Reserved.