Class DemoDecoratorProvider


  • public class DemoDecoratorProvider
    extends org.nuiton.decorator.DecoratorProvider
    Demo decorator provider.
    Since:
    2.2
    Author:
    Tony Chemit - chemit@codelutin.com
    See Also:
    DecoratorProvider
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.nuiton.decorator.DecoratorProvider

        org.nuiton.decorator.DecoratorProvider.DecoratorContext<T extends Object>
    • Field Summary

      • Fields inherited from class org.nuiton.decorator.DecoratorProvider

        decorators
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void loadDecorators()  
      • Methods inherited from class org.nuiton.decorator.DecoratorProvider

        clear, getDecorator, getDecorator, getDecoratorByType, getDecoratorByType, getDecoratorContext, getDecorators, registerDecorator, registerDecorator, registerJXPathDecorator, registerJXPathDecorator, registerMultiJXPathDecorator, registerMultiJXPathDecorator, registerPropertyDecorator, registerPropertyDecorator, reload
    • Constructor Detail

      • DemoDecoratorProvider

        public DemoDecoratorProvider()
    • Method Detail

      • loadDecorators

        protected void loadDecorators()
        Specified by:
        loadDecorators in class org.nuiton.decorator.DecoratorProvider