Class SimpleTarget

    • Method Detail

      • getIdentity

        public String getIdentity()
        Deprecated.
        Description copied from interface: Target
        Return the identity of this target. Usually this will just be the request URI
        Specified by:
        getIdentity in interface Target
      • getParameter

        public String getParameter​(String name)
        Deprecated.
        Description copied from interface: Target
        Return the named target parameter
        Specified by:
        getParameter in interface Target
      • getParameterNames

        public String[] getParameterNames()
        Deprecated.
        Description copied from interface: Target
        Return a listing of all parameter names
        Specified by:
        getParameterNames in interface Target
      • getType

        public TargetType getType()
        Deprecated.
        Description copied from interface: Target
        Return the resolved Target Type
        Specified by:
        getType in interface Target
      • getRequestContext

        public RequestContext getRequestContext()
        Deprecated.
      • getMatcher

        public <T> T getMatcher()
        Deprecated.
        Description copied from interface: Target
        Return the object that matches with the uri
        Specified by:
        getMatcher in interface Target
        Returns:
      • hashCode

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

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