Class TranslationServiceFactory
- java.lang.Object
-
- net.anotheria.anosite.cms.translation.TranslationServiceFactory
-
- All Implemented Interfaces:
net.anotheria.anoprise.metafactory.ServiceFactory<IASGTranslationService>
public class TranslationServiceFactory extends Object implements net.anotheria.anoprise.metafactory.ServiceFactory<IASGTranslationService>
-
-
Constructor Summary
Constructors Constructor Description TranslationServiceFactory()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description IASGTranslationServicecreate()static IASGTranslationServicecreateASActionService()
-
-
-
Method Detail
-
create
public IASGTranslationService create()
- Specified by:
createin interfacenet.anotheria.anoprise.metafactory.ServiceFactory<IASGTranslationService>
-
createASActionService
public static IASGTranslationService createASActionService()
-
-