gistoolkit.server.mapservice.adminextender
Class LayerHandler
java.lang.Object
gistoolkit.server.mapservice.adminextender.LayerHandler
- public class LayerHandler
- extends java.lang.Object
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 |
LAYER_NAME_TAG
public static final java.lang.String LAYER_NAME_TAG
- See Also:
- Constant Field Values
LayerHandler
public LayerHandler()
- Creates new LayerHandler
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)