Modifying The Escenic Standard Filter Chain

In some cases, modifying the main filter chain may not solve your problem - you might need, for example, to insert a filter between two of the processors called by the EscenicStandardFilterChain. In this case you will need to:

  • Create an Escenic processor class (not a filter) that performs the functions you require

  • Create a set of .properties files that declare the processor and insert it into the processor chain at the required point

  • Package these items in a JAR file

  • Deploy the JAR file in your publication