|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.confluence.content.render.xhtml.migration.UrlLinkMarshaller
public class UrlLinkMarshaller
A Marshaller specifically used in handling links for UrlResourceIdentifier
. These links
are marshalled differently because we actually want them to become standard XHTML links of the
form <a href=""> style.
UrlResourceIdentifier
links
only occur during migration, or as part of macro parameters.
Constructor Summary | |
---|---|
UrlLinkMarshaller(XmlStreamWriterTemplate xmlStreamWriterTemplate)
|
Method Summary | |
---|---|
Streamable |
marshal(Link link,
ConversionContext conversionContext)
Marshals an object to XML. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UrlLinkMarshaller(XmlStreamWriterTemplate xmlStreamWriterTemplate)
Method Detail |
---|
public Streamable marshal(Link link, ConversionContext conversionContext) throws XhtmlException
Marshaller
marshal
in interface Marshaller<Link>
link
- object to marshalconversionContext
- the conversion context
XhtmlException
- if an error occurs during marshalling
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |