Class UriTemplateComponent

    • Constructor Detail

      • UriTemplateComponent

        public UriTemplateComponent​(int startPoistion)
    • Method Detail

      • getValue

        public abstract String getValue()
      • getStartPosition

        public int getStartPosition()
        Get the startPosition of the component within the template string.
        Returns:
        the startPosition.
      • getMatchPattern

        public abstract Pattern getMatchPattern()
        Returns a string that contains a regular expression that matches the URI template expression.
        Returns:
      • getEndPosition

        public int getEndPosition()
        Get the endPosition.
        Returns:
        the endPosition.