public class ChildResourceDescriptions extends ResourceDescriptions
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.
|
ChildResourceDescriptions(RestRequest req)
Constructor.
|
appendadd, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodeparallelStream, streampublic ChildResourceDescriptions(RestRequest req)
req - The HTTP servlet request.public ChildResourceDescriptions(RestContext context, RestRequest req)
context - The servlet context that this bean describes.req - The HTTP servlet request.public ChildResourceDescriptions(RestContext context, RestRequest req, boolean sort)
context - The servlet context that this bean describes.req - The HTTP servlet request.sort - If public ChildResourceDescriptions()
Copyright © 2016–2019 The Apache Software Foundation. All rights reserved.