Package org.xwiki.rendering.internal.parser.reference

Class Summary
AbstractURIResourceReferenceTypeParser Default resource reference type parser for URIs: just take the full reference as the Resource reference.
AttachmentResourceReferenceTypeParser Parses a resource reference to an attachment.
DefaultImageReferenceParser Similar to DefaultResourceReferenceParser but handles the case where the resource type wasn't specified.
DefaultLinkReferenceParser Similar to DefaultResourceReferenceParser but handles the case where the resource type wasn't specified.
DefaultResourceReferenceParser Parses the content of resource references.
DefaultUntypedImageReferenceParser Considers all passed images references to be untyped and tries to guess the type by first looking for a URL and then considering it's a reference to an attachment.
DefaultUntypedLinkReferenceParser Considers all passed link references to be untyped and tries to guess the type by first looking for a URL and then considering it's a reference to a document.
DocumentResourceReferenceTypeParser Parses a resource reference to a document.
GenericImageReferenceParser Each syntax should have its own resource reference parser.
GenericLinkReferenceParser Each syntax should have its own resource reference parser.
IconResourceReferenceTypeParser Parses a resource reference to an icon.
InterWikiResourceReferenceTypeParser Parses a resource reference to a document in another wiki (interwiki).
MailtoResourceReferenceTypeParser Parses a resource reference to a mail.
PathResourceReferenceTypeParser Parses a resource reference to a relative URL.
UNCResourceReferenceTypeParser Parses a resource reference to a UNC (Universal Naming Convention).
URLResourceReferenceTypeParser Parses a resource reference to a URL.
XWiki20ImageReferenceParser  
XWiki20LinkReferenceParser Parses the content of XWiki 2.0 resource references.
 



Copyright © 2004-2011 XWiki. All Rights Reserved.