public class WCS_1_1_0 extends Object implements VersionHandler
| Modifier and Type | Method and Description |
|---|---|
Version |
getVersion() |
void |
handleExceptionReport(javax.servlet.http.HttpServletResponse res,
String code,
String locator,
String message) |
void |
handleExceptionReport(javax.servlet.http.HttpServletResponse res,
String code,
String locator,
Throwable t) |
void |
handleExceptionReport(javax.servlet.http.HttpServletResponse res,
WcsException exception) |
void |
handleKVP(javax.servlet.http.HttpServlet servlet,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
VersionHandler |
setDeleteImmediately(boolean deleteImmediately)
Set whether generated files are deleted immediately after sent (true) or handled by cache (false).
|
VersionHandler |
setDiskCache(DiskCache2 diskCache) |
public Version getVersion()
getVersion in interface VersionHandlerpublic VersionHandler setDiskCache(DiskCache2 diskCache)
setDiskCache in interface VersionHandlerpublic VersionHandler setDeleteImmediately(boolean deleteImmediately)
VersionHandlersetDeleteImmediately in interface VersionHandlerdeleteImmediately - if true, delete immediately, otherwise allow cache to handle.public void handleKVP(javax.servlet.http.HttpServlet servlet,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws IOException
handleKVP in interface VersionHandlerIOExceptionpublic void handleExceptionReport(javax.servlet.http.HttpServletResponse res,
WcsException exception)
throws IOException
IOExceptionpublic void handleExceptionReport(javax.servlet.http.HttpServletResponse res,
String code,
String locator,
String message)
throws IOException
handleExceptionReport in interface VersionHandlerIOExceptionpublic void handleExceptionReport(javax.servlet.http.HttpServletResponse res,
String code,
String locator,
Throwable t)
throws IOException
handleExceptionReport in interface VersionHandlerIOExceptionCopyright © 1999-2013 UCAR/Unidata. All Rights Reserved.