org.opennms.web.map
Class MapsConstants

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<String,Object>
          extended by org.opennms.web.map.JSTLConstants
              extended by org.opennms.web.map.MapsConstants
All Implemented Interfaces:
Serializable, Cloneable, Map<String,Object>

public final class MapsConstants
extends JSTLConstants

Author:
Antonio Russo, DJ Gregor, maumig This class contains some constants for Maps application
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Field Summary
static String ADDMAPS_ACTION
           
static String ADDMAPS_NEIG_ACTION
           
static String ADDMAPS_WITH_NEIG_ACTION
           
static String ADDNODES_ACTION
           
static String ADDNODES_BY_CATEGORY_ACTION
           
static String ADDNODES_BY_LABEL_ACTION
           
static String ADDNODES_NEIG_ACTION
           
static String ADDNODES_WITH_NEIG_ACTION
           
static String ADDRANGE_ACTION
           
static int AUTO_REFRESH_TIME
          setting value to have continous refresh
static String CLEAR_ACTION
           
static String CLOSEMAP_ACTION
           
static String COLOR_SEMAPHORE_BY_AVAILABILITY
           
static String COLOR_SEMAPHORE_BY_SEVERITY
           
static String COLOR_SEMAPHORE_BY_STATUS
           
static String DEFAULT_BACKGROUND_COLOR
           
static String DELETEMAP_ACTION
           
static String DELETEMAPS_ACTION
           
static String DELETENODES_ACTION
           
static String LOADMAPINFO_ACTION
           
static String LOADMAPS_ACTION
           
static String LOADNODES_ACTION
           
static String LOG4J_CATEGORY
           
static int MAP_NOT_OPENED
           
static String MAP_TYPE
           
static String MAPS_STARTUP_ACTION
           
static int NEW_MAP
           
static String NEWMAP_ACTION
           
static int NO_REFRESH_TIME
          setting value to have no refresh
static String NODE_TYPE
           
static String OPENMAP_ACTION
           
static String REFRESH_ACTION
           
static String RELOAD_ACTION
           
static String ROLE_ADMIN
           
static String ROLE_USER
           
static String SAVEMAP_ACTION
           
static String SWITCH_MODE_ACTION
           
 
Constructor Summary
MapsConstants()
           
 
Method Summary
 
Methods inherited from class org.opennms.web.map.JSTLConstants
clear, put, putAll, remove
 
Methods inherited from class java.util.HashMap
clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Field Detail

LOG4J_CATEGORY

public static final String LOG4J_CATEGORY
See Also:
Constant Field Values

MAP_NOT_OPENED

public static final int MAP_NOT_OPENED
See Also:
Constant Field Values

NEW_MAP

public static final int NEW_MAP
See Also:
Constant Field Values

NODE_TYPE

public static final String NODE_TYPE
See Also:
Constant Field Values

MAP_TYPE

public static final String MAP_TYPE
See Also:
Constant Field Values

DEFAULT_BACKGROUND_COLOR

public static final String DEFAULT_BACKGROUND_COLOR
See Also:
Constant Field Values

MAPS_STARTUP_ACTION

public static final String MAPS_STARTUP_ACTION
See Also:
Constant Field Values

LOADMAPS_ACTION

public static final String LOADMAPS_ACTION
See Also:
Constant Field Values

LOADNODES_ACTION

public static final String LOADNODES_ACTION
See Also:
Constant Field Values

LOADMAPINFO_ACTION

public static final String LOADMAPINFO_ACTION
See Also:
Constant Field Values

NEWMAP_ACTION

public static final String NEWMAP_ACTION
See Also:
Constant Field Values

OPENMAP_ACTION

public static final String OPENMAP_ACTION
See Also:
Constant Field Values

CLOSEMAP_ACTION

public static final String CLOSEMAP_ACTION
See Also:
Constant Field Values

SAVEMAP_ACTION

public static final String SAVEMAP_ACTION
See Also:
Constant Field Values

DELETEMAP_ACTION

public static final String DELETEMAP_ACTION
See Also:
Constant Field Values

CLEAR_ACTION

public static final String CLEAR_ACTION
See Also:
Constant Field Values

RELOAD_ACTION

public static final String RELOAD_ACTION
See Also:
Constant Field Values

REFRESH_ACTION

public static final String REFRESH_ACTION
See Also:
Constant Field Values

ADDRANGE_ACTION

public static final String ADDRANGE_ACTION
See Also:
Constant Field Values

ADDNODES_ACTION

public static final String ADDNODES_ACTION
See Also:
Constant Field Values

ADDMAPS_ACTION

public static final String ADDMAPS_ACTION
See Also:
Constant Field Values

ADDNODES_BY_CATEGORY_ACTION

public static final String ADDNODES_BY_CATEGORY_ACTION
See Also:
Constant Field Values

ADDNODES_BY_LABEL_ACTION

public static final String ADDNODES_BY_LABEL_ACTION
See Also:
Constant Field Values

ADDNODES_WITH_NEIG_ACTION

public static final String ADDNODES_WITH_NEIG_ACTION
See Also:
Constant Field Values

ADDMAPS_WITH_NEIG_ACTION

public static final String ADDMAPS_WITH_NEIG_ACTION
See Also:
Constant Field Values

ADDNODES_NEIG_ACTION

public static final String ADDNODES_NEIG_ACTION
See Also:
Constant Field Values

ADDMAPS_NEIG_ACTION

public static final String ADDMAPS_NEIG_ACTION
See Also:
Constant Field Values

DELETENODES_ACTION

public static final String DELETENODES_ACTION
See Also:
Constant Field Values

DELETEMAPS_ACTION

public static final String DELETEMAPS_ACTION
See Also:
Constant Field Values

SWITCH_MODE_ACTION

public static final String SWITCH_MODE_ACTION
See Also:
Constant Field Values

ROLE_USER

public static final String ROLE_USER
See Also:
Constant Field Values

ROLE_ADMIN

public static final String ROLE_ADMIN
See Also:
Constant Field Values

NO_REFRESH_TIME

public static final int NO_REFRESH_TIME
setting value to have no refresh

See Also:
Constant Field Values

AUTO_REFRESH_TIME

public static final int AUTO_REFRESH_TIME
setting value to have continous refresh

See Also:
Constant Field Values

COLOR_SEMAPHORE_BY_SEVERITY

public static final String COLOR_SEMAPHORE_BY_SEVERITY
See Also:
Constant Field Values

COLOR_SEMAPHORE_BY_STATUS

public static final String COLOR_SEMAPHORE_BY_STATUS
See Also:
Constant Field Values

COLOR_SEMAPHORE_BY_AVAILABILITY

public static final String COLOR_SEMAPHORE_BY_AVAILABILITY
See Also:
Constant Field Values
Constructor Detail

MapsConstants

public MapsConstants()


Copyright © 2009. All Rights Reserved.