|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.jira.sharing.type.VelocityShareTypeRenderer com.atlassian.jira.sharing.type.GroupShareTypeRenderer
public class GroupShareTypeRenderer
Renderer for the GroupShareType
.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.atlassian.jira.sharing.type.ShareTypeRenderer |
---|
ShareTypeRenderer.RenderMode |
Constructor Summary | |
---|---|
GroupShareTypeRenderer(EncodingConfiguration encoding,
com.atlassian.velocity.VelocityManager velocityManager,
GroupManager groupManager)
|
Method Summary | |
---|---|
String |
getShareTypeEditor(JiraAuthenticationContext authenticationContext)
Return the HTML of the component that is used to configure the ShareType when necessary. |
String |
getShareTypeLabel(JiraAuthenticationContext authenticationContext)
Return a string that can be used to differentiate the associated ShareType. |
String |
getSimpleDescription(SharePermission permission,
JiraAuthenticationContext authenticationContext)
Return a simple text only description of the share. |
Map<String,String> |
getTranslatedTemplates(JiraAuthenticationContext authenticationContext,
SharedEntity.TypeDescriptor<? extends SharedEntity> type,
ShareTypeRenderer.RenderMode mode)
Return map of key -> template that can be used to show a configured shares in Javascript. |
boolean |
isAddButtonNeeded(JiraAuthenticationContext authenticationContext)
Return whether or not the component needs a button. |
String |
renderPermission(SharePermission permission,
JiraAuthenticationContext authenticationContext)
Return HTML that shows the configured share. |
Methods inherited from class com.atlassian.jira.sharing.type.VelocityShareTypeRenderer |
---|
renderVelocity |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GroupShareTypeRenderer(EncodingConfiguration encoding, com.atlassian.velocity.VelocityManager velocityManager, GroupManager groupManager)
Method Detail |
---|
public String renderPermission(SharePermission permission, JiraAuthenticationContext authenticationContext)
ShareTypeRenderer
permission
- the share to render.authenticationContext
- the context of the user calling this method.
public String getSimpleDescription(SharePermission permission, JiraAuthenticationContext authenticationContext)
ShareTypeRenderer
permission
- the share to describe, containing permission params.authenticationContext
- the context of the user calling this method.
public String getShareTypeEditor(JiraAuthenticationContext authenticationContext)
ShareTypeRenderer
authenticationContext
- the context of the user calling this method.
public boolean isAddButtonNeeded(JiraAuthenticationContext authenticationContext)
ShareTypeRenderer
authenticationContext
- the context of the user calling this method.
public String getShareTypeLabel(JiraAuthenticationContext authenticationContext)
ShareTypeRenderer
authenticationContext
- the context of the user calling this method.
public Map<String,String> getTranslatedTemplates(JiraAuthenticationContext authenticationContext, SharedEntity.TypeDescriptor<? extends SharedEntity> type, ShareTypeRenderer.RenderMode mode)
ShareTypeRenderer
authenticationContext
- the context of the user calling this method.type
- the type of the shared entity .mode
- the mode that should be rendered.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |