Interface GeneralPluginExtension

  • All Superinterfaces:
    PluginExtension

    @API(type=EXTENDABLE,
         src=PUBLIC)
    public interface GeneralPluginExtension
    extends PluginExtension
    Plugin interface.
    • Method Detail

      • process

        void process​(GeneralPluginContext context)
        Main plugin method. It receives the current context and it should return the processed content.
        Parameters:
        context - The context the plugin was invoked in.