Class RestRequestHandler
- java.lang.Object
-
- org.opennms.container.web.bridge.proxy.handlers.RestRequestHandler
-
- All Implemented Interfaces:
RequestHandler
public class RestRequestHandler extends Object implements RequestHandler
-
-
Constructor Summary
Constructors Constructor Description RestRequestHandler(org.osgi.framework.BundleContext bundleContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
canHandle(String requestedPath)
List<String>
getPatterns()
-
-
-
Method Detail
-
canHandle
public boolean canHandle(String requestedPath)
- Specified by:
canHandle
in interfaceRequestHandler
-
getPatterns
public List<String> getPatterns()
- Specified by:
getPatterns
in interfaceRequestHandler
-
-