org.apache.isis.core.progmodel.facetdecorators.i18n.resourcebundle
Class I18nDecoratorUsingResourceBundleInstaller

java.lang.Object
  extended by org.apache.isis.core.commons.config.InstallerAbstract
      extended by org.apache.isis.core.progmodel.facetdecorators.i18n.resourcebundle.I18nDecoratorUsingResourceBundleInstaller
All Implemented Interfaces:
org.apache.isis.core.commons.components.ApplicationScopedComponent, org.apache.isis.core.commons.components.Component, org.apache.isis.core.commons.components.Installer, org.apache.isis.core.commons.config.IsisConfigurationBuilderAware, org.apache.isis.core.metamodel.specloader.FacetDecoratorInstaller

public class I18nDecoratorUsingResourceBundleInstaller
extends org.apache.isis.core.commons.config.InstallerAbstract
implements org.apache.isis.core.metamodel.specloader.FacetDecoratorInstaller


Field Summary
 
Fields inherited from interface org.apache.isis.core.metamodel.specloader.FacetDecoratorInstaller
TYPE
 
Constructor Summary
I18nDecoratorUsingResourceBundleInstaller()
           
 
Method Summary
 List<org.apache.isis.core.metamodel.facetdecorator.FacetDecorator> createDecorators()
           
 List<Class<?>> getTypes()
           
 
Methods inherited from class org.apache.isis.core.commons.config.InstallerAbstract
addConfigurationResources, getConfiguration, getConfigurationResources, getName, getType, init, listOf, listOf, setConfiguration, setConfigurationBuilder, shutdown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.isis.core.commons.components.Installer
getConfigurationResources, getName, getType
 
Methods inherited from interface org.apache.isis.core.commons.components.ApplicationScopedComponent
init, shutdown
 

Constructor Detail

I18nDecoratorUsingResourceBundleInstaller

public I18nDecoratorUsingResourceBundleInstaller()
Method Detail

createDecorators

public List<org.apache.isis.core.metamodel.facetdecorator.FacetDecorator> createDecorators()
Specified by:
createDecorators in interface org.apache.isis.core.metamodel.specloader.FacetDecoratorInstaller

getTypes

public List<Class<?>> getTypes()
Specified by:
getTypes in interface org.apache.isis.core.commons.components.Installer


Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.