public class JiraWebLabel extends Object implements com.atlassian.plugin.web.model.WebLabel
DefaultWebLabel
Constructor and Description |
---|
JiraWebLabel(com.atlassian.plugin.web.model.WebLabel webLabel,
JiraAuthenticationContext authenticationContext) |
Modifier and Type | Method and Description |
---|---|
Object |
get(String key) |
com.atlassian.plugin.web.descriptors.WebFragmentModuleDescriptor |
getDescriptor() |
String |
getDisplayableLabel(ApplicationUser remoteUser,
JiraHelper jiraHelper) |
String |
getDisplayableLabel(javax.servlet.http.HttpServletRequest req,
Map context) |
String |
getKey() |
String |
getNoKeyValue() |
SortedMap |
getParams() |
String |
getRenderedParam(String paramKey,
Map context) |
public JiraWebLabel(com.atlassian.plugin.web.model.WebLabel webLabel, JiraAuthenticationContext authenticationContext)
public String getKey()
getKey
in interface com.atlassian.plugin.web.model.WebLabel
public String getNoKeyValue()
getNoKeyValue
in interface com.atlassian.plugin.web.model.WebLabel
public String getDisplayableLabel(ApplicationUser remoteUser, JiraHelper jiraHelper)
public String getDisplayableLabel(javax.servlet.http.HttpServletRequest req, Map context)
getDisplayableLabel
in interface com.atlassian.plugin.web.model.WebLabel
public SortedMap getParams()
getParams
in interface com.atlassian.plugin.web.model.WebParam
public Object get(String key)
get
in interface com.atlassian.plugin.web.model.WebParam
public String getRenderedParam(String paramKey, Map context)
getRenderedParam
in interface com.atlassian.plugin.web.model.WebParam
public com.atlassian.plugin.web.descriptors.WebFragmentModuleDescriptor getDescriptor()
getDescriptor
in interface com.atlassian.plugin.web.model.WebParam
Copyright © 2002-2022 Atlassian. All Rights Reserved.