Uses of Class
com.atlassian.confluence.velocity.htmlsafe.HtmlSafe
-
-
Uses of HtmlSafe in com.atlassian.confluence.admin.actions
Methods in com.atlassian.confluence.admin.actions with annotations of type HtmlSafe Modifier and Type Method Description String
LongRunningTaskMonitorAction. getCurrentStatus()
String
GeneralConfigurationAction. getRenderedCustomErrorMessage()
String
LongRunningTaskMonitorAction. getTaskName()
-
Uses of HtmlSafe in com.atlassian.confluence.admin.actions.lookandfeel
Methods in com.atlassian.confluence.admin.actions.lookandfeel with annotations of type HtmlSafe Modifier and Type Method Description String
AbstractDecoratorAction. getContent()
-
Uses of HtmlSafe in com.atlassian.confluence.content.service
Methods in com.atlassian.confluence.content.service with annotations of type HtmlSafe Modifier and Type Method Description default io.atlassian.fugue.Pair<String,WebResourceDependenciesRecorder.RecordedResources>
WelcomeMessageService. getResourceForWelcomeMessage()
Deprecated, for removal: This API element is subject to removal in a future version.since 8.7.String
DefaultWelcomeMessageService. getWelcomeMessage()
String
WelcomeMessageService. getWelcomeMessage()
com.atlassian.fugue.Pair<String,WebResourceDependenciesRecorder.RecordedResources>
DefaultWelcomeMessageService. getWelcomeMessageResource()
Deprecated.since 7.0.1.com.atlassian.fugue.Pair<String,WebResourceDependenciesRecorder.RecordedResources>
WelcomeMessageService. getWelcomeMessageResource()
Deprecated, for removal: This API element is subject to removal in a future version.since 7.0.1. -
Uses of HtmlSafe in com.atlassian.confluence.core
Methods in com.atlassian.confluence.core with annotations of type HtmlSafe Modifier and Type Method Description String
ContentEntityObject. getRenderedVersionComment()
String
VersionHistorySummary. getRenderedVersionComment()
String
ConfluenceActionSupport. getText(String key)
String
ConfluenceActionSupport. getText(String key, Object[] args)
String
ConfluenceActionSupport. getText(String key, String defaultValue)
This can be used for internationalisation where a non-internationalised default string exists.String
ConfluenceActionSupport. getText(String key, String defaultValue, String obj)
String
ConfluenceActionSupport. getText(String key, List list)
String
ConfluenceActionSupport. getTextStrict(String key)
static String
VersionHistorySummary. renderVersionComment(String versionComment)
Provide a standard wiki-rendering for version comments. -
Uses of HtmlSafe in com.atlassian.confluence.dashboard.actions
Methods in com.atlassian.confluence.dashboard.actions with annotations of type HtmlSafe Modifier and Type Method Description String
DashboardAction. getWelcomeMessage()
-
Uses of HtmlSafe in com.atlassian.confluence.impl.search.actions
Methods in com.atlassian.confluence.impl.search.actions with annotations of type HtmlSafe Modifier and Type Method Description String
SearchSiteAction.CriteriaParameters. getQueryParameters()
String
SearchSiteAction. getSummaryForResult(SearchResult result)
Deprecated.String
SearchSiteAction. getTitleForResult(SearchResult result)
Deprecated.String
SearchSiteAction. newSearchResult(SearchResult searchResult, String showExcerpts, String queryString)
Deprecated. -
Uses of HtmlSafe in com.atlassian.confluence.internal.search.v2.lucene
Methods in com.atlassian.confluence.internal.search.v2.lucene with annotations of type HtmlSafe Modifier and Type Method Description String
LuceneSearchResult. getDisplayTitleWithHighlights()
String
LuceneSearchResult. getResultExcerptWithHighlights()
-
Uses of HtmlSafe in com.atlassian.confluence.pages.actions
Methods in com.atlassian.confluence.pages.actions with annotations of type HtmlSafe Modifier and Type Method Description String
ViewPageAction. getCommentAsXHtmlForWysiwyg()
String
AbstractDiffPagesAction. getDiff()
String
AbstractEditPageAction. getDiff()
String
ViewPageAction. getPageXHtmlContent()
String
PageVariablesAction. getRenderedTemplateContent()
get rendered template content 1) manually injected script in renderedTemplateContent will be removed to avoid XSS 2) script from html macro will be parsed according to the specified template ID and will be added to renderedTemplateContentMap<Comment,String>
ViewPageAction. getXHtmlComments()
String
AbstractPreviewPageAction. getxHtmlContent()
String
AbstractBlogPostsAction. renderBlogPost(BlogPost post)
-
Uses of HtmlSafe in com.atlassian.confluence.pages.thumbnail
Methods in com.atlassian.confluence.pages.thumbnail with annotations of type HtmlSafe Modifier and Type Method Description String
ThumbnailInfo. getPopupLink(String imageParameters)
Get some HTML that will cause a thumbnail to be rendered inline, with a popup-link to the full-sized image.String
ThumbnailInfo. getPopupLinkPrefix()
This method generates an a tag with the 'confluence-thumbnail-link' class.String
ThumbnailInfo. getPopupLinkSuffix()
String
ThumbnailInfo. getThumbnailImageHtml(String imageParameters)
-
Uses of HtmlSafe in com.atlassian.confluence.pages.wysiwyg
Methods in com.atlassian.confluence.pages.wysiwyg with annotations of type HtmlSafe Modifier and Type Method Description String
DefaultConfluenceWysiwygConverter. convertToPreview(String inputText, String contentId, String spaceKey, String fromMode)
String
DefaultConfluenceWysiwygConverter. convertWikiMarkupToXHtml(ContentEntityObject content, String wikiMarkup)
String
DefaultConfluenceWysiwygConverter. convertWikiMarkupToXHtml(ContentEntityObject content, String spaceKey, String wikiMarkup)
String
DefaultConfluenceWysiwygConverter. convertWikiMarkupToXHtml(String wikiMarkup, String pageId)
String
DefaultConfluenceWysiwygConverter. convertWikiMarkupToXHtml(String wikiMarkup, String pageId, String spaceKey)
String
DefaultConfluenceWysiwygConverter. convertXHtmlToWikiMarkup(String xhtml, String pageId)
-
Uses of HtmlSafe in com.atlassian.confluence.plugin.descriptor
Methods in com.atlassian.confluence.plugin.descriptor with annotations of type HtmlSafe Modifier and Type Method Description String
CustomMacroModuleDescriptor. getHelp()
Returns the macro help as rendered HTML, or null if there is no help. -
Uses of HtmlSafe in com.atlassian.confluence.plugin.descriptor.web.model
Methods in com.atlassian.confluence.plugin.descriptor.web.model with annotations of type HtmlSafe Modifier and Type Method Description String
ConfluenceWebLabel. getDisplayableLabel(javax.servlet.http.HttpServletRequest req, WebInterfaceContext context)
String
ConfluenceWebLabel. getDisplayableLabel(javax.servlet.http.HttpServletRequest req, Map params)
-
Uses of HtmlSafe in com.atlassian.confluence.plugin.webresource
Methods in com.atlassian.confluence.plugin.webresource with annotations of type HtmlSafe Modifier and Type Method Description String
DefaultConfluenceWebResourceManager. getAdminCssResources()
String
DefaultConfluenceWebResourceManager. getCssResources()
String
DefaultConfluenceWebResourceManager. getCssResources(String spaceKey)
String
DefaultConfluenceWebResourceManager. getEditorCssResources(String spaceKey)
String
DefaultConfluenceWebResourceManager. getJsResources()
Map<String,String>
DefaultConfluenceWebResourceManager. getMetadata()
String
DefaultConfluenceWebResourceManager. getResources()
String
DefaultConfluenceWebResourceManager. getThemeJsResources(String spaceKey)
-
Uses of HtmlSafe in com.atlassian.confluence.plugins.labels.actions
Methods in com.atlassian.confluence.plugins.labels.actions with annotations of type HtmlSafe Modifier and Type Method Description String
ViewLabelAction. getPaginationUrl()
-
Uses of HtmlSafe in com.atlassian.confluence.plugins.templates.actions
Methods in com.atlassian.confluence.plugins.templates.actions with annotations of type HtmlSafe Modifier and Type Method Description String
ViewPageTemplateAction. getPageXHtmlContent()
-
Uses of HtmlSafe in com.atlassian.confluence.plugins.viewsource
Methods in com.atlassian.confluence.plugins.viewsource with annotations of type HtmlSafe Modifier and Type Method Description String
ViewSourceAction. getSourceHtml()
-
Uses of HtmlSafe in com.atlassian.confluence.renderer.actions
Methods in com.atlassian.confluence.renderer.actions with annotations of type HtmlSafe Modifier and Type Method Description String
RenderContentAction. getRenderedContent()
-
Uses of HtmlSafe in com.atlassian.confluence.search.v2
Methods in com.atlassian.confluence.search.v2 with annotations of type HtmlSafe Modifier and Type Method Description default String
SearchResult. getDisplayTitleWithHighlights()
Gets the title of the search result appropriate for displaying to a user with matches highlighted.default String
SearchResult. getResultExcerptWithHighlights()
Gets excerpt from the context of the search result, asSearchResult.getResultExcerpt()
, but in a HTML-safe manner. -
Uses of HtmlSafe in com.atlassian.confluence.setup
Methods in com.atlassian.confluence.setup with annotations of type HtmlSafe Modifier and Type Method Description String
SetupWebResourceManager. getResources()
-
Uses of HtmlSafe in com.atlassian.confluence.setup.settings
Methods in com.atlassian.confluence.setup.settings with annotations of type HtmlSafe Modifier and Type Method Description String
CustomHtmlSettings. getAfterBodyStart()
String
CustomHtmlSettings. getBeforeBodyEnd()
String
CustomHtmlSettings. getBeforeHeadEnd()
-
Uses of HtmlSafe in com.atlassian.confluence.setup.velocity
Methods in com.atlassian.confluence.setup.velocity with annotations of type HtmlSafe Modifier and Type Method Description String
VelocityFriendlyPageBuilderService. getConfluenceResourceTags(String styleSheetAction, String spaceKey)
String
VelocityFriendlyPageBuilderService. getRequiredResources()
String
VelocityFriendlyPageBuilderService. getResourceTags(String moduleCompleteKey)
String
VelocityFriendlyPageBuilderService. getStaticPluginResource(com.atlassian.plugin.ModuleDescriptor<?> moduleDescriptor, String resourceName)
String
VelocityFriendlyPageBuilderService. getStaticPluginResource(String moduleCompleteKey, String resourceName)
String
VelocityFriendlyPageBuilderService. getStaticResourcePrefix()
String
VelocityFriendlyPageBuilderService. getStaticResourcePrefix(String resourceCounter)
String
VelocityFriendlyPageBuilderService. getStaticResourcePrefix(String resourceCounter, com.atlassian.plugin.webresource.UrlMode urlMode)
-
Uses of HtmlSafe in com.atlassian.confluence.spaces.actions
Methods in com.atlassian.confluence.spaces.actions with annotations of type HtmlSafe Modifier and Type Method Description String
ViewSpaceAction. getPageXHtmlContent(Page page)
-
Uses of HtmlSafe in com.atlassian.confluence.themes
Methods in com.atlassian.confluence.themes with annotations of type HtmlSafe Modifier and Type Method Description String
PageHelper. getCustomFooter(String key)
String
PageHelper. getCustomHeader(String key)
String
GlobalHelper. getText(String property)
String
GlobalHelper. getText(String property, Object[] args)
String
GlobalHelper. renderConfluenceMacro(String wikiCall)
String
GlobalHelper. renderConfluenceMacro(String messageFormatString, String... args)
-
Uses of HtmlSafe in com.atlassian.confluence.tinymceplugin.actions
Methods in com.atlassian.confluence.tinymceplugin.actions with annotations of type HtmlSafe Modifier and Type Method Description String
HelpLinkAction. getLinkUrlKey()
-
Uses of HtmlSafe in com.atlassian.confluence.user.actions
Methods in com.atlassian.confluence.user.actions with annotations of type HtmlSafe Modifier and Type Method Description String
ForgotUserPasswordAction. getChangePasswordLink()
String
SiteSupportAction. getMessage()
-
Uses of HtmlSafe in com.atlassian.confluence.userstatus
Methods in com.atlassian.confluence.userstatus with annotations of type HtmlSafe Modifier and Type Method Description String
DefaultStatusTextRenderer. render(String status)
Deprecated.String
StatusTextRenderer. render(String text)
Deprecated.Renders a piece of text with inline styles -
Uses of HtmlSafe in com.atlassian.confluence.util
Methods in com.atlassian.confluence.util with annotations of type HtmlSafe Modifier and Type Method Description static String
UrlUtils. appendAmpersandOrQuestionMark(String str)
Appends an ampersand if the given string already contains a question mark, or a question mark otherwise.static String[]
PlainTextToHtmlConverter. encodeHtmlEntities(Object... items)
Encodes the angle brackets, ampersands, and quotation marks in all the input items as HTML entities.static String
PlainTextToHtmlConverter. encodeHtmlEntities(String text)
Encodes the angle brackets, ampersands, and quotation marks in the input as HTML entities.static String[]
PlainTextToHtmlConverter. encodeHtmlEntities(String... items)
Encodes the angle brackets, ampersands, and quotation marks in all the input items as HTML entities.static String
PlainTextToHtmlConverter. toHtml(String plainText)
The function converts plain text into html in two steps.String
HTMLPairType. toString()
-
Uses of HtmlSafe in com.atlassian.confluence.util.i18n
Methods in com.atlassian.confluence.util.i18n with annotations of type HtmlSafe Modifier and Type Method Description String
DefaultI18NBean. getText(@Nullable String key)
Get the i18n text for a particular key.String
DefaultI18NBean. getText(@Nullable String key, @Nullable Object[] args)
Get the i18n text for a particular key, formatted through MessageFormat with the given arguments.String
DefaultI18NBean. getText(Message message)
String
DefaultI18NBean. getText(String key, List list)
-
Uses of HtmlSafe in com.atlassian.confluence.util.message
Methods in com.atlassian.confluence.util.message with annotations of type HtmlSafe Modifier and Type Method Description String
DefaultMessage. getText()
-
Uses of HtmlSafe in com.atlassian.confluence.util.profiling
Methods in com.atlassian.confluence.util.profiling with annotations of type HtmlSafe Modifier and Type Method Description String
VelocitySitemeshPage. getProperty(String s)
-
Uses of HtmlSafe in com.atlassian.confluence.velocity.htmlsafe
Methods in com.atlassian.confluence.velocity.htmlsafe with annotations of type HtmlSafe Modifier and Type Method Description String
HtmlFragment. toString()
Deprecated. -
Uses of HtmlSafe in com.atlassian.confluence.warming
Methods in com.atlassian.confluence.warming with annotations of type HtmlSafe Modifier and Type Method Description String
WarmInstanceAction. getWarm()
Deprecated, for removal: This API element is subject to removal in a future version.
-