com.atlassian.confluence.content.render.xhtml.view.link
Interface ViewLinkSubMarshallerFactory

All Known Implementing Classes:
ViewLinkSubMarshallerFactoryImpl

public interface ViewLinkSubMarshallerFactory

A factory for creating the Marshallers required by the ResourceIdentifier specific "higher level" link marshallers.


Method Summary
 Marshaller<Link> newLinkBodyMarshaller()
           
 Marshaller<Link> newUnresolvedLinkBodyMarshaller()
           
 Marshaller<UnresolvedLink> newUnresolvedLinkMarshaller()
           
 

Method Detail

newLinkBodyMarshaller

Marshaller<Link> newLinkBodyMarshaller()

newUnresolvedLinkMarshaller

Marshaller<UnresolvedLink> newUnresolvedLinkMarshaller()

newUnresolvedLinkBodyMarshaller

Marshaller<Link> newUnresolvedLinkBodyMarshaller()


Copyright © 2003-2013 Atlassian. All Rights Reserved.