Class ServletContextHelperInfo
- java.lang.Object
-
- org.apache.felix.http.base.internal.runtime.AbstractInfo<org.osgi.service.servlet.context.ServletContextHelper>
-
- org.apache.felix.http.base.internal.runtime.ServletContextHelperInfo
-
- All Implemented Interfaces:
Comparable<AbstractInfo<org.osgi.service.servlet.context.ServletContextHelper>>
- Direct Known Subclasses:
DefaultServletContextHelperInfo
public class ServletContextHelperInfo extends AbstractInfo<org.osgi.service.servlet.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.servlet.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()@NotNull StringgetServiceType()Get the registered service type@NotNull StringgetType()Get the type represented by this infobooleanisValid()booleanmatch(WhiteboardServiceInfo<?> info)-
Methods inherited from class org.apache.felix.http.base.internal.runtime.AbstractInfo
compareTo, equals, getBooleanProperty, getInitParams, getRanking, getService, getServiceId, getServiceReference, getStringArrayProperty, getStringProperty, getTarget, hashCode, isEmpty, isEmpty, ungetService
-
-
-
-
Method Detail
-
isValid
public boolean isValid()
- Overrides:
isValidin classAbstractInfo<org.osgi.service.servlet.context.ServletContextHelper>
-
getName
public String getName()
-
getPath
public String getPath()
-
getInitParameters
public Map<String,String> getInitParameters()
Returns an unmodifiable map of the parameters.- Returns:
-
getType
@NotNull public @NotNull String getType()
Description copied from class:AbstractInfoGet the type represented by this info- Specified by:
getTypein classAbstractInfo<org.osgi.service.servlet.context.ServletContextHelper>- Returns:
- The type
-
getServiceType
@NotNull public @NotNull String getServiceType()
Get the registered service type- Returns:
- The type
-
match
public boolean match(WhiteboardServiceInfo<?> info)
-
-