Interface Target

    • Method Detail

      • getType

        TargetType getType()
        Deprecated.
        Return the resolved Target Type
      • getIdentity

        String getIdentity()
        Deprecated.
        Return the identity of this target. Usually this will just be the request URI
      • getParameter

        String getParameter​(String name)
        Deprecated.
        Return the named target parameter
      • getParameterNames

        String[] getParameterNames()
        Deprecated.
        Return a listing of all parameter names
      • getMatcher

        <T> T getMatcher()
        Deprecated.
        Return the object that matches with the uri
        Returns: