Class ReadOnlyWebLink

java.lang.Object
com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebLink
All Implemented Interfaces:
com.atlassian.plugin.web.model.WebLink

public class ReadOnlyWebLink extends Object implements com.atlassian.plugin.web.model.WebLink
  • Constructor Details

    • ReadOnlyWebLink

      public ReadOnlyWebLink(com.atlassian.plugin.web.model.WebLink delegate)
  • Method Details

    • getRenderedUrl

      public String getRenderedUrl(Map<String,Object> map)
      Specified by:
      getRenderedUrl in interface com.atlassian.plugin.web.model.WebLink
    • getDisplayableUrl

      public String getDisplayableUrl(javax.servlet.http.HttpServletRequest httpServletRequest, Map<String,Object> map)
      Specified by:
      getDisplayableUrl in interface com.atlassian.plugin.web.model.WebLink
    • hasAccessKey

      public boolean hasAccessKey()
      Specified by:
      hasAccessKey in interface com.atlassian.plugin.web.model.WebLink
    • getAccessKey

      public String getAccessKey(Map<String,Object> map)
      Specified by:
      getAccessKey in interface com.atlassian.plugin.web.model.WebLink
    • getAccessKey

      @Deprecated public String getAccessKey(GlobalHelper helper)
      Deprecated.
      since 8.5.5, use getAccessKey(Map) instead.
    • getId

      public String getId()
      Specified by:
      getId in interface com.atlassian.plugin.web.model.WebLink
    • getDescriptor

      public com.atlassian.plugin.web.api.descriptors.WebFragmentModuleDescriptor getDescriptor()
      Specified by:
      getDescriptor in interface com.atlassian.plugin.web.model.WebLink