Class ReadOnlyWebLabel

  • All Implemented Interfaces:
    com.atlassian.plugin.web.model.WebLabel, com.atlassian.plugin.web.model.WebParam

    public class ReadOnlyWebLabel
    extends Object
    implements com.atlassian.plugin.web.model.WebLabel
    • Constructor Detail

      • ReadOnlyWebLabel

        public ReadOnlyWebLabel​(com.atlassian.plugin.web.model.WebLabel delegate)
    • Method Detail

      • getKey

        public String getKey()
        Specified by:
        getKey in interface com.atlassian.plugin.web.model.WebLabel
      • getNoKeyValue

        public String getNoKeyValue()
        Specified by:
        getNoKeyValue in interface com.atlassian.plugin.web.model.WebLabel
      • getDisplayableLabel

        public String getDisplayableLabel​(javax.servlet.http.HttpServletRequest httpServletRequest,
                                          Map<String,​Object> map)
        Specified by:
        getDisplayableLabel in interface com.atlassian.plugin.web.model.WebLabel
      • getParams

        public SortedMap<String,​String> getParams()
        Specified by:
        getParams in interface com.atlassian.plugin.web.model.WebParam
      • get

        public Object get​(String s)
        Specified by:
        get in interface com.atlassian.plugin.web.model.WebParam
      • getRenderedParam

        public String getRenderedParam​(String s,
                                       Map<String,​Object> map)
        Specified by:
        getRenderedParam in interface com.atlassian.plugin.web.model.WebParam
      • getDescriptor

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