Uses of Interface
org.apache.juneau.rest.httppart.NamedAttribute
Packages that use NamedAttribute
- 
Uses of NamedAttribute in org.apache.juneau.restMethods 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.httppartClasses in org.apache.juneau.rest.httppart that implement NamedAttributeModifier and TypeClassDescriptionclassImplementation of a named object.classRepresents 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 NamedAttributeMapNamedAttributeMap.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.