Uses of Interface
org.xwiki.rendering.parser.ResourceReferenceParser

Packages that use ResourceReferenceParser
org.xwiki.rendering.internal.parser.reference   
 

Uses of ResourceReferenceParser in org.xwiki.rendering.internal.parser.reference
 

Classes in org.xwiki.rendering.internal.parser.reference that implement ResourceReferenceParser
 class DefaultImageReferenceParser
          Similar to DefaultResourceReferenceParser but handles the case where the resource type wasn't specified.
 class DefaultLinkReferenceParser
          Similar to DefaultResourceReferenceParser but handles the case where the resource type wasn't specified.
 class DefaultResourceReferenceParser
          Parses the content of resource references.
 class 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.
 class 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.
 class GenericImageReferenceParser
          Each syntax should have its own resource reference parser.
 class GenericLinkReferenceParser
          Each syntax should have its own resource reference parser.
 class XWiki20ImageReferenceParser
           
 class XWiki20LinkReferenceParser
          Parses the content of XWiki 2.0 resource references.
 



Copyright © 2004-2011 XWiki. All Rights Reserved.