Class SubstituteString.StringComponent

    • Constructor Summary

      Constructors 
      Constructor Description
      StringComponent​(java.lang.String value)  
    • 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

      • StringComponent

        public StringComponent​(java.lang.String value)
    • 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