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, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, iterator, lastElement, lastIndexOf, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, removeRange, retainAll, set, setElementAt, setSize, size, subList, toArray, toArray, toString, trimToSize
Apache CXF