Uses of Interface
org.nuiton.jaxx.compiler.CompiledObjectDecorator
-
Packages that use CompiledObjectDecorator Package Description org.nuiton.jaxx.compiler org.nuiton.jaxx.compiler.decorators -
-
Uses of CompiledObjectDecorator in org.nuiton.jaxx.compiler
Fields in org.nuiton.jaxx.compiler declared as CompiledObjectDecorator Modifier and Type Field Description protected CompiledObjectDecoratorJAXXCompiler. defaultDecoratordefault decorator to use if none specifiedFields in org.nuiton.jaxx.compiler with type parameters of type CompiledObjectDecorator Modifier and Type Field Description protected Map<String,CompiledObjectDecorator>DefaultCompilerConfiguration. decoratorsdecorators available in engineMethods in org.nuiton.jaxx.compiler that return CompiledObjectDecorator Modifier and Type Method Description CompiledObjectDecoratorCompiledObject. getDecorator()CompiledObjectDecoratorJAXXEngine. getDecorator(Class<?> type)Obtain the decorator of the given type.CompiledObjectDecoratorJAXXEngine. getDecorator(String name)Obtain the decorator of the given name.Methods in org.nuiton.jaxx.compiler that return types with arguments of type CompiledObjectDecorator Modifier and Type Method Description Map<String,CompiledObjectDecorator>CompilerConfiguration. getDecorators()Map<String,CompiledObjectDecorator>DefaultCompilerConfiguration. getDecorators()Class<? extends CompiledObjectDecorator>CompilerConfiguration. getDefaultDecoratorClass()Class<? extends CompiledObjectDecorator>DefaultCompilerConfiguration. getDefaultDecoratorClass()Methods in org.nuiton.jaxx.compiler with parameters of type CompiledObjectDecorator Modifier and Type Method Description voidCompiledObject. setDecorator(CompiledObjectDecorator decorator) -
Uses of CompiledObjectDecorator in org.nuiton.jaxx.compiler.decorators
Classes in org.nuiton.jaxx.compiler.decorators that implement CompiledObjectDecorator Modifier and Type Class Description classBoxedCompiledObjectDecoratorA decorator to surround a compiled object (should be a component at least) with a JXLayer.classDefaultCompiledObjectDecoratorThe default decorator to use on all compiled objects.
-