gov.nasa.worldwind.servers.wms
Class WMSServletConfig
java.lang.Object
gov.nasa.worldwind.servers.wms.WMSServletConfig
public class WMSServletConfig
- extends Object
A stub implementation for a Container's ServletConfig object.
At present, we only implement the getServletContext() method to deliver
the "application scope" to the "servlet".
The intent is that if at a later point we implement the WMS for a Container,
we can extend this class from a J2EE ServletConfig object to mimimize refactoring.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WMSServletConfig
public WMSServletConfig()
getServletContext
public WMSServletContext getServletContext()