Uses of Class
org.apache.juneau.rest.httppart.NamedAttributeMap
Packages that use NamedAttributeMap
- 
Uses of NamedAttributeMap in org.apache.juneau.restMethods in org.apache.juneau.rest that return NamedAttributeMapModifier and TypeMethodDescriptionprotected NamedAttributeMapRestContext.Builder.createDefaultRequestAttributes(BeanStore beanStore, Supplier<?> resource) Instantiates the default request attributes sub-builder.protected NamedAttributeMapRestOpContext.Builder.createDefaultRequestAttributes(BeanStore beanStore, RestContext.Builder parent, Supplier<?> resource) Instantiates the default request attributes sub-builder.RestContext.Builder.defaultRequestAttributes()Returns the default request attributes sub-builder.RestOpContext.Builder.defaultRequestAttributes()Returns the default request attributes sub-builder.RestContext.getDefaultRequestAttributes()Returns the default request attributes for this resource.RestOpContext.getDefaultRequestAttributes()Returns the default request attributes.
- 
Uses of NamedAttributeMap in org.apache.juneau.rest.httppartMethods in org.apache.juneau.rest.httppart that return NamedAttributeMapModifier and TypeMethodDescriptionNamedAttributeMap.add(NamedAttribute... values) Appends the specified rest matcher classes to the list.NamedAttributeMap.copy()Creates a copy of this list.static NamedAttributeMapNamedAttributeMap.create()Static creator.static NamedAttributeMapNamedAttributeMap.of(NamedAttribute... values) Static creator.Methods in org.apache.juneau.rest.httppart with parameters of type NamedAttributeMapModifier and TypeMethodDescriptionRequestAttributes.addDefault(NamedAttributeMap pairs) Adds default entries to the request attributes.Constructors in org.apache.juneau.rest.httppart with parameters of type NamedAttributeMap