|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.web.map.ResponseAssembler
public class ResponseAssembler
| Constructor Summary | |
|---|---|
ResponseAssembler()
|
|
| Method Summary | |
|---|---|
protected static String |
getActionOKMapResponse(String action)
getActionOKMapResponse |
protected static String |
getAddElementResponse(List<Integer> mapsWithLoopInfo,
Collection<VElement> elems,
Collection<VLink> links)
getAddElementResponse |
protected static String |
getDeleteElementsResponse(List<String> velemsids)
getDeleteElementsResponse |
protected static String |
getLoadDefaultMapResponse(VMapInfo vmapinfo)
getLoadDefaultMapResponse |
protected static String |
getLoadLabelMapResponse(Map<String,Set<Integer>> labelMap)
getLoadLabelMapResponse |
protected static String |
getLoadMapsResponse(List<VMapInfo> vmapinfos)
getLoadMapsResponse |
protected static String |
getLoadNodesResponse(List<VElementInfo> elemInfos)
getLoadNodesResponse |
protected static String |
getMapErrorResponse(String action)
getMapErrorResponse |
protected static String |
getMapResponse(VMap map)
getMapResponse |
protected static String |
getRefreshResponse(VMap map)
getRefreshResponse |
protected static String |
getSaveMapResponse(VMap map)
getSaveMapResponse |
protected static String |
getStartupResponse(VProperties initObj)
getStartupResponse |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ResponseAssembler()
| Method Detail |
|---|
protected static String getRefreshResponse(VMap map)
getRefreshResponse
map - a VMap object.
String object.
protected static String getAddElementResponse(List<Integer> mapsWithLoopInfo,
Collection<VElement> elems,
Collection<VLink> links)
getAddElementResponse
mapsWithLoopInfo - a List object.elems - a Collection object.links - a Collection object.
String object.protected static String getDeleteElementsResponse(List<String> velemsids)
getDeleteElementsResponse
velemsids - a List object.
String object.protected static String getLoadNodesResponse(List<VElementInfo> elemInfos)
getLoadNodesResponse
elemInfos - a List object.
String object.protected static String getLoadMapsResponse(List<VMapInfo> vmapinfos)
getLoadMapsResponse
vmapinfos - a List object.
String object.protected static String getLoadDefaultMapResponse(VMapInfo vmapinfo)
getLoadDefaultMapResponse
vmapinfo - a VMapInfo object.
String object.protected static String getSaveMapResponse(VMap map)
getSaveMapResponse
map - a VMap object.
String object.protected static String getMapResponse(VMap map)
getMapResponse
map - a VMap object.
String object.
protected static String getStartupResponse(VProperties initObj)
throws Exception
getStartupResponse
initObj - a VProperties object.
String object.
Exception - if any.protected static String getLoadLabelMapResponse(Map<String,Set<Integer>> labelMap)
getLoadLabelMapResponse
labelMap - a Map object.
String object.protected static String getActionOKMapResponse(String action)
getActionOKMapResponse
action - a String object.
String object.protected static String getMapErrorResponse(String action)
getMapErrorResponse
action - a String object.
String object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||