gistoolkit.server.mapservice.adminextender
Class RendererHandler

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

public class RendererHandler
extends java.lang.Object

Class for selecting amung the available Renderers.


Field Summary
static java.lang.String RENDERER_ACITON_ADD
           
static java.lang.String RENDERER_ACTION_TAG
           
static java.lang.String RENDERER_NAME_TAG
           
static java.lang.String RENDERER_NUM_TAG
           
 
Constructor Summary
RendererHandler()
          Creates new RENDERERHandler
 
Method Summary
static void doGet(Request inRequest, Response inResponse, Server inServer, Service inService, LayerDefinition inLayer, Style inStyle)
           
static void handleAction(Request inRequest, Response inResponse, Server inServer, Service inService, LayerDefinition inLayer, Style inStyle, java.lang.String inAction)
          Handle any action events for this handler.
static void showAddPage(Request inRequest, Response inResponse, Server inServer, Service inService, LayerDefinition inLayer, Style inStyle)
          Show a selection of available Renderers to be added to the style.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RENDERER_NAME_TAG

public static final java.lang.String RENDERER_NAME_TAG
See Also:
Constant Field Values

RENDERER_NUM_TAG

public static final java.lang.String RENDERER_NUM_TAG
See Also:
Constant Field Values

RENDERER_ACTION_TAG

public static final java.lang.String RENDERER_ACTION_TAG
See Also:
Constant Field Values

RENDERER_ACITON_ADD

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

RendererHandler

public RendererHandler()
Creates new RENDERERHandler

Method Detail

doGet

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

handleAction

public static void handleAction(Request inRequest,
                                Response inResponse,
                                Server inServer,
                                Service inService,
                                LayerDefinition inLayer,
                                Style inStyle,
                                java.lang.String inAction)
                         throws java.lang.Exception
Handle any action events for this handler.

Throws:
java.lang.Exception

showAddPage

public static void showAddPage(Request inRequest,
                               Response inResponse,
                               Server inServer,
                               Service inService,
                               LayerDefinition inLayer,
                               Style inStyle)
                        throws java.lang.Exception
Show a selection of available Renderers to be added to the style.

Throws:
java.lang.Exception