Uses of Class
org.xwiki.mentions.DisplayStyle
-
Packages that use DisplayStyle Package Description org.xwiki.mentions org.xwiki.mentions.notifications org.xwiki.mentions.script -
-
Uses of DisplayStyle in org.xwiki.mentions
Methods in org.xwiki.mentions that return DisplayStyle Modifier and Type Method Description static DisplayStyle
DisplayStyle. getOrDefault(String style)
static DisplayStyle
DisplayStyle. valueOf(String name)
Returns the enum constant of this type with the specified name.static DisplayStyle[]
DisplayStyle. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.xwiki.mentions with parameters of type DisplayStyle Modifier and Type Method Description String
MentionsFormatter. formatMention(String actorReference, DisplayStyle style)
Format a actor mention. -
Uses of DisplayStyle in org.xwiki.mentions.notifications
Methods in org.xwiki.mentions.notifications that return DisplayStyle Modifier and Type Method Description DisplayStyle
MentionNotificationParameter. getDisplayStyle()
Constructors in org.xwiki.mentions.notifications with parameters of type DisplayStyle Constructor Description MentionNotificationParameter(String reference, String anchorId, DisplayStyle displayStyle)
-
Uses of DisplayStyle in org.xwiki.mentions.script
Methods in org.xwiki.mentions.script with parameters of type DisplayStyle Modifier and Type Method Description String
MentionsScriptService. format(String actorReference, DisplayStyle style, String type)
Format an actor mention according to its type.
-