org.xwiki.rendering.internal.parser.reference
Class AttachmentResourceReferenceTypeParser
java.lang.Object
org.xwiki.rendering.internal.parser.reference.AbstractURIResourceReferenceTypeParser
org.xwiki.rendering.internal.parser.reference.AttachmentResourceReferenceTypeParser
- All Implemented Interfaces:
- ResourceReferenceTypeParser
@Component
@Named(value="attach")
@Singleton
public class AttachmentResourceReferenceTypeParser
- extends AbstractURIResourceReferenceTypeParser
Parses a resource reference to an attachment.
- Since:
- 2.5RC1
- Version:
- $Id$
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AttachmentResourceReferenceTypeParser
public AttachmentResourceReferenceTypeParser()
getType
public ResourceType getType()
-
- Returns:
- the resource type (document, url, attachment, etc).
- See Also:
ResourceReferenceTypeParser.getType()
Copyright © 2004-2011 XWiki. All Rights Reserved.