Interface ParameterValueHandler
- 
- All Known Implementing Classes:
 CanonicalUrlHandlerImpl,IdHandlerImpl,TypeIdHandlerImpl,UrlHandlerImpl
public interface ParameterValueHandlerParameter Value handles the various use cases for the implementations and use-cases. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidprocessParameter(String incomingUrl, List<String> targets, List<QueryParameterValue> parameterValues, String valueString, List<String> values)process parameters beyond the original valueString. 
 - 
 
- 
- 
Method Detail
- 
processParameter
void processParameter(String incomingUrl, List<String> targets, List<QueryParameterValue> parameterValues, String valueString, List<String> values)
process parameters beyond the original valueString. If the valueString is included or matches the current type/case, it is not added.- Parameters:
 incomingUrl-targets-parameterValues-valueString-values-
 
 - 
 
 -