Uses of Class
com.atlassian.confluence.velocity.htmlsafe.HtmlSafe

Packages that use HtmlSafe
com.atlassian.confluence.admin.actions   
com.atlassian.confluence.admin.actions.lookandfeel   
com.atlassian.confluence.admin.actions.plugins   
com.atlassian.confluence.content.service   
com.atlassian.confluence.core   
com.atlassian.confluence.dashboard.actions   
com.atlassian.confluence.diff.renderer   
com.atlassian.confluence.labels.actions   
com.atlassian.confluence.pages.actions   
com.atlassian.confluence.pages.thumbnail   
com.atlassian.confluence.pages.wysiwyg   
com.atlassian.confluence.plugin.descriptor   
com.atlassian.confluence.plugin.descriptor.web.model   
com.atlassian.confluence.plugin.webresource   
com.atlassian.confluence.plugins.doctheme   
com.atlassian.confluence.plugins.templates.actions   
com.atlassian.confluence.plugins.viewsource   
com.atlassian.confluence.renderer.actions   
com.atlassian.confluence.search.actions   
com.atlassian.confluence.search.summary   
com.atlassian.confluence.setup   
com.atlassian.confluence.setup.settings   
com.atlassian.confluence.setup.velocity   
com.atlassian.confluence.spaces.actions   
com.atlassian.confluence.test.qunit   
com.atlassian.confluence.themes   
com.atlassian.confluence.user.actions   
com.atlassian.confluence.userstatus   
com.atlassian.confluence.userstatus.actions   
com.atlassian.confluence.util   
com.atlassian.confluence.util.i18n   
com.atlassian.confluence.util.message   
com.atlassian.confluence.util.profiling   
com.atlassian.confluence.velocity.htmlsafe   
com.atlassian.studio.confluence.user.status   
 

Uses of HtmlSafe in com.atlassian.confluence.admin.actions
 

Methods in com.atlassian.confluence.admin.actions with annotations of type HtmlSafe
 java.lang.String LongRunningTaskMonitorAction.getCurrentStatus()
           
 java.lang.String GeneralConfigurationAction.getRenderedCustomErrorMessage()
           
 java.lang.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
 java.lang.String AbstractDecoratorAction.getContent()
           
 

Uses of HtmlSafe in com.atlassian.confluence.admin.actions.plugins
 

Methods in com.atlassian.confluence.admin.actions.plugins with annotations of type HtmlSafe
 java.lang.String ManagePluginsAction.getHtmlSafePluginDescription(com.atlassian.plugin.PluginInformation plug)
           
 

Uses of HtmlSafe in com.atlassian.confluence.content.service
 

Methods in com.atlassian.confluence.content.service with annotations of type HtmlSafe
 java.lang.String WelcomeMessageService.getWelcomeMessage()
           
 java.lang.String DefaultWelcomeMessageService.getWelcomeMessage()
           
 

Uses of HtmlSafe in com.atlassian.confluence.core
 

Methods in com.atlassian.confluence.core with annotations of type HtmlSafe
 java.lang.String VersionHistorySummary.getRenderedVersionComment()
           
 java.lang.String ContentEntityObject.getRenderedVersionComment()
           
 java.lang.String ConfluenceActionSupport.getText(java.lang.String key)
           
 java.lang.String ConfluenceActionSupport.getText(java.lang.String key, java.util.List list)
           
 java.lang.String ConfluenceActionSupport.getText(java.lang.String key, java.lang.Object[] args)
           
 java.lang.String ConfluenceActionSupport.getText(java.lang.String key, java.lang.String defaultValue)
           This can be used for internationalisation where a non-internationalised default string exists.
 java.lang.String ConfluenceActionSupport.getTextStrict(java.lang.String key)
           
static java.lang.String VersionHistorySummary.renderVersionComment(java.lang.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
 java.lang.String DashboardAction.getWelcomeMessage()
           
 

Uses of HtmlSafe in com.atlassian.confluence.diff.renderer
 

Methods in com.atlassian.confluence.diff.renderer with annotations of type HtmlSafe
 java.lang.String StaticHtmlChangeChunkRenderer.getFormattedText(ChangeChunk chunk)
           
 java.lang.String HtmlChangeChunkRenderer.getFormattedText(ChangeChunk chunk)
           
 java.lang.String HtmlCharacterChunkRenderer.getFormattedText(CharacterChunk chunk)
           
 java.lang.String HtmlLineChunkRenderer.getFormattedText(LineChunk chunk)
           
 java.lang.String HtmlWordChunkRenderer.getFormattedText(WordChunk chunk)
           
 

Uses of HtmlSafe in com.atlassian.confluence.labels.actions
 

Methods in com.atlassian.confluence.labels.actions with annotations of type HtmlSafe
 java.lang.String ViewLabelAction.getPaginationUrl()
           
 

Uses of HtmlSafe in com.atlassian.confluence.pages.actions
 

Methods in com.atlassian.confluence.pages.actions with annotations of type HtmlSafe
 java.lang.String ViewPageAction.getCommentAsXHtmlForWysiwyg()
           
 java.lang.String AbstractEditPageAction.getDiff()
           
 java.lang.String AbstractDiffPagesAction.getDiff()
           
 java.lang.String ViewPageAction.getPageXHtmlContent()
           
 java.lang.String PageVariablesAction.getRenderedTemplateContent()
           
 java.util.Map<Comment,java.lang.String> ViewPageAction.getXHtmlComments()
           
 java.lang.String AbstractPreviewPageAction.getxHtmlContent()
           
 java.lang.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
 java.lang.String ThumbnailInfo.getPopupLink(java.lang.String imageParameters)
          Get some HTML that will cause a thumbnail to be rendered inline, with a popup-link to the full-sized image.
 java.lang.String ThumbnailInfo.getPopupLinkPrefix()
          This method generates an a tag with the 'confluence-thumbnail-link' class.
 java.lang.String ThumbnailInfo.getPopupLinkSuffix()
           
 java.lang.String ThumbnailInfo.getThumbnailImageHtml(java.lang.String imageParameters)
           
 

Uses of HtmlSafe in com.atlassian.confluence.pages.wysiwyg
 

Methods in com.atlassian.confluence.pages.wysiwyg with annotations of type HtmlSafe
 java.lang.String DefaultConfluenceWysiwygConverter.convertToPreview(java.lang.String inputText, java.lang.String contentId, java.lang.String spaceKey, java.lang.String fromMode)
           
 java.lang.String DefaultConfluenceWysiwygConverter.convertWikiMarkupToXHtml(ContentEntityObject content, java.lang.String wikiMarkup)
           
 java.lang.String DefaultConfluenceWysiwygConverter.convertWikiMarkupToXHtml(ContentEntityObject content, java.lang.String spaceKey, java.lang.String wikiMarkup)
           
 java.lang.String DefaultConfluenceWysiwygConverter.convertWikiMarkupToXHtml(java.lang.String wikiMarkup, java.lang.String pageId)
           
 java.lang.String DefaultConfluenceWysiwygConverter.convertWikiMarkupToXHtml(java.lang.String wikiMarkup, java.lang.String pageId, java.lang.String spaceKey)
           
 java.lang.String DefaultConfluenceWysiwygConverter.convertXHtmlToWikiMarkup(java.lang.String xhtml, java.lang.String pageId)
           
 

Uses of HtmlSafe in com.atlassian.confluence.plugin.descriptor
 

Methods in com.atlassian.confluence.plugin.descriptor with annotations of type HtmlSafe
 java.lang.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
 java.lang.String ConfluenceWebLabel.getDisplayableLabel(javax.servlet.http.HttpServletRequest req, java.util.Map params)
           
 java.lang.String ConfluenceWebLabel.getDisplayableLabel(javax.servlet.http.HttpServletRequest req, WebInterfaceContext context)
           
 

Uses of HtmlSafe in com.atlassian.confluence.plugin.webresource
 

Methods in com.atlassian.confluence.plugin.webresource with annotations of type HtmlSafe
 java.lang.String DefaultConfluenceWebResourceManager.getAdminCssResources()
           
 java.lang.String DefaultConfluenceWebResourceManager.getCssResources()
           
 java.lang.String DefaultConfluenceWebResourceManager.getCssResources(java.lang.String spaceKey)
           
 java.lang.String DefaultConfluenceWebResourceManager.getEditorCssResources(java.lang.String spaceKey)
           
 java.lang.String DefaultConfluenceWebResourceManager.getJsResources()
           
 java.util.Map<java.lang.String,java.lang.String> DefaultConfluenceWebResourceManager.getMetadata()
           
 java.lang.String DefaultConfluenceWebResourceManager.getResources()
           
 java.lang.String DefaultConfluenceWebResourceManager.getThemeJsResources(java.lang.String spaceKey)
           
 

Uses of HtmlSafe in com.atlassian.confluence.plugins.doctheme
 

Methods in com.atlassian.confluence.plugins.doctheme with annotations of type HtmlSafe
 java.lang.String DocThemeHelper.addSpaceName(java.lang.String separator, com.opensymphony.module.sitemesh.Page sitemeshPage)
           
 java.lang.String DocThemeHelper.getThemeFooter(ThemeHelper helper)
           
 java.lang.String DocThemeHelper.getThemeHeader(ThemeHelper helper)
           
 java.lang.String DocThemeHelper.getThemeNavigation(ThemeHelper helper)
           
 

Uses of HtmlSafe in com.atlassian.confluence.plugins.templates.actions
 

Methods in com.atlassian.confluence.plugins.templates.actions with annotations of type HtmlSafe
 java.lang.String ViewPageTemplateAction.getPageXHtmlContent()
           
 

Uses of HtmlSafe in com.atlassian.confluence.plugins.viewsource
 

Methods in com.atlassian.confluence.plugins.viewsource with annotations of type HtmlSafe
 java.lang.String ViewSourceAction.getSourceHtml()
           
 

Uses of HtmlSafe in com.atlassian.confluence.renderer.actions
 

Methods in com.atlassian.confluence.renderer.actions with annotations of type HtmlSafe
 java.lang.String RenderContentAction.getRenderedContent()
           
 

Uses of HtmlSafe in com.atlassian.confluence.search.actions
 

Methods in com.atlassian.confluence.search.actions with annotations of type HtmlSafe
 java.lang.String SearchSiteAction.CriteriaParameters.getQueryParameters()
           
 java.lang.String SearchSiteAction.getSummaryForResult(SearchResult result)
           
 java.lang.String SearchSiteAction.getTitleForResult(SearchResult result)
           
 java.lang.String SearchSiteAction.newSearchResult(SearchResult searchResult, java.lang.String showExcerpts, java.lang.String queryString)
           
 

Uses of HtmlSafe in com.atlassian.confluence.search.summary
 

Methods in com.atlassian.confluence.search.summary with annotations of type HtmlSafe
 java.lang.String HitHighlighter.getBestFragments(java.lang.String text)
          Use the Lucene Highlighter directly.
 java.lang.String HitHighlighter.getSummary(java.lang.String text)
          Get a summary, suitable for displaying excerpts of search results.
 java.lang.String HitHighlighter.highlightText(java.lang.String text)
          Highlights text without fragmenting it.
 java.lang.String HitHighlighter.highlightWikiMarkup(java.lang.String markup)
          Highlight text without fragmenting, after stripping wiki markup.
 

Uses of HtmlSafe in com.atlassian.confluence.setup
 

Methods in com.atlassian.confluence.setup with annotations of type HtmlSafe
 java.lang.String SetupWebResourceManager.getResources()
           
 

Uses of HtmlSafe in com.atlassian.confluence.setup.settings
 

Methods in com.atlassian.confluence.setup.settings with annotations of type HtmlSafe
 java.lang.String CustomHtmlSettings.getAfterBodyStart()
           
 java.lang.String CustomHtmlSettings.getBeforeBodyEnd()
           
 java.lang.String CustomHtmlSettings.getBeforeHeadEnd()
           
 

Uses of HtmlSafe in com.atlassian.confluence.setup.velocity
 

Methods in com.atlassian.confluence.setup.velocity with annotations of type HtmlSafe
 java.lang.String VelocityFriendlyPageBuilderService.getConfluenceResourceTags(java.lang.String styleSheetAction, java.lang.String spaceKey)
           
 java.lang.String VelocityFriendlyPageBuilderService.getRequiredResources()
           
 java.lang.String VelocityFriendlyPageBuilderService.getResourceTags(java.lang.String moduleCompleteKey)
           
 java.lang.String VelocityFriendlyPageBuilderService.getStaticPluginResource(com.atlassian.plugin.ModuleDescriptor<?> moduleDescriptor, java.lang.String resourceName)
           
 java.lang.String VelocityFriendlyPageBuilderService.getStaticPluginResource(java.lang.String moduleCompleteKey, java.lang.String resourceName)
           
 java.lang.String VelocityFriendlyPageBuilderService.getStaticResourcePrefix()
           
 java.lang.String VelocityFriendlyPageBuilderService.getStaticResourcePrefix(java.lang.String resourceCounter)
           
 java.lang.String VelocityFriendlyPageBuilderService.getStaticResourcePrefix(java.lang.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
 java.lang.String ViewSpaceAction.getPageXHtmlContent(Page page)
           
 

Uses of HtmlSafe in com.atlassian.confluence.test.qunit
 

Methods in com.atlassian.confluence.test.qunit with annotations of type HtmlSafe
 java.lang.String QUnitTestResourceProvider.getScriptSrcIntegrationTest()
           
 

Uses of HtmlSafe in com.atlassian.confluence.themes
 

Methods in com.atlassian.confluence.themes with annotations of type HtmlSafe
 java.lang.String GlobalHelper.getText(java.lang.String property)
           
 java.lang.String GlobalHelper.getText(java.lang.String property, java.lang.Object[] args)
           
 java.lang.String GlobalHelper.renderConfluenceMacro(java.lang.String wikiCall)
           
 java.lang.String GlobalHelper.renderConfluenceMacro(java.lang.String messageFormatString, java.lang.String... args)
           
 

Uses of HtmlSafe in com.atlassian.confluence.user.actions
 

Methods in com.atlassian.confluence.user.actions with annotations of type HtmlSafe
 java.lang.String ForgotUserPasswordAction.getChangePasswordLink()
           
 java.lang.String SiteSupportAction.getMessage()
           
 

Uses of HtmlSafe in com.atlassian.confluence.userstatus
 

Methods in com.atlassian.confluence.userstatus with annotations of type HtmlSafe
 java.lang.String StatusTextRenderer.render(java.lang.String text)
          Renders a piece of text with inline styles
 java.lang.String InlineWikiStyleRenderer.render(java.lang.String text)
          Deprecated. Renders a piece of text with inline styles
 java.lang.String DefaultStatusTextRenderer.render(java.lang.String status)
           
 

Uses of HtmlSafe in com.atlassian.confluence.userstatus.actions
 

Methods in com.atlassian.confluence.userstatus.actions with annotations of type HtmlSafe
 java.lang.String UserStatusJsonResult.getText()
           
 

Uses of HtmlSafe in com.atlassian.confluence.util
 

Methods in com.atlassian.confluence.util with annotations of type HtmlSafe
static java.lang.String GeneralUtil.appendAmpsandOrQuestionMark(java.lang.String str)
           
static java.lang.String GeneralUtil.customGetPageUrl(AbstractPage page)
          Need a special case of generalutils getpageurl that appends ? or ampersand smartly this is used to prefix url parameters that are appended after this path like: showcomments=true#addcomment
static java.lang.String[] PlainTextToHtmlConverter.encodeHtmlEntities(java.lang.Object... items)
          Encodes the angle brackets, ampersands, and quotation marks in all the input items as HTML entities.
static java.lang.String[] PlainTextToHtmlConverter.encodeHtmlEntities(java.lang.String... items)
          Encodes the angle brackets, ampersands, and quotation marks in all the input items as HTML entities.
static java.lang.String PlainTextToHtmlConverter.encodeHtmlEntities(java.lang.String text)
          Encodes the angle brackets, ampersands, and quotation marks in the input as HTML entities.
static java.lang.String GeneralUtil.escapeXml(java.lang.String stringToEscape)
           
 java.lang.String ContentFacade.getWelcomeMessage()
          Deprecated. since 4.2. Use WelcomeMessageService.getWelcomeMessage() instead
static java.lang.String HtmlUtil.htmlEncode(java.lang.String text)
          Encodes the given text to be HTML safe using entity escapes.
static java.lang.String GeneralUtil.htmlEncode(java.lang.String text)
          TODO introduce deprecation: deprecated since 5.3.2.
static java.lang.String HtmlUtil.htmlEncodeAndReplaceSpaces(java.lang.String text)
          Encodes the given text to be HTML safe using entity escapes, and embedding non-breaking spaces in place of spaces.
static java.lang.String GeneralUtil.htmlEncodeAndReplaceSpaces(java.lang.String text)
          TODO introduce deprecation: deprecated since 5.3.2.
static java.lang.String GeneralUtil.htmlEscapeQuotes(java.lang.String input)
          Take a string and escape the quotes in it with \" and HTML escape them afterwards.
static java.lang.String GeneralUtil.plain2html(java.lang.String text)
           
static java.lang.String GeneralUtil.refineOsDestination(java.lang.String osDestination)
          Escape XML and replace all space with %20
static java.lang.String PlainTextToHtmlConverter.toHtml(java.lang.String plainText)
          The function converts plain text into html in two steps.
 java.lang.String HTMLPairType.toString()
           
 

Uses of HtmlSafe in com.atlassian.confluence.util.i18n
 

Methods in com.atlassian.confluence.util.i18n with annotations of type HtmlSafe
 java.lang.String DefaultI18NBean.getText(Message message)
           
 java.lang.String DefaultI18NBean.getText(java.lang.String key)
          Get the i18n text for a particular key.
 java.lang.String DefaultI18NBean.getText(java.lang.String key, java.util.List list)
           
 java.lang.String DefaultI18NBean.getText(java.lang.String key, java.lang.Object[] args)
          Get the i18n text for a particular key, formatted through MessageFormat with the given arguments.
 

Uses of HtmlSafe in com.atlassian.confluence.util.message
 

Methods in com.atlassian.confluence.util.message with annotations of type HtmlSafe
 java.lang.String DefaultMessage.getText()
           
 

Uses of HtmlSafe in com.atlassian.confluence.util.profiling
 

Methods in com.atlassian.confluence.util.profiling with annotations of type HtmlSafe
 java.lang.String VelocitySitemeshPage.getProperty(java.lang.String s)
           
 

Uses of HtmlSafe in com.atlassian.confluence.velocity.htmlsafe
 

Methods in com.atlassian.confluence.velocity.htmlsafe with annotations of type HtmlSafe
 java.lang.String HtmlFragment.toString()
           
 

Uses of HtmlSafe in com.atlassian.studio.confluence.user.status
 

Methods in com.atlassian.studio.confluence.user.status with annotations of type HtmlSafe
 java.lang.String UserStatusResourceHandler.getText(java.lang.String key, java.lang.Object[] args)
           
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.