Class ScriptedPageProcessor


  • public abstract class ScriptedPageProcessor
    extends Object
    This object processes a string that contains <%%> or [%%] where each of these represents a 'command' that either does something, or inserts content into the string - which is then reprocessed The outcome is a string. This is a base class that is expected to be subclassed for various context specific processors
    Author:
    Grahame Grieve