Class Route

    • Method Detail

      • match

        public boolean match​(String uri)
        Deprecated.
        Returns true if the given uri matches the route pattern
      • parse

        public Map<String,​String> parse​(String uri)
        Deprecated.
        Parses the given uri using the route pattern
      • expand

        public String expand​(Context context)
        Deprecated.
        Expand the route pattern given the specified context
      • getDefaultValue

        public String getDefaultValue​(String var)
        Deprecated.
      • getRequirement

        public String getRequirement​(String var)
        Deprecated.
      • expand

        public String expand​(Object object)
        Deprecated.
        Expand the route pattern given the specified context object
      • expand

        public String expand​(Object object,
                             boolean isiri)
        Deprecated.
        Expand the route pattern using IRI escaping rules
      • getName

        public String getName()
        Deprecated.
      • getPattern

        public String getPattern()
        Deprecated.
      • getVariables

        public String[] getVariables()
        Deprecated.
      • getDefaultValues

        public Map<String,​String> getDefaultValues()
        Deprecated.
      • getRequirements

        public Map<String,​String> getRequirements()
        Deprecated.
      • clone

        public Route clone()
        Deprecated.
      • hashCode

        public int hashCode()
        Deprecated.
        Overrides:
        hashCode in class Object
      • equals

        public boolean equals​(Object obj)
        Deprecated.
        Overrides:
        equals in class Object
      • expand

        public static String expand​(String pattern,
                                    Object object,
                                    boolean isiri)
        Deprecated.
      • expandAnnotated

        public static String expandAnnotated​(Object object)
        Deprecated.