NASA World Wind WMS

gov.nasa.worldwind.servers.wms
Class WMSServletConfig

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


Constructor Summary
WMSServletConfig()
           
 
Method Summary
 WMSServletContext getServletContext()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WMSServletConfig

public WMSServletConfig()
Method Detail

getServletContext

public WMSServletContext getServletContext()

NASA World Wind WMS