Class WebItemView

java.lang.Object
com.atlassian.confluence.api.model.web.WebItemView

public class WebItemView extends Object
  • Constructor Details

  • Method Details

    • getLinkUrl

      public String getLinkUrl()
      Returns:
      a 'display' url for rendering a link to this WebItem within confluence. This could be either a relative URL that includes a context path, or an absolute URL.
    • getId

      public String getId()
    • getAccessKey

      public String getAccessKey()
    • getCompleteKey

      public String getCompleteKey()
      Since:
      5.10
    • getSection

      public String getSection()
    • getLabel

      public String getLabel()
    • getTooltip

      public String getTooltip()
    • getStyleClass

      public String getStyleClass()
    • getIcon

      public Icon getIcon()
    • getWeight

      public int getWeight()
    • getKey

      @Deprecated public String getKey()
      Deprecated.
      since 5.10. Use getModuleKey()
    • getModuleKey

      public String getModuleKey()
    • getUrlWithoutContextPath

      public String getUrlWithoutContextPath()
      Returns:
      a URL to the webitem that does not include the context path
    • getParams

      public Map<String,String> getParams()
    • builder

      public static WebItemView.Builder builder()