public class ChildResourceDescriptions extends LinkedList<ResourceDescription>
Typically used in top-level GET methods of router resources to render a list of available child resources.
modCount
Constructor and Description |
---|
ChildResourceDescriptions()
Bean constructor.
|
ChildResourceDescriptions(RestContext context,
RestRequest req)
Constructor.
|
ChildResourceDescriptions(RestContext context,
RestRequest req,
boolean sort)
Constructor.
|
add, add, addAll, addAll, addFirst, addLast, clear, clone, contains, descendingIterator, element, get, getFirst, getLast, indexOf, lastIndexOf, listIterator, offer, offerFirst, offerLast, peek, peekFirst, peekLast, poll, pollFirst, pollLast, pop, push, remove, remove, remove, removeFirst, removeFirstOccurrence, removeLast, removeLastOccurrence, set, size, spliterator, toArray, toArray
iterator
equals, hashCode, listIterator, removeRange, subList
containsAll, isEmpty, removeAll, retainAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode, isEmpty, iterator, listIterator, removeAll, replaceAll, retainAll, sort, subList
parallelStream, removeIf, stream
public ChildResourceDescriptions(RestContext context, RestRequest req) throws Exception
context
- The servlet context that this bean describes.req
- The HTTP servlet request.Exception
public ChildResourceDescriptions(RestContext context, RestRequest req, boolean sort) throws Exception
context
- The servlet context that this bean describes.req
- The HTTP servlet request.sort
- If Exception
public ChildResourceDescriptions()
Copyright © 2018 Apache. All rights reserved.