Class SubstituteString.PropertyComponent

    • Constructor Summary

      Constructors 
      Constructor Description
      PropertyComponent​(java.lang.String propertyName)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getValue​(java.util.Map<java.lang.String,​java.lang.String> context, com.yahoo.processing.request.Properties substitution)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • PropertyComponent

        public PropertyComponent​(java.lang.String propertyName)
    • Method Detail

      • getValue

        public java.lang.String getValue​(java.util.Map<java.lang.String,​java.lang.String> context,
                                         com.yahoo.processing.request.Properties substitution)
        Specified by:
        getValue in class SubstituteString.Component
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object