gov.nasa.worldwind.servers.wms
Class WMSServletContext
java.lang.Object
gov.nasa.worldwind.servers.wms.WMSServletContext
public class WMSServletContext
- extends Object
A stub for a Container's ServletContext object. Implemented as a singleton.
The only "parameters" we keep here are the map-source and output-format
registries.
The intent is that if at a later point we implement the WMS for a Container,
we can extend this class from a J2EE ServletContext object to mimimize refactoring.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getAttribute
public Object getAttribute(String name)
inst
public static WMSServletContext inst()