|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.confluence.plugins.emailgateway.linkconverter.instances.WidgetLinkConverter
public class WidgetLinkConverter
Converts links into Widget Connector macros. TODO move to widget connector plugin, and add support for all the content providers it does
| Constructor Summary | |
|---|---|
WidgetLinkConverter()
|
|
| Method Summary | |
|---|---|
MacroDefinition |
convert(java.net.URL link,
LinkBody<java.lang.Object> linkBody)
|
java.lang.Class<MacroDefinition> |
getConversionClass()
Returns the class of the Object after conversion. |
boolean |
isFinal()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WidgetLinkConverter()
| Method Detail |
|---|
public MacroDefinition convert(java.net.URL link,
LinkBody<java.lang.Object> linkBody)
convert in interface LinkConverter<java.lang.Object,MacroDefinition>link - the URL that the link points tolinkBody - the text or other content that the link displays
public boolean isFinal()
isFinal in interface LinkConverter<java.lang.Object,MacroDefinition>public java.lang.Class<MacroDefinition> getConversionClass()
LinkConverter
getConversionClass in interface LinkConverter<java.lang.Object,MacroDefinition>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||