Interface IPluginConfig

    • Method Detail

      • getName

        String getName()
        The name of the configuration. When the configuration is passed to a plugin, this name is unique within the system. It can therefore be used to construct unique service names.
      • getPluginConfig

        IPluginConfig getPluginConfig​(Object key)
        Retrieve a child config of a particular name. In the JCR implementation, this corresponds to a child node of type frontend:pluginconfig.
      • getPluginConfigSet

        Set<IPluginConfig> getPluginConfigSet()
        Retrieve a set of child plugin configurations.