public class MessageSource extends GroovyObjectSupport
Message source backed up by one or more ResourceBundle instances for simple i18n support.
| Constructor and description | 
|---|
                                MessageSource
                                (String[] names) | 
                        
                                MessageSource
                                (String name) | 
                        
                                MessageSource
                                (Class[] types) | 
                        
                                MessageSource
                                (Class type) | 
                        
| Type Params | Return Type | Name and description | 
|---|---|---|
 | 
                            public String | 
                            format(String code, Object[] args)Format a message (based on MessageFormat using the message from the resource bundles using the given code as a pattern and the given objects as arguments.  | 
                        
 | 
                            public String | 
                            getMessage(String code)Get a raw message from the resource bundles using the given code.  | 
                        
 | 
                            public Object | 
                            getProperty(String name)
  | 
                        
| Methods inherited from class | Name | 
|---|---|
class GroovyObjectSupport | 
                            getMetaClass, setMetaClass | 
                        
Format a message (based on MessageFormat using the message from the resource bundles using the given code as a pattern and the given objects as arguments.
Get a raw message from the resource bundles using the given code.
Copyright © 2003-2020 The Apache Software Foundation. All rights reserved.