Interface FastLane


  • public interface FastLane
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String FASTLANE_BASE_PATH
      Name of the base path under which all Tools configuration files are located.
      static java.lang.String FILTER_CONFIG_PATH
      Path under which the configuration file is stored.
      static java.lang.String FILTER_RESOURCE_NAME
      Name of the resource that contains the name of the class with the @ToolsConfig annotation.
      static java.lang.String PROVIDER_CONFIG_PATH
      Path under which the configuration file is stored.
      static java.lang.String PROVIDER_RESOURCE_NAME
      Name of the resource that contains the name of the class with the @ToolsConfig annotation.
      static java.lang.String REST_RESOURCE_CONFIG_PATH
      Path under which the configuration file is stored.
      static java.lang.String REST_RESOURCES_RESOURCE_NAME
      Name of the resource that contains the name of the class with the @ToolsConfig annotation.
      static java.lang.String SERVLET_CONFIG_PATH
      Path under which the configuration file is stored.
      static java.lang.String SERVLET_RESOURCE_NAME
      Name of the resource that contains the name of the class with the @ToolsConfig annotation.
    • Field Detail

      • FASTLANE_BASE_PATH

        static final java.lang.String FASTLANE_BASE_PATH
        Name of the base path under which all Tools configuration files are located.
        See Also:
        Constant Field Values
      • REST_RESOURCES_RESOURCE_NAME

        static final java.lang.String REST_RESOURCES_RESOURCE_NAME
        Name of the resource that contains the name of the class with the @ToolsConfig annotation.
        See Also:
        Constant Field Values
      • REST_RESOURCE_CONFIG_PATH

        static final java.lang.String REST_RESOURCE_CONFIG_PATH
        Path under which the configuration file is stored.
        See Also:
        Constant Field Values
      • SERVLET_RESOURCE_NAME

        static final java.lang.String SERVLET_RESOURCE_NAME
        Name of the resource that contains the name of the class with the @ToolsConfig annotation.
        See Also:
        Constant Field Values
      • SERVLET_CONFIG_PATH

        static final java.lang.String SERVLET_CONFIG_PATH
        Path under which the configuration file is stored.
        See Also:
        Constant Field Values
      • FILTER_RESOURCE_NAME

        static final java.lang.String FILTER_RESOURCE_NAME
        Name of the resource that contains the name of the class with the @ToolsConfig annotation.
        See Also:
        Constant Field Values
      • FILTER_CONFIG_PATH

        static final java.lang.String FILTER_CONFIG_PATH
        Path under which the configuration file is stored.
        See Also:
        Constant Field Values
      • PROVIDER_RESOURCE_NAME

        static final java.lang.String PROVIDER_RESOURCE_NAME
        Name of the resource that contains the name of the class with the @ToolsConfig annotation.
        See Also:
        Constant Field Values
      • PROVIDER_CONFIG_PATH

        static final java.lang.String PROVIDER_CONFIG_PATH
        Path under which the configuration file is stored.
        See Also:
        Constant Field Values