org.xwiki.rendering.internal.parser.reference
Class GenericImageReferenceParser

java.lang.Object
  extended by org.xwiki.rendering.internal.parser.reference.XWiki20ImageReferenceParser
      extended by org.xwiki.rendering.internal.parser.reference.GenericImageReferenceParser
All Implemented Interfaces:
ResourceReferenceParser

@Component
@Named(value="default/image")
@Singleton
public class GenericImageReferenceParser
extends XWiki20ImageReferenceParser

Each syntax should have its own resource reference parser. However while we wait for syntax specific parser to be implemented this generic parser should provide a good approximation.

Since:
2.5RC1
Version:
$Id$

Constructor Summary
GenericImageReferenceParser()
           
 
Method Summary
 
Methods inherited from class org.xwiki.rendering.internal.parser.reference.XWiki20ImageReferenceParser
parse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericImageReferenceParser

public GenericImageReferenceParser()


Copyright © 2004-2011 XWiki. All Rights Reserved.