public class PropertyURL extends Object implements URLStreamHandlerFactory
Constructor and Description |
---|
PropertyURL() |
Modifier and Type | Method and Description |
---|---|
static URL |
createURL(DocumentModel doc,
String xpath) |
static URL |
createURL(String repository,
String docId,
String xpath) |
static URL |
createURL(String repository,
String docId,
String xpath,
String sid) |
URLStreamHandler |
createURLStreamHandler(String protocol) |
static URL |
getURL(DocumentModel doc,
String xpath) |
public static URL getURL(DocumentModel doc, String xpath)
public static URL createURL(String repository, String docId, String xpath) throws MalformedURLException
MalformedURLException
public static URL createURL(String repository, String docId, String xpath, String sid) throws MalformedURLException
MalformedURLException
public static URL createURL(DocumentModel doc, String xpath) throws MalformedURLException
MalformedURLException
public URLStreamHandler createURLStreamHandler(String protocol)
createURLStreamHandler
in interface URLStreamHandlerFactory
Copyright © 2013 Nuxeo SA. All Rights Reserved.