Interface GeneralPluginExtension

All Superinterfaces:
PluginExtension

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

    Modifier and Type
    Method
    Description
    void
    Main plugin method.
  • Method Details

    • 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.