org.eclipse.ohf.stem.ui.ge.servlet
Class BBoxServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.eclipse.ohf.stem.ui.ge.servlet.BBoxServlet
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class BBoxServlet
extends javax.servlet.http.HttpServlet

Servlet that provides a service interface allows the client to get the BBox info that was sent to SlideShowServlet by GoogleEarth.

See Also:
Serialized Form

Constructor Summary
BBoxServlet()
           
 
Method Summary
 
Methods inherited from class javax.servlet.http.HttpServlet
service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BBoxServlet

public BBoxServlet()