Interface PublishPreprocessor

  • All Known Implementing Classes:
    RnCPublishPreprocessor

    public interface PublishPreprocessor
    Handler for publish pre-processing.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void preprocess​(javax.jcr.Session session, java.lang.String assetPath, java.util.Map params)
      Invoked before publishing the asset.
    • Method Detail

      • preprocess

        void preprocess​(javax.jcr.Session session,
                        java.lang.String assetPath,
                        java.util.Map params)
        Invoked before publishing the asset.
        Parameters:
        session -
        assetPath - path of the asset being published.
        params - map of additional params.