gistoolkit.server.mapservice.adminextender.scalebarhandlers
Class SimpleScaleBarHandler

java.lang.Object
  extended bygistoolkit.server.mapservice.adminextender.scalebarhandlers.SimpleScaleBarHandler

public class SimpleScaleBarHandler
extends java.lang.Object

Class to handle configuring a simple scale bar.


Constructor Summary
SimpleScaleBarHandler()
          Creates new SimpleScaleBarHandler
 
Method Summary
static void doGet(Request inRequest, Response inResponse, Server inServer, Service inService, ScaleBar inScaleBar)
           
static void handleAction(Request inRequest, Response inResponse, Server inServer, Service inService, ScaleBar inScaleBar, java.lang.String inAction)
          Handle events for the SimpleScaleBar.
static void showSimpleScalebarPage(Request inRequest, Response inResponse, Server inServer, Service inService, ScaleBar inScaleBar)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleScaleBarHandler

public SimpleScaleBarHandler()
Creates new SimpleScaleBarHandler

Method Detail

doGet

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

showSimpleScalebarPage

public static void showSimpleScalebarPage(Request inRequest,
                                          Response inResponse,
                                          Server inServer,
                                          Service inService,
                                          ScaleBar inScaleBar)

handleAction

public static void handleAction(Request inRequest,
                                Response inResponse,
                                Server inServer,
                                Service inService,
                                ScaleBar inScaleBar,
                                java.lang.String inAction)
Handle events for the SimpleScaleBar.