Uses of Package
org.apache.juneau.rest.util
Packages that use org.apache.juneau.rest.util
Package
Description
REST Server API
REST Method Argument Beans
REST Server Utilities
-
Classes in org.apache.juneau.rest.util used by org.apache.juneau.restClassDescriptionA wrapped
PrintWriter
with an addedfinish() method.A wrappedServletOutputStream
with an addedfinish() method.Represents a parsed URL path-info string.Represents a URL path pattern match.A parsed path pattern constructed from a@RestOp(path)
value.A list ofUrlPathMatcher
objects. -
Classes in org.apache.juneau.rest.util used by org.apache.juneau.rest.arg
-
Classes in org.apache.juneau.rest.util used by org.apache.juneau.rest.utilClassDescriptionWraps an
HttpServletRequest
and preloads the content into memory for debugging purposes.Wraps anHttpServletResponse
and caches the output stream in a separate buffer for debugging purposes.Represents a parsed URL path-info string.Represents a URL path pattern match.A parsed path pattern constructed from a@RestOp(path)
value.A list ofUrlPathMatcher
objects.