Class OperationResourceInfoStack

All Implemented Interfaces:
Serializable, Cloneable, Iterable<MethodInvocationInfo>, Collection<MethodInvocationInfo>, List<MethodInvocationInfo>, RandomAccess

public class OperationResourceInfoStack extends Stack<MethodInvocationInfo>
Stack of MethodInvocationInfo representing resources path when JAX-RS invocation looks for target. Used to evaluate UriInfo.getMatched* methods when sub-locators are involved.

Stack elements are placed in order same as java stacktrace - root resource on bottom, recent resource on top.

See Also:
  • Constructor Details

    • OperationResourceInfoStack

      public OperationResourceInfoStack()