Uses of Class
org.apache.juneau.cp.Messages
Packages that use Messages
Package
Description
REST Server API
-
Uses of Messages in org.apache.juneau.cp
Methods in org.apache.juneau.cp that return MessagesModifier and TypeMethodDescriptionprotected Messages
Messages.Builder.buildDefault()
Returns this message bundle for the specified locale.static final Messages
Constructor.static final Messages
Constructor.Methods in org.apache.juneau.cp with parameters of type MessagesModifier and TypeMethodDescriptionAdds a parent bundle. -
Uses of Messages in org.apache.juneau.microservice
Methods in org.apache.juneau.microservice with parameters of type Messages -
Uses of Messages in org.apache.juneau.rest
Methods in org.apache.juneau.rest that return MessagesModifier and TypeMethodDescriptionRestContext.getMessages()
Returns the resource bundle used by this resource.RestRequest.getMessages()
Returns the resource bundle for the request locale.Methods in org.apache.juneau.rest with parameters of type MessagesModifier and TypeMethodDescriptionSpecifies the messages bundle for this class.Method parameters in org.apache.juneau.rest with type arguments of type MessagesModifier and TypeMethodDescriptionSpecifies the messages bundle for this class. -
Uses of Messages in org.apache.juneau.rest.swagger
Methods in org.apache.juneau.rest.swagger that return types with arguments of type MessagesModifier and TypeMethodDescriptionSwaggerProvider.Builder.messages()
Returns the messages in this builder if it's been specified.Method parameters in org.apache.juneau.rest.swagger with type arguments of type MessagesConstructors in org.apache.juneau.rest.swagger with parameters of type MessagesModifierConstructorDescriptionBasicSwaggerProviderSession
(RestContext context, Locale locale, FileFinder ff, Messages messages, VarResolverSession vr, JsonSchemaGeneratorSession js) Constructor.