gistoolkit.server.mapservice.adminextender
Class ServerHandler

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

public class ServerHandler
extends java.lang.Object

Handles configuration of the Server class from a web page.


Constructor Summary
ServerHandler()
          Creates new ServerHandler
 
Method Summary
static void doGet(Request inRequest, Response inResponse, Server inServer)
           
static void handleAction(Request inRequest, Response inResponse, Server inServer, java.lang.String inServerAction)
          Handle the actions coming from the server page.
static void showServerPage(Request inRequest, Response inResponse, Server inServer)
          Show the entire page of services.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerHandler

public ServerHandler()
Creates new ServerHandler

Method Detail

doGet

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

showServerPage

public static void showServerPage(Request inRequest,
                                  Response inResponse,
                                  Server inServer)
Show the entire page of services.


handleAction

public static void handleAction(Request inRequest,
                                Response inResponse,
                                Server inServer,
                                java.lang.String inServerAction)
Handle the actions coming from the server page.