public class ContentUrlStreamHandler extends URLStreamHandler
URLStreamHandler for handling URLConnections to the Crafter content store.| Modifier and Type | Field and Description |
|---|---|
static String |
PROTOCOL |
protected org.craftercms.core.service.ContentStoreService |
storeService |
| Constructor and Description |
|---|
ContentUrlStreamHandler(org.craftercms.core.service.ContentStoreService storeService) |
| Modifier and Type | Method and Description |
|---|---|
protected URLConnection |
openConnection(URL url) |
equals, getDefaultPort, getHostAddress, hashCode, hostsEqual, openConnection, parseURL, sameFile, setURL, setURL, toExternalFormpublic static final String PROTOCOL
protected org.craftercms.core.service.ContentStoreService storeService
public ContentUrlStreamHandler(org.craftercms.core.service.ContentStoreService storeService)
protected URLConnection openConnection(URL url) throws IOException
openConnection in class URLStreamHandlerIOExceptionCopyright © 2014 CrafterCMS. All Rights Reserved.