Package org.ametys.web.cocoon
Class I18nUtils
- java.lang.Object
-
- org.apache.avalon.framework.logger.AbstractLogEnabled
-
- org.ametys.core.util.I18nUtils
-
- org.ametys.web.cocoon.I18nUtils
-
- All Implemented Interfaces:
Disposable
,Initializable
,Component
,Contextualizable
,LogEnabled
,Serviceable
public class I18nUtils extends I18nUtils
Utils for i18n
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.ametys.core.util.I18nUtils
I18nUtils.Location
-
-
Field Summary
Fields Modifier and Type Field Description private SkinModelsManager
_skinModelsManager
private SkinsManager
_skinsManager
-
Fields inherited from class org.ametys.core.util.I18nUtils
_context, _locations, ROLE
-
-
Constructor Summary
Constructors Constructor Description I18nUtils()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private void
_addModelsLocation()
private void
_addSkinsLocation()
protected void
_configure()
Configure the i18n cataloguevoid
service(ServiceManager manager)
-
Methods inherited from class org.ametys.core.util.I18nUtils
_createCache, _getI18NCache, _translate, clearCache, contextualize, dispose, getInstance, initialize, reloadCatalogues, translate, translate, translate
-
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
-
-
-
-
Field Detail
-
_skinsManager
private SkinsManager _skinsManager
-
_skinModelsManager
private SkinModelsManager _skinModelsManager
-
-
Constructor Detail
-
I18nUtils
public I18nUtils()
-
-
Method Detail
-
service
public void service(ServiceManager manager) throws ServiceException
- Specified by:
service
in interfaceServiceable
- Overrides:
service
in classI18nUtils
- Throws:
ServiceException
-
_configure
protected void _configure()
Description copied from class:I18nUtils
Configure the i18n catalogue- Overrides:
_configure
in classI18nUtils
-
_addSkinsLocation
private void _addSkinsLocation()
-
_addModelsLocation
private void _addModelsLocation()
-
-