org.jboss.errai.ui.client.local.spi
Class TranslationServiceProvider
java.lang.Object
org.jboss.errai.ui.client.local.spi.TranslationServiceProvider
- All Implemented Interfaces:
- javax.inject.Provider<TranslationService>
@Singleton
public class TranslationServiceProvider
- extends Object
- implements javax.inject.Provider<TranslationService>
Provides a way to inject the TranslationService
.
- Author:
- eric.wittmann@redhat.com
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TranslationServiceProvider
public TranslationServiceProvider()
- Constructor.
get
public TranslationService get()
- Specified by:
get
in interface javax.inject.Provider<TranslationService>
- See Also:
Provider.get()
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.