Class UrlHandlerImpl

  • All Implemented Interfaces:
    ParameterValueHandler

    public class UrlHandlerImpl
    extends Object
    implements ParameterValueHandler
    The supported cases are: http://server/Patient/1 -> http://server/Patient/1 -> Patient/1 -> 1 (only when there is one target) vread -> http://server/Patient/1/_history/1 -> Patient/1/_history/1 -> 1 (only when there is one target)