org.apache.isis.core.progmodel.facetdecorators.help.file
Class HelpFacetDecoratorUsingFilesInstaller

java.lang.Object
  extended by org.apache.isis.core.commons.config.InstallerAbstract
      extended by org.apache.isis.core.progmodel.facetdecorators.help.file.HelpFacetDecoratorUsingFilesInstaller
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 HelpFacetDecoratorUsingFilesInstaller
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
HelpFacetDecoratorUsingFilesInstaller()
           
 
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

HelpFacetDecoratorUsingFilesInstaller

public HelpFacetDecoratorUsingFilesInstaller()
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.