This class is an internal implementation detail and will change without notice.
Clients that depend on
@Internal
classes and interfaces can not expect to be compatible with any version
other than the version they were compiled against (even minor version and milestone releases may break binary
compatibility with respect to
@Internal
elements).
Class Overview
The metadata that gets included by default on all JIRA pages. Accessible in the browser by using AJS.Meta.get(String)
.
This is currently a hard-coded set of information but in the future we might think about making this a plugin point
so that plugins can use
AJS.Meta
.
Summary
Public Constructors |
|
HtmlMetadataManager(JiraWebResourceManager webResourceManager, BuildUtilsInfo buildUtilsInfo, JiraAuthenticationContext authenticationContext, ApplicationProperties applicationProperties, KeyboardShortcutManager keyboardShortcutManager, VelocityRequestContextFactory velocityRequestContextFactory, FeatureManager featureManager, ProductVersionDataBeanProvider productVersionDataBeanProvider, GoogleSiteVerification googleSiteVerification, PermissionManager permissionManager, MailSettings mailSettings, JiraProperties jiraSystemProperties)
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
Public Constructors
Public Methods
public
void
includeMetadata
(Writer writer)
Includes the metadata in HTML <meta> elements in the page <head>.