Uses of Class
org.apache.juneau.cp.Messages.Builder
Packages that use Messages.Builder
- 
Uses of Messages.Builder in org.apache.juneau.cpMethods in org.apache.juneau.cp that return Messages.BuilderModifier and TypeMethodDescriptionSpecifies the base name patterns to use for finding the resource bundle.static final Messages.BuilderStatic creator.Specifies the locale.Specifies the locale.Specifies a location of where to look for messages.Specifies a location of where to look for messages.Specifies the bundle name (e.g.Adds a parent bundle.Constructors in org.apache.juneau.cp with parameters of type Messages.Builder
- 
Uses of Messages.Builder in org.apache.juneau.restMethods in org.apache.juneau.rest that return Messages.BuilderModifier and TypeMethodDescriptionprotected Messages.BuilderRestContext.Builder.createMessages(BeanStore beanStore, Supplier<?> resource) Instantiates the messages sub-builder.RestContext.Builder.messages()Returns the messages sub-builder.