Modifier and Type | Class and Description |
---|---|
class |
AbsoluteHrefEvaluator
Produces absolute URL's / HREF's for the specified object.
|
class |
DefaultHrefEvaluator
An HrefEvaluator which knows how to generate href values for
ConversionContextOutputType.DISPLAY
and generates relative links for the browser. |
class |
HtmlExportHrefEvaluator
An HrefEvaluator that will generate links appropriate for HTML exported content.
|
class |
OutputTypeAwareHrefEvaluator
An HrefEvaluator which inspects the
ConversionContextOutputType in the ConversionContext and evaluates href
values appropriately for the output type targeted. |
Constructor and Description |
---|
AbsoluteHrefEvaluator(HrefEvaluator defaulHrefEvaluator,
SettingsManager settingsManager,
ContextPathHolder contextPathHolder) |
HtmlExportHrefEvaluator(HrefEvaluator defaultHrefEvaluator,
HrefEvaluator absoluteHrefEvaluator) |
OutputTypeAwareHrefEvaluator(Map<String,HrefEvaluator> outputTypeEvaluators,
HrefEvaluator defaultEvaluator) |
Constructor and Description |
---|
OutputTypeAwareHrefEvaluator(Map<String,HrefEvaluator> outputTypeEvaluators,
HrefEvaluator defaultEvaluator) |
Constructor and Description |
---|
ViewHtmlAnchorFragmentTransformer(SettingsManager settingsManager,
XMLOutputFactory xmlOutputFactory,
XMLEventFactory xmlEventFactory,
XmlEventReaderFactory xmlEventReaderFactory,
HrefEvaluator hrefEvaluator) |
Constructor and Description |
---|
DefaultAttachedImageResourceMarshaller(AttachmentResourceIdentifierResolver attachmentResourceIdentifierResolver,
PermissionManager permissionManager,
ThumbnailManager thumbnailManager,
HrefEvaluator hrefEvaluator,
StaxStreamMarshaller<Attachment> attachmentStaxStreamMarshaller,
EmbeddedImageTagWriter embeddedImageWriter,
UnidentifiedAttachmentMarshaller unidentifiedAttachmentPlaceholderWriter,
AttachmentResourceIdentifierOnlyUriResolver attachmentResourceIdentifierOnlyUriResolver,
ImageDetailsManager imageDetailsManager,
DarkFeaturesManager darkFeaturesManager,
AttachedImageRenderHelper attachedImageRenderHelper) |
Constructor and Description |
---|
ViewEmoticonMarshaller(XMLOutputFactory xmlOutputFactory,
EmoticonDisplayMapper emoticonDisplayMapper,
UserI18NBeanFactory userI18NBeanFactory,
HrefEvaluator hrefEvaluator) |
Modifier and Type | Field and Description |
---|---|
protected HrefEvaluator |
ViewIdAndTypeLinkMarshaller.hrefEvaluator |
Modifier and Type | Method and Description |
---|---|
Marshaller<Link> |
ViewLinkMarshallerFactoryImpl.newBlogPostLinkMarshaller(HrefEvaluator hrefEvaluator,
Marshaller<Link> unresolvedLinkMarshaller) |
Marshaller<Link> |
ViewLinkMarshallerFactory.newBlogPostLinkMarshaller(HrefEvaluator hrefEvaluator,
Marshaller<Link> unresolvedLinkMarshaller)
Get a new instance of a blog post link view marshaller which will usage a specific HrefEvaluator instead of the
default for creating the actual href attribute in the rendererd link.
|
Marshaller<Link> |
ViewLinkMarshallerFactoryImpl.newPageLinkMarshaller(Marshaller<CreatePageLink> createPageLinkMarshaller,
HrefEvaluator hrefEvaluator,
Marshaller<Link> unresolvedLinkMarshaller) |
Marshaller<Link> |
ViewLinkMarshallerFactory.newPageLinkMarshaller(Marshaller<CreatePageLink> createPageLinkMarshaller,
HrefEvaluator hrefEvaluator,
Marshaller<Link> unresolvedLinkMarshaller)
Get a new instance of a page link view marshaller which will use a specific 'create page' link Marshaller and a
specific HrefEvaluator for creating the actual rendered link.
|
Marshaller<Link> |
ViewLinkMarshallerFactoryImpl.newUserLinkMarshaller(HrefEvaluator hrefEvaluator,
Marshaller<Link> unresolvedLinkMarshaller) |
Marshaller<Link> |
ViewLinkMarshallerFactory.newUserLinkMarshaller(HrefEvaluator hrefEvaluator,
Marshaller<Link> unresolvedLinkMarshaller)
Get a new instance of a user link view marshaller which will usage a specific HrefEvaluator instead of the
default for creating the actual href attribute in the rendererd link.
|
Copyright © 2003–2015 Atlassian. All rights reserved.