Class ReadOnlyWebItemModuleDescriptor

java.lang.Object
com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebFragmentModuleDescriptor<Void>
com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebItemModuleDescriptor
All Implemented Interfaces:
com.atlassian.plugin.ModuleDescriptor<Void>, com.atlassian.plugin.Resourced, com.atlassian.plugin.ScopeAware, com.atlassian.plugin.StateAware, com.atlassian.plugin.web.api.descriptors.ConditionalDescriptor, com.atlassian.plugin.web.api.descriptors.ContextAware, com.atlassian.plugin.web.api.descriptors.WebFragmentModuleDescriptor<Void>, com.atlassian.plugin.web.api.descriptors.WebItemModuleDescriptor, com.atlassian.plugin.web.api.descriptors.WeightedDescriptor

public class ReadOnlyWebItemModuleDescriptor extends ReadOnlyWebFragmentModuleDescriptor<Void> implements com.atlassian.plugin.web.api.descriptors.WebItemModuleDescriptor
  • Constructor Details

    • ReadOnlyWebItemModuleDescriptor

      public ReadOnlyWebItemModuleDescriptor(com.atlassian.plugin.web.api.descriptors.WebItemModuleDescriptor delegate)
  • Method Details

    • getSection

      public String getSection()
      Specified by:
      getSection in interface com.atlassian.plugin.web.api.descriptors.WebItemModuleDescriptor
    • getLink

      public com.atlassian.plugin.web.model.WebLink getLink()
    • getIcon

      public com.atlassian.plugin.web.model.WebIcon getIcon()
    • getStyleClass

      public String getStyleClass()
      Specified by:
      getStyleClass in interface com.atlassian.plugin.web.api.descriptors.WebItemModuleDescriptor
    • getEntryPoint

      public String getEntryPoint()
      Specified by:
      getEntryPoint in interface com.atlassian.plugin.web.api.descriptors.WebItemModuleDescriptor
    • getRenderedParam

      public String getRenderedParam(String paramKey, Map<String,Object> context)