Uses of Class
org.apache.juneau.rest.httppart.NamedAttributeMap
Packages that use NamedAttributeMap
-
Uses of NamedAttributeMap in org.apache.juneau.rest
Methods in org.apache.juneau.rest that return NamedAttributeMapModifier and TypeMethodDescriptionprotected NamedAttributeMap
RestContext.Builder.createDefaultRequestAttributes
(BeanStore beanStore, Supplier<?> resource) Instantiates the default request attributes sub-builder.protected NamedAttributeMap
RestOpContext.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.httppart
Methods 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 NamedAttributeMap
NamedAttributeMap.create()
Static creator.static NamedAttributeMap
NamedAttributeMap.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