Errai 3.0.1-SNAPSHOT

org.jboss.errai.ui.client.local.spi
Class TranslationServiceProvider

java.lang.Object
  extended by 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

Constructor Summary
TranslationServiceProvider()
          Constructor.
 
Method Summary
 TranslationService get()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TranslationServiceProvider

public TranslationServiceProvider()
Constructor.

Method Detail

get

public TranslationService get()
Specified by:
get in interface javax.inject.Provider<TranslationService>
See Also:
Provider.get()

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.