gistoolkit.server.mapservice.adminextender
Class LayerHandler

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

public class LayerHandler
extends java.lang.Object


Field Summary
static java.lang.String LAYER_NAME_TAG
           
 
Constructor Summary
LayerHandler()
          Creates new LayerHandler
 
Method Summary
static void doGet(Request inRequest, Response inResponse, Server inServer, Service inService)
           
static void handleAction(Request inRequest, Response inResponse, Server inServer, Service inService, LayerDefinition inLayer, java.lang.String inLayerAction)
           
static void showLayerPage(Request inRequest, Response inResponse, Server inServer, Service inService, LayerDefinition inDefinition)
          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

LAYER_NAME_TAG

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

LayerHandler

public LayerHandler()
Creates new LayerHandler

Method Detail

doGet

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

showLayerPage

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


handleAction

public static void handleAction(Request inRequest,
                                Response inResponse,
                                Server inServer,
                                Service inService,
                                LayerDefinition inLayer,
                                java.lang.String inLayerAction)