Class ItemUrlTransformingProcessor

  • All Implemented Interfaces:
    ItemProcessor

    public class ItemUrlTransformingProcessor
    extends Object
    implements ItemProcessor
    ItemProcessor that takes the item url, transforms it by calling the transformation engine, and places the transformed url in the properties.
    Author:
    Alfonso Vásquez
    • Field Detail

      • transformedUrlPropName

        protected String transformedUrlPropName
      • transformerName

        protected String transformerName
    • Constructor Detail

      • ItemUrlTransformingProcessor

        public ItemUrlTransformingProcessor()
    • Method Detail

      • setTransformedUrlPropName

        public void setTransformedUrlPropName​(String transformedUrlPropName)
      • setTransformerName

        public void setTransformerName​(String transformerName)
      • setUrlTransformationEngine

        public void setUrlTransformationEngine​(UrlTransformationEngine urlTransformationEngine)