Skip navigation links
A C E G I M O R S 

A

afterPropertiesSet() - Method in class org.vaadin.spring.i18n.config.I18NConfiguration
 

C

CompositeMessageSource - Class in org.vaadin.spring.i18n
Message source that resolves the messages by querying the MessageProviders in the application context.
CompositeMessageSource(ApplicationContext) - Constructor for class org.vaadin.spring.i18n.CompositeMessageSource
Creates a new CompositeMessageSource.

E

EnableI18N - Annotation Type in org.vaadin.spring.i18n.annotation
Add this annotation to your application configuration to enable the I18N internationalization support.

G

get(String, Object...) - Method in class org.vaadin.spring.i18n.I18N
Tries to resolve the specified message for the current locale.
getLocale() - Method in class org.vaadin.spring.i18n.I18N
Gets the locale of the current Vaadin UI.
getWithDefault(String, String, Object...) - Method in class org.vaadin.spring.i18n.I18N
Tries to resolve the specified message for the current locale.
getWithLocale(String, Locale, Object...) - Method in class org.vaadin.spring.i18n.I18N
Tries to resolve the specified message for the given locale.

I

I18N - Class in org.vaadin.spring.i18n
Helper class for resolving messages in a Vaadin UI.
I18N(ApplicationContext) - Constructor for class org.vaadin.spring.i18n.I18N
 
I18NConfiguration - Class in org.vaadin.spring.i18n.config
Configuration class used by @EnableVaadinI18N Spring configuration for the CompositeMessageSource.
I18NConfiguration() - Constructor for class org.vaadin.spring.i18n.config.I18NConfiguration
 
isRevertToDefaultBundle() - Method in class org.vaadin.spring.i18n.I18N
Returns whether I18N will try the default bundle if a message cannot be resolved for the current locale.

M

MessageProvider - Interface in org.vaadin.spring.i18n
A MessageProvider provides messages for a CompositeMessageSource.

O

org.vaadin.spring.i18n - package org.vaadin.spring.i18n
 
org.vaadin.spring.i18n.annotation - package org.vaadin.spring.i18n.annotation
 
org.vaadin.spring.i18n.config - package org.vaadin.spring.i18n.config
 

R

resolveCode(String, Locale) - Method in class org.vaadin.spring.i18n.CompositeMessageSource
 
resolveCode(String, Locale) - Method in interface org.vaadin.spring.i18n.MessageProvider
Attempts to resolve the specified code for the specified locale.
resolveCode(String, Locale) - Method in class org.vaadin.spring.i18n.ResourceBundleMessageProvider
 
ResourceBundleMessageProvider - Class in org.vaadin.spring.i18n
Implementation of MessageProvider that reads messages from ResourceBundles with a specific base name.
ResourceBundleMessageProvider(String) - Constructor for class org.vaadin.spring.i18n.ResourceBundleMessageProvider
Creates a new ResourceBundleMessageProvider with the given base name and UTF-8 encoding.
ResourceBundleMessageProvider(String, String) - Constructor for class org.vaadin.spring.i18n.ResourceBundleMessageProvider
Creates a new ResourceBundleMessageProvider with the given base name and encoding.

S

setApplicationContext(ApplicationContext) - Method in class org.vaadin.spring.i18n.config.I18NConfiguration
 
setRevertToDefaultBundle(boolean) - Method in class org.vaadin.spring.i18n.I18N
A C E G I M O R S 
Skip navigation links

Copyright © 2016. All rights reserved.