gistoolkit.server.mapservice.adminextender.scalebarhandlers
Class SimpleScaleBarHandler
java.lang.Object
gistoolkit.server.mapservice.adminextender.scalebarhandlers.SimpleScaleBarHandler
- public class SimpleScaleBarHandler
- extends java.lang.Object
Class to handle configuring a simple scale bar.
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 |
SimpleScaleBarHandler
public SimpleScaleBarHandler()
- Creates new SimpleScaleBarHandler
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.