Class UrlNormalizingPostProcessor

  • All Implemented Interfaces:
    org.codehaus.plexus.interpolation.InterpolationPostProcessor

    class UrlNormalizingPostProcessor
    extends java.lang.Object
    implements org.codehaus.plexus.interpolation.InterpolationPostProcessor
    Ensures that expressions referring to URLs evaluate to normalized URLs.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object execute​(java.lang.String expression, java.lang.Object value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • URL_EXPRESSIONS

        private static final java.util.Set<java.lang.String> URL_EXPRESSIONS
    • Constructor Detail

      • UrlNormalizingPostProcessor

        UrlNormalizingPostProcessor​(UrlNormalizer normalizer)
    • Method Detail

      • execute

        public java.lang.Object execute​(java.lang.String expression,
                                        java.lang.Object value)
        Specified by:
        execute in interface org.codehaus.plexus.interpolation.InterpolationPostProcessor