gistoolkit.server.mapservice.adminextender
Class ServiceHandler

java.lang.Object
  extended bygistoolkit.server.mapservice.adminextender.ServiceHandler

public class ServiceHandler
extends java.lang.Object

Class to handle Configuration of the service from a web page.


Field Summary
static java.lang.String SERVICE_NAME_TAG
           
 
Constructor Summary
ServiceHandler()
          Creates new ServiceHandler
 
Method Summary
static void doGet(Request inRequest, Response inResponse, Server inServer)
           
static void handleAction(Request inRequest, Response inResponse, Server inServer, Service inService, java.lang.String inServiceAction)
          Handle the actions coming from the services page.
static void showServicePage(Request inRequest, Response inResponse, Server inServer, Service inService)
          Show information only about the indicated server
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVICE_NAME_TAG

public static final java.lang.String SERVICE_NAME_TAG
See Also:
Constant Field Values
Constructor Detail

ServiceHandler

public ServiceHandler()
Creates new ServiceHandler

Method Detail

doGet

public static void doGet(Request inRequest,
                         Response inResponse,
                         Server inServer)
                  throws java.lang.Exception
Throws:
java.lang.Exception

showServicePage

public static void showServicePage(Request inRequest,
                                   Response inResponse,
                                   Server inServer,
                                   Service inService)
Show information only about the indicated server


handleAction

public static void handleAction(Request inRequest,
                                Response inResponse,
                                Server inServer,
                                Service inService,
                                java.lang.String inServiceAction)
                         throws java.lang.Exception
Handle the actions coming from the services page.

Throws:
java.lang.Exception