Class ServletContextHelperInfo
- java.lang.Object
-
- org.apache.felix.http.base.internal.runtime.AbstractInfo<org.osgi.service.http.context.ServletContextHelper>
-
- org.apache.felix.http.base.internal.runtime.ServletContextHelperInfo
-
- All Implemented Interfaces:
Comparable<AbstractInfo<org.osgi.service.http.context.ServletContextHelper>>
public final class ServletContextHelperInfo extends AbstractInfo<org.osgi.service.http.context.ServletContextHelper>
Provides registration information for aServletContextHelper
-
-
Constructor Summary
Constructors Constructor Description ServletContextHelperInfo(int serviceRanking, long serviceId, String name, String path, Map<String,String> initParams)ServletContextHelperInfo(org.osgi.framework.ServiceReference<org.osgi.service.http.context.ServletContextHelper> ref)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>getInitParameters()Returns an unmodifiable map of the parameters.StringgetName()StringgetPath()booleanisValid()-
Methods inherited from class org.apache.felix.http.base.internal.runtime.AbstractInfo
compareTo, equals, getBooleanProperty, getInitParams, getRanking, getServiceId, getServiceReference, getStringArrayProperty, getStringProperty, getTarget, hashCode, isEmpty, isEmpty
-
-
-
-
Method Detail
-
isValid
public boolean isValid()
- Overrides:
isValidin classAbstractInfo<org.osgi.service.http.context.ServletContextHelper>
-
getName
public String getName()
-
getPath
public String getPath()
-
-