Class WebSniffer

  • All Implemented Interfaces:
    org.glassfish.api.container.Sniffer

    @Service(name="web")
    @Singleton
    public class WebSniffer
    extends org.glassfish.internal.deployment.GenericSniffer
    Implementation of the Sniffer for the web container.
    Author:
    Jerome Dochez
    • Constructor Detail

      • WebSniffer

        public WebSniffer()
    • Method Detail

      • getURLPatterns

        public String[] getURLPatterns()
        Specified by:
        getURLPatterns in interface org.glassfish.api.container.Sniffer
        Overrides:
        getURLPatterns in class org.glassfish.internal.deployment.GenericSniffer
      • handles

        public boolean handles​(org.glassfish.api.deployment.DeploymentContext context)
        Returns true if the passed file or directory is recognized by this sniffer.
        Specified by:
        handles in interface org.glassfish.api.container.Sniffer
        Overrides:
        handles in class org.glassfish.internal.deployment.GenericSniffer
        Parameters:
        context - deployment context
        Returns:
        true if the location is recognized by this sniffer
      • handles

        public boolean handles​(org.glassfish.api.deployment.archive.ReadableArchive location)
        Returns true if the passed file or directory is recognized by this instance.
        Specified by:
        handles in interface org.glassfish.api.container.Sniffer
        Overrides:
        handles in class org.glassfish.internal.deployment.GenericSniffer
        Parameters:
        location - the file or directory to explore
        Returns:
        true if this sniffer handles this application type
      • getContainersNames

        public String[] getContainersNames()
      • isUserVisible

        public boolean isUserVisible()
        Specified by:
        isUserVisible in interface org.glassfish.api.container.Sniffer
        Overrides:
        isUserVisible in class org.glassfish.internal.deployment.GenericSniffer
        Returns:
        whether this sniffer should be visible to user
      • isJavaEE

        public boolean isJavaEE()
        Specified by:
        isJavaEE in interface org.glassfish.api.container.Sniffer
        Overrides:
        isJavaEE in class org.glassfish.internal.deployment.GenericSniffer
        Returns:
        whether this sniffer represents a Java EE container type
      • getDeploymentConfigurationPaths

        protected List<String> getDeploymentConfigurationPaths()
        Returns the web-oriented descriptor paths that might exist in a web app.
        Overrides:
        getDeploymentConfigurationPaths in class org.glassfish.internal.deployment.GenericSniffer
        Returns:
        list of the deployment descriptor paths
      • getIncompatibleSnifferTypes

        public String[] getIncompatibleSnifferTypes()
        Specified by:
        getIncompatibleSnifferTypes in interface org.glassfish.api.container.Sniffer
        Overrides:
        getIncompatibleSnifferTypes in class org.glassfish.internal.deployment.GenericSniffer
        Returns:
        the set of the sniffers that should not co-exist for the same module. For example, ejb and appclient sniffers should not be returned in the sniffer list for a certain module. This method will be used to validate and filter the retrieved sniffer lists for a certain module
      • supportsArchiveType

        public boolean supportsArchiveType​(org.glassfish.api.deployment.archive.ArchiveType archiveType)
        This API is used to help determine if the sniffer should recognize the current archive. If the sniffer does not support the archive type associated with the current deployment, the sniffer should not recognize the archive.
        Parameters:
        archiveType - the archive type to check
        Returns:
        whether the sniffer supports the archive type
      • getContainerModuleNames

        protected String[] getContainerModuleNames()
        Overrides:
        getContainerModuleNames in class org.glassfish.internal.deployment.GenericSniffer