Class TopologyUI.TopologyUIRequestHandler
- java.lang.Object
-
- org.opennms.features.topology.app.internal.TopologyUI.TopologyUIRequestHandler
-
- All Implemented Interfaces:
com.vaadin.server.RequestHandler
,Serializable
- Enclosing class:
- TopologyUI
public class TopologyUI.TopologyUIRequestHandler extends Object implements com.vaadin.server.RequestHandler
Class to handle Request Parameters, such as SZL, Vertices in Focus, Layout Selection, Graph Provider Selection, Status Provider selection, etc...- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
PARAMETER_HISTORY_FRAGMENT
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
handleRequest(com.vaadin.server.VaadinSession session, com.vaadin.server.VaadinRequest request, com.vaadin.server.VaadinResponse response)
-
-
-
Field Detail
-
PARAMETER_HISTORY_FRAGMENT
public static final String PARAMETER_HISTORY_FRAGMENT
- See Also:
- Constant Field Values
-
-
Method Detail
-
handleRequest
public boolean handleRequest(com.vaadin.server.VaadinSession session, com.vaadin.server.VaadinRequest request, com.vaadin.server.VaadinResponse response) throws IOException
- Specified by:
handleRequest
in interfacecom.vaadin.server.RequestHandler
- Throws:
IOException
-
-