Class StyleSheetTask


  • public class StyleSheetTask
    extends JAXXEngineTask
    Task to apply css stylesheet on objects after second round of compilation.
    Since:
    2.0.2
    Author:
    Tony Chemit - dev@tchemit.fr
    • Constructor Detail

      • StyleSheetTask

        public StyleSheetTask()
    • Method Detail

      • perform

        public boolean perform​(JAXXEngine engine)
        Description copied from class: JAXXEngineTask
        Performs the task on the given engine.
        Specified by:
        perform in class JAXXEngineTask
        Parameters:
        engine - the engine to use
        Returns:
        false if task failed (with no exception), true otherwise.