gistoolkit.server.mapservice.adminextender
Class RendererHandler
java.lang.Object
gistoolkit.server.mapservice.adminextender.RendererHandler
- public class RendererHandler
- extends java.lang.Object
Class for selecting amung the available Renderers.
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 |
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
RendererHandler
public RendererHandler()
- Creates new RENDERERHandler
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