Uses of Class
org.apache.juneau.cp.Messages
Packages that use Messages
Package
Description
Classpath Utilities
Microservice API
REST Server API
REST Swagger Support
-
Uses of Messages in org.apache.juneau.cp
Methods in org.apache.juneau.cp that return MessagesModifier and TypeMethodDescriptionprotected MessagesMessages.Builder.buildDefault()Returns this message bundle for the specified locale.static final MessagesConstructor.static final MessagesConstructor.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
Fields in org.apache.juneau.rest declared as MessagesMethods 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.