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 A nice injectable util for retreiving an icon for file. 
OutlookDateManager This interface is deprecated. Use formatter() instead. Since v4.4.  
WebAttachmentManager Manager for issue attachments. 

Classes

AccessKeyHelperImpl  
AttachmentExceptionMessages Generates a suitable message string for a given AttachmentException. 
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  
FileIconBean.FileIcon  
FileIconUtilImpl Default implementation 
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  
HostileAttachmentsHelper A tool for loading and encapsulating the local policy for which MIME Content Types and file extensions may contain active executable client-side content and which therefore should be treated carefully to avoid XSS attacks via uploading these files as attachments. 
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 
OutlookDate Formats and parses dates in a variety of formats, including relative dates such as "Today" and "Last Wednesday". 
OutlookDateManagerImpl  
PrettyObjectPrinter  
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

AttachmentException Represtents any File System errors that occur while trying to create an Issue Attachment.