Interface ConsoleProvider


@Contract public interface ConsoleProvider

This interface exists to provide a marker for locating modules which provide GUI features to be displayed in the GlassFish admin console. The getConfiguration() method should either return (null), or a URL to the console-config.xml file.

Author:
Ken Paulsen ([email protected])
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The default location of the console-config.xml.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a URL to the console-config.xml file, or null.
  • Field Details

    • DEFAULT_CONFIG_FILENAME

      static final String DEFAULT_CONFIG_FILENAME

      The default location of the console-config.xml.

      See Also:
  • Method Details

    • getConfiguration

      URL getConfiguration()

      Returns a URL to the console-config.xml file, or null. If null is returned, the default (DEFAULT_CONFIG_FILENAME) will be used.