Uses of Interface
org.apache.juneau.rest.httppart.NamedAttribute
Packages that use NamedAttribute
-
Uses of NamedAttribute in org.apache.juneau.rest
Methods in org.apache.juneau.rest with parameters of type NamedAttributeModifier and TypeMethodDescriptionRestContext.Builder.defaultRequestAttributes
(NamedAttribute... values) Default request attributes.RestOpContext.Builder.defaultRequestAttributes
(NamedAttribute... value) Adds one or more default request attributes to this operation. -
Uses of NamedAttribute in org.apache.juneau.rest.httppart
Classes in org.apache.juneau.rest.httppart that implement NamedAttributeModifier and TypeClassDescriptionclass
Implementation of a named object.class
Represents a single request attribute on an HTTP request.Methods in org.apache.juneau.rest.httppart with parameters of type NamedAttributeModifier and TypeMethodDescriptionNamedAttributeMap.add
(NamedAttribute... values) Appends the specified rest matcher classes to the list.RequestAttributes.addDefault
(NamedAttribute... pairs) Adds default entries to the request attributes.static NamedAttributeMap
NamedAttributeMap.of
(NamedAttribute... values) Static creator.RequestAttributes.remove
(NamedAttribute... attributes) Remove request attributes.RequestAttributes.set
(NamedAttribute... attributes) Sets request attributes.Method parameters in org.apache.juneau.rest.httppart with type arguments of type NamedAttributeModifier and TypeMethodDescriptionRequestAttributes.addDefault
(List<NamedAttribute> pairs) Adds default entries to the request attributes.