public class OperationResourceInfoStack extends Stack<MethodInvocationInfo>
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.
capacityIncrement, elementCount, elementData
modCount
Constructor and Description |
---|
OperationResourceInfoStack() |
add, add, addAll, addAll, addElement, capacity, clear, clone, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, forEach, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, iterator, lastElement, lastIndexOf, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, removeIf, removeRange, replaceAll, retainAll, set, setElementAt, setSize, size, sort, spliterator, subList, toArray, toArray, toString, trimToSize
finalize, getClass, notify, notifyAll, wait, wait, wait
parallelStream, stream
Apache CXF