Class 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 a ServletContextHelper
    • Constructor Detail

      • ServletContextHelperInfo

        public ServletContextHelperInfo​(org.osgi.framework.ServiceReference<org.osgi.service.servlet.context.ServletContextHelper> ref)
      • ServletContextHelperInfo

        public ServletContextHelperInfo​(int serviceRanking,
                                        long serviceId,
                                        String name,
                                        String path,
                                        Map<String,​String> initParams)
    • Method Detail

      • isValid

        public boolean isValid()
        Overrides:
        isValid in class AbstractInfo<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 String getType()
        Description copied from class: AbstractInfo
        Get the type represented by this info
        Specified by:
        getType in class AbstractInfo<org.osgi.service.servlet.context.ServletContextHelper>
        Returns:
        The type
      • getServiceType

        @NotNull
        public String getServiceType()
        Get the registered service type
        Returns:
        The type
      • isSame

        public boolean isSame​(AbstractInfo<org.osgi.service.servlet.context.ServletContextHelper> other)
        Description copied from class: AbstractInfo
        Compare two info objects
        Overrides:
        isSame in class AbstractInfo<org.osgi.service.servlet.context.ServletContextHelper>