Interface ParameterSubstitutionSuggester
-
- All Known Implementing Classes:
DateParameterProcessor
,NodeParameterProcessor
,ParameterProcessorComponent
public interface ParameterSubstitutionSuggester
-
-
Field Summary
Fields Modifier and Type Field Description static int
DEFAULT_MAXIMUM_NUMBER_SUGGESTIONS
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>
getSubstitutionSuggestions(String substitutionFragment)
-
-
-
Field Detail
-
DEFAULT_MAXIMUM_NUMBER_SUGGESTIONS
static final int DEFAULT_MAXIMUM_NUMBER_SUGGESTIONS
- See Also:
- Constant Field Values
-
-