Class CanonicalUrlHandlerImpl
- java.lang.Object
-
- com.ibm.fhir.search.reference.value.CanonicalUrlHandlerImpl
-
- All Implemented Interfaces:
ParameterValueHandler
public class CanonicalUrlHandlerImpl extends Object implements ParameterValueHandler
The supported cases are: http://server/Patient/1 -> http://server/Patient/1 -> Patient/1 -> 1
-
-
Constructor Summary
Constructors Constructor Description CanonicalUrlHandlerImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
processParameter(String incoming, List<String> targets, List<QueryParameterValue> parameterValues, String valueString, List<String> values)
process parameters beyond the original valueString.
-
-
-
Method Detail
-
processParameter
public void processParameter(String incoming, List<String> targets, List<QueryParameterValue> parameterValues, String valueString, List<String> values)
Description copied from interface:ParameterValueHandler
process parameters beyond the original valueString. If the valueString is included or matches the current type/case, it is not added.- Specified by:
processParameter
in interfaceParameterValueHandler
-
-