gistoolkit.server.mapservice.adminextender
Class ServiceHandler
java.lang.Object
gistoolkit.server.mapservice.adminextender.ServiceHandler
- public class ServiceHandler
- extends java.lang.Object
Class to handle Configuration of the service from a web page.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SERVICE_NAME_TAG
public static final java.lang.String SERVICE_NAME_TAG
- See Also:
- Constant Field Values
ServiceHandler
public ServiceHandler()
- Creates new ServiceHandler
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