Class UrlParameter


  • public class UrlParameter
    extends Object
    URL Parameter.
    • Constructor Detail

      • UrlParameter

        public UrlParameter​(String name,
                            String group,
                            String path,
                            String match,
                            boolean optional)
        Creates a new parameter
        Parameters:
        name - parameter name
        group - parameter match group
        path - parameter path
        match - parameter matche
        optional - optional parameter
    • Method Detail

      • getName

        public String getName()
      • getGroup

        public String getGroup()
      • getPath

        public String getPath()
      • getMatch

        public String getMatch()
      • isOptional

        public boolean isOptional()