Package com.yahoo.search.query.profile
Class SubstituteString.RelativePropertyComponent
- java.lang.Object
-
- com.yahoo.search.query.profile.SubstituteString.Component
-
- com.yahoo.search.query.profile.SubstituteString.RelativePropertyComponent
-
- Enclosing class:
- SubstituteString
public static final class SubstituteString.RelativePropertyComponent extends SubstituteString.Component
A component where the value should be looked up in the profile containing the substitution field rather than globally
-
-
Constructor Summary
Constructors Constructor Description RelativePropertyComponent(java.lang.String fieldName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
fieldName()
java.lang.String
getValue(java.util.Map<java.lang.String,java.lang.String> context, com.yahoo.processing.request.Properties substitution)
java.lang.String
toString()
-
-
-
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 classSubstituteString.Component
-
fieldName
public java.lang.String fieldName()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-