Class DemoDecoratorProvider

java.lang.Object
org.nuiton.decorator.DecoratorProvider
jaxx.demo.entities.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
  • Constructor Summary

    Constructors 
    Constructor Description
    DemoDecoratorProvider()  
  • Method Summary

    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • loadDecorators

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