com.atlassian.jira.web.action.admin
Class ViewApplicationProperties
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
- All Implemented Interfaces:
- ErrorCollection, I18nHelper, HttpServletVariables, AuthorizationSupport, Serializable, webwork.action.Action, webwork.action.CommandDriven, webwork.action.IllegalArgumentAware
- Direct Known Subclasses:
- EditApplicationProperties, EditLookAndFeel
public class ViewApplicationProperties
- extends ProjectActionSupport
- See Also:
- Serialized Form
Fields inherited from class webwork.action.ActionSupport |
command, errorMap, errorMessages |
Fields inherited from interface webwork.action.Action |
ERROR, INPUT, LOGIN, NONE, SUCCESS |
Methods inherited from class com.atlassian.jira.web.action.JiraWebActionSupport |
addError, addErrorCollection, addErrorMessage, addErrorMessageByKeyIfAbsent, addErrorMessageIfAbsent, addMessageToResponse, addReason, addReasons, forceRedirect, getAdministratorContactLink, getApplicationProperties, getAuthorizationSupport, getConglomerateCookieValue, getConstantsManager, getDateFormat, getDateTimeFormat, getDateTimeFormatter, getDescTranslation, getDmyDateFormatter, getEmptyResponse, getErrorMessages, getErrors, getField, getFlushedErrorMessages, getGlobalPermissionManager, getHint, getHintManager, getHttpRequest, getHttpResponse, getHttpSession, getJiraContactHelper, getJiraServiceContext, getLanguage, getLoggedInApplicationUser, getLoggedInUser, getNameTranslation, getOutlookDate, getPermissionManager, getProjectManager, getRandomHint, getReasons, getRedirect, getRedirect, getRedirectSanitiser, getReturnUrl, getReturnUrlForCancelLink, getSearchSortDescriptions, getSelectedProject, getSelectedProjectObject, getServerId, getServletContext, getTimeFormat, getUriValidator, getUserFullName, getUserManager, getUserProjectHistoryManager, getVersionManager, getWebworkStack, getWebworkStack, getXsrfToken, hasErrorMessage, hasErrorMessageByKey, hasIssuePermission, hasPermission, hasProjectPermission, htmlEncode, insertContextPath, isHasIssuePermission, isHasIssuePermission, isHasPermission, isHasPermission, isHasPermission, isHasProjectPermission, isHasProjectPermission, isInlineDialogMode, isSystemAdministrator, isUserExists, isUserExistsByKey, isUserExistsByName, returnComplete, returnComplete, returnCompleteWithInlineRedirect, returnCompleteWithInlineRedirectAndMsg, returnCompleteWithInlineRedirectAndMsg, returnMsgToUser, returnMsgToUser, setConglomerateCookieValue, setInline, setReasons, setReturnUrl, setSelectedProjectId, urlEncode |
Methods inherited from class com.atlassian.jira.action.JiraActionSupport |
addErrorMessages, addErrorMessages, addErrors, addIllegalArgumentException, execute, getActionName, getComponentInstanceOfType, getDefaultResourceBundle, getDelegator, getI18nHelper, getKeysForPrefix, getLocale, getOfBizDelegator, getRemoteUser, getResourceBundle, getResult, getText, getText, getText, getText, getText, getText, getText, getText, getText, getText, getText, getText, getText, getText, getUnescapedText, getUntransformedRawText, getUserPreferences, getWatcherManager, hasAnyErrors, isIndexing, isKeyDefined, removeKeyOrAddError |
Methods inherited from class webwork.action.ActionSupport |
addError, addErrorMessage, doDefault, doExecute, doValidation, getCommandName, getHasErrorMessages, getHasErrors, getPropertyEditorMessage, getTexts, getTexts, getTimezone, 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 |
getCommandName, setCommand |
searchService
protected final UserPickerSearchService searchService
localeManager
protected final LocaleManager localeManager
timeZoneService
protected final TimeZoneService timeZoneService
rendererManager
protected final RendererManager rendererManager
criteriaAutoUpdate
protected boolean criteriaAutoUpdate
ViewApplicationProperties
public ViewApplicationProperties(UserPickerSearchService searchService,
LocaleManager localeManager,
TimeZoneService timeZoneService,
RendererManager rendererManager,
com.atlassian.plugin.PluginAccessor pluginAccessor,
GzipCompression gZipCompression,
FeatureManager featureManager,
IntroductionProperty introductionProperty,
JiraLicenseService jiraLicenseService)
getLocaleManager
public LocaleManager getLocaleManager()
getJiraMode
public String getJiraMode()
getDisplayNameOfLocale
public String getDisplayNameOfLocale(Locale locale)
useSystemTimeZone
public boolean useSystemTimeZone()
getDefaultTimeZoneInfo
public TimeZoneInfo getDefaultTimeZoneInfo()
isUseGravatar
public boolean isUseGravatar()
setUseGravatar
public void setUseGravatar(boolean useGravatar)
getContactAdministratorsMessage
public String getContactAdministratorsMessage()
getShowPluginHints
public boolean getShowPluginHints()
getTacUrl
public String getTacUrl()
isShowDisableCriteriaAutoUpdate
public boolean isShowDisableCriteriaAutoUpdate()
isCriteriaAutoUpdate
public boolean isCriteriaAutoUpdate()
isProductRecommendationsAvailable
public final boolean isProductRecommendationsAvailable()
- Returns:
- a boolean indicating if the "Show Product Recommendations" option is available
isProductRecommendationsEditable
public final boolean isProductRecommendationsEditable()
- Returns:
- a boolean indicating if the "Show Product Recommendations" option can be edited
isProductRecommendations
public final boolean isProductRecommendations()
- Returns:
- a boolean indicating whether "Show Product Recommendations" is enabled
setProductRecommendations
public void setProductRecommendations(boolean productRecommendations)
- Parameters:
productRecommendations
- whether "Show Product Recommendations" is enabled
isShowDisableAnalytics
public final boolean isShowDisableAnalytics()
- Returns:
- a boolean indicating whether the Atlassian BTF Analytics option should be visible
isAnalyticsBTFEnabled
public final boolean isAnalyticsBTFEnabled()
- Returns:
- a boolean indicating whether Atlassian BTF Analytics are enabled
setAnalyticsBTFEnabled
public void setAnalyticsBTFEnabled(boolean analyticsBTFEnabled)
setUsageStatsChanged
public void setUsageStatsChanged(boolean statsChanged)
isUsageStatsChanged
public boolean isUsageStatsChanged()
getGzipCompression
public GzipCompression getGzipCompression()
getIntroductionProperty
public IntroductionProperty getIntroductionProperty()
isBackgroundIndexingAvailable
public boolean isBackgroundIndexingAvailable()
getAllowedLanguages
public Map<String,String> getAllowedLanguages()
getCurrentIndexingLanguageDescription
public String getCurrentIndexingLanguageDescription()
Copyright © 2002-2014 Atlassian. All Rights Reserved.