package

com.atlassian.jira.web.util

Interfaces

AccessKeyHelper Helper interface for access keys for web browsers. 
AuthorizationSupport Groups a collection of authorization checks used by JIRA's view layer. 
ExternalLinkUtil A simple utility class that lets you resolve external links that may need to change, because of partner sites and such. 
FileIconUtil This interface is deprecated. Use JIRA.Templates.ViewIssue.matchFileIconUrl or JIRA.Templates.ViewIssue.matchFileIconAlt soy template instead.  
OutlookDateManager This interface is deprecated. Use formatter() instead. Since v4.4.  
WebAttachmentManager This interface is deprecated. Use TemporaryWebAttachmentManager instead. Since v6.4.  

Classes

AccessKeyHelperImpl  
AttachmentExceptionMessages Generates a suitable message string for a given AttachmentException. 
AvatarPickerConfigDataProvider Informs the UI whether JIRA owns its various avatar pickers or not. 
ChangeHistoryUtils  
CheckboxTagSupport Support for communication between Webwork actions and checkbox tags. 
CookieUtils This class handles utility methods for managing HTTP cookies. 
CssSubstitutionWebResourceTransformer A resource transform that makes variable substitutions based on L&F settings. 
CssSubstitutionWebResourceTransformer.VariableMap  
DateFormatProvider Provides localized version of names of months, days, eras and meridiem. 
DefaultAuthorizationSupport Implementation of the authorization checks defined in AuthorizationSupport 
DefaultWebAttachmentManager  
ExternalLinkUtilImpl A simple utility class that lets you resolve external links that may need to change, because of partner sites and such. 
FileIconBean This class is deprecated. Use JIRA.Templates.ViewIssue.matchFileIconUrl or JIRA.Templates.ViewIssue.matchFileIconAlt soy template instead.  
FileIconBean.FileIcon  
FileIconUtilImpl This class is deprecated. Use JIRA.Templates.ViewIssue.matchFileIconUrl or JIRA.Templates.ViewIssue.matchFileIconAlt soy template instead.  
FileNameCharacterCheckerUtil This is a centralized object for checking illegal characters in attachment file names. 
HelpUtil This class is deprecated. since v6.2.4: The use of this class is discouraged. It now suggested to:  
HelpUtil.HelpPath  
HTMLCompressWriter  
InternalServerErrorDataSource  
InternalServerErrorExceptionDataSource  
IssueTableBean This class is deprecated. This information is all available in the Issue object and this object is not actually used anywhere in core JIRA. Since v6.3.  
JiraLocaleUtils This class is deprecated. Should use the LocaleManager interface or LocaleParser instead.  
MetalResourcesManager Manage and allow to print out assets (javscript and css) which are included into Metal Pages 
MockExternalLinkUtil  
OutlookDate Formats and parses dates in a variety of formats, including relative dates such as "Today" and "Last Wednesday". 
OutlookDateManagerImpl  
PageCapabilitiesImpl  
PrettyObjectPrinter  
PreValidatedActionExecutor<E> Action executor with ability to run validation before executing the action. 
ProductVersionDataBean Generates the <meta> tags and attributes needed to provide version data as per https://extranet.atlassian.com/display/~jgraham/Incorporating+version+data+in+a+resource 
ProductVersionDataBeanProvider  
WebActionUtil  

Enums

OutlookDate.SmartFormatterModes This enum is deprecated. Use DateTimeFormatter instead. Since v5.0.  

Exceptions

AttachmentExceedsLimitException Exception when attachment exceeds setting limit size  
AttachmentException Represtents any File System errors that occur while trying to create an Issue Attachment.