public class MetadataFileResource extends MetadataResource implements com.bradmcevoy.http.GetableResource
| Modifier and Type | Field and Description |
|---|---|
protected nl.b3p.wms.capabilities.Layer |
layer |
creationDate, log, modificationDate, name, uniqueId, user| Constructor and Description |
|---|
MetadataFileResource(nl.b3p.wms.capabilities.Layer l) |
MetadataFileResource(String layerCode) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
authorise(com.bradmcevoy.http.Request request,
com.bradmcevoy.http.Request.Method method,
com.bradmcevoy.http.Auth auth) |
Long |
getContentLength() |
String |
getContentType(String arg0) |
Long |
getMaxAgeSeconds() |
protected void |
init(nl.b3p.wms.capabilities.Layer l) |
void |
sendContent(OutputStream out,
com.bradmcevoy.http.Range arg1,
Map<String,String> arg2) |
authenticate, checkRedirect, compareTo, getCreateDate, getModifiedDate, getName, getRealm, getUniqueId, initclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitauthenticate, checkRedirect, getModifiedDate, getName, getRealm, getUniqueIdcompareTopublic MetadataFileResource(nl.b3p.wms.capabilities.Layer l)
public MetadataFileResource(String layerCode)
protected void init(nl.b3p.wms.capabilities.Layer l)
public void sendContent(OutputStream out, com.bradmcevoy.http.Range arg1, Map<String,String> arg2) throws IOException
sendContent in interface com.bradmcevoy.http.GetableResourceIOExceptionpublic Long getMaxAgeSeconds()
getMaxAgeSeconds in interface com.bradmcevoy.http.GetableResourcepublic String getContentType(String arg0)
getContentType in interface com.bradmcevoy.http.GetableResourcepublic Long getContentLength()
getContentLength in interface com.bradmcevoy.http.GetableResourcepublic boolean authorise(com.bradmcevoy.http.Request request,
com.bradmcevoy.http.Request.Method method,
com.bradmcevoy.http.Auth auth)
authorise in interface com.bradmcevoy.http.Resourceauthorise in class MetadataResourceCopyright © 2015. All rights reserved.