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

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

@Component
@Named(value="unc")
@Singleton
public class UNCResourceReferenceTypeParser
extends AbstractURIResourceReferenceTypeParser

Parses a resource reference to a UNC (Universal Naming Convention).

Since:
2.7M1
Version:
$Id$

Constructor Summary
UNCResourceReferenceTypeParser()
           
 
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

UNCResourceReferenceTypeParser

public UNCResourceReferenceTypeParser()
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.