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

java.lang.Object
  extended by org.xwiki.rendering.internal.parser.reference.AbstractURIResourceReferenceTypeParser
      extended by org.xwiki.rendering.internal.parser.reference.IconResourceReferenceTypeParser
All Implemented Interfaces:
ResourceReferenceTypeParser

@Component
@Named(value="icon")
@Singleton
public class IconResourceReferenceTypeParser
extends AbstractURIResourceReferenceTypeParser

Parses a resource reference to an icon.

Since:
2.6M1
Version:
$Id$

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

Constructor Detail

IconResourceReferenceTypeParser

public IconResourceReferenceTypeParser()
Method Detail

getType

public ResourceType getType()

Returns:
the resource type (document, url, attachment, etc).
See Also:
ResourceReferenceTypeParser.getType()


Copyright © 2004-2011 XWiki. All Rights Reserved.