|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of HrefEvaluator in com.atlassian.confluence.content.render.xhtml.links |
|---|
| Classes in com.atlassian.confluence.content.render.xhtml.links that implement HrefEvaluator | |
|---|---|
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. |
| Constructors in com.atlassian.confluence.content.render.xhtml.links with parameters of type HrefEvaluator | |
|---|---|
AbsoluteHrefEvaluator(HrefEvaluator defaulHrefEvaluator,
SettingsManager settingsManager,
ContextPathHolder contextPathHolder)
|
|
HtmlExportHrefEvaluator(HrefEvaluator defaultHrefEvaluator,
HrefEvaluator absoluteHrefEvaluator)
|
|
OutputTypeAwareHrefEvaluator(java.util.Map<java.lang.String,HrefEvaluator> outputTypeEvaluators,
HrefEvaluator defaultEvaluator)
|
|
| Constructor parameters in com.atlassian.confluence.content.render.xhtml.links with type arguments of type HrefEvaluator | |
|---|---|
OutputTypeAwareHrefEvaluator(java.util.Map<java.lang.String,HrefEvaluator> outputTypeEvaluators,
HrefEvaluator defaultEvaluator)
|
|
| Uses of HrefEvaluator in com.atlassian.confluence.content.render.xhtml.view |
|---|
| Constructors in com.atlassian.confluence.content.render.xhtml.view with parameters of type HrefEvaluator | |
|---|---|
ViewHtmlAnchorFragmentTransformer(SettingsManager settingsManager,
javax.xml.stream.XMLOutputFactory xmlOutputFactory,
javax.xml.stream.XMLEventFactory xmlEventFactory,
XmlEventReaderFactory xmlEventReaderFactory,
HrefEvaluator hrefEvaluator)
|
|
| Uses of HrefEvaluator in com.atlassian.confluence.content.render.xhtml.view.embed |
|---|
| Constructors in com.atlassian.confluence.content.render.xhtml.view.embed with parameters of type HrefEvaluator | |
|---|---|
DefaultAttachedImageResourceMarshaller(AttachmentResourceIdentifierResolver attachmentResourceIdentifierResolver,
PermissionManager permissionManager,
ThumbnailManager thumbnailManager,
HrefEvaluator hrefEvaluator,
StaxStreamMarshaller<Attachment> attachmentStaxStreamMarshaller,
EmbeddedImageTagWriter embeddedImageWriter,
UnidentifiedAttachmentMarshaller unidentifiedAttachmentPlaceholderWriter,
AttachmentResourceIdentifierOnlyUriResolver attachmentResourceIdentifierOnlyUriResolver)
|
|
| Uses of HrefEvaluator in com.atlassian.confluence.content.render.xhtml.view.inline |
|---|
| Constructors in com.atlassian.confluence.content.render.xhtml.view.inline with parameters of type HrefEvaluator | |
|---|---|
ViewEmoticonMarshaller(javax.xml.stream.XMLOutputFactory xmlOutputFactory,
EmoticonDisplayMapper emoticonDisplayMapper,
UserI18NBeanFactory userI18NBeanFactory,
HrefEvaluator hrefEvaluator)
|
|
| Uses of HrefEvaluator in com.atlassian.confluence.content.render.xhtml.view.link |
|---|
| Fields in com.atlassian.confluence.content.render.xhtml.view.link declared as HrefEvaluator | |
|---|---|
protected HrefEvaluator |
ViewIdAndTypeLinkMarshaller.hrefEvaluator
|
| Methods in com.atlassian.confluence.content.render.xhtml.view.link with parameters of type HrefEvaluator | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||