gistoolkit.server.mapservice.adminextender
Class LabelerHandler
java.lang.Object
gistoolkit.server.mapservice.adminextender.LabelerHandler
- public class LabelerHandler
- extends java.lang.Object
Class for selecting amung the available labelers.
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 Labelers to be added to the style. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LABELER_NAME_TAG
public static final java.lang.String LABELER_NAME_TAG
- See Also:
- Constant Field Values
LABELER_NUM_TAG
public static final java.lang.String LABELER_NUM_TAG
- See Also:
- Constant Field Values
LABELER_ACTION_TAG
public static final java.lang.String LABELER_ACTION_TAG
- See Also:
- Constant Field Values
LABELER_ACITON_ADD
public static final java.lang.String LABELER_ACITON_ADD
- See Also:
- Constant Field Values
LabelerHandler
public LabelerHandler()
- Creates new LabelerHandler
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 Labelers to be added to the style.
- Throws:
java.lang.Exception