Class ServletInfo
- java.lang.Object
-
- org.opennms.container.web.bridge.proxy.handlers.ServletInfo
-
public class ServletInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description ServletInfo(org.osgi.framework.ServiceReference reference)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
canHandle(String path)
String
getAlias()
String
getName()
List<String>
getPatterns()
boolean
hasAlias()
boolean
isValid()
-