NASA World Wind WMS

gov.nasa.worldwind.servers.wms
Class WMSServletContext

java.lang.Object
  extended by 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.


Method Summary
 Object getAttribute(String name)
           
static WMSServletContext inst()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getAttribute

public Object getAttribute(String name)

inst

public static WMSServletContext inst()

NASA World Wind WMS