Uses of Class
org.apache.juneau.collections.ControlledArrayList
Packages that use ControlledArrayList
Package
Description
HTTP Header Beans
HTTP Part Beans
-
Uses of ControlledArrayList in org.apache.juneau.collections
Methods in org.apache.juneau.collections that return ControlledArrayListModifier and TypeMethodDescriptionControlledArrayList.setUnmodifiable()
Specifies whether this bean should be unmodifiable. -
Uses of ControlledArrayList in org.apache.juneau.http.header
Subclasses of ControlledArrayList in org.apache.juneau.http.headerModifier and TypeClassDescriptionclass
A simple list of HTTP headers with various convenience methods.static final class
Represents no header list in annotations. -
Uses of ControlledArrayList in org.apache.juneau.http.part
Subclasses of ControlledArrayList in org.apache.juneau.http.partModifier and TypeClassDescriptionclass
An simple list of HTTP parts (form-data, query-parameters, path-parameters).static final class
Represents no part list in annotations.