| Package | Description |
|---|---|
| org.nuiton.jaxx.compiler | |
| org.nuiton.jaxx.compiler.decorators |
| Modifier and Type | Field and Description |
|---|---|
protected CompiledObjectDecorator |
JAXXCompiler.defaultDecorator
default decodator to use if none specified
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,CompiledObjectDecorator> |
DefaultCompilerConfiguration.decorators
decorators available in engine
|
| Modifier and Type | Method and Description |
|---|---|
CompiledObjectDecorator |
CompiledObject.getDecorator() |
CompiledObjectDecorator |
JAXXEngine.getDecorator(Class<?> type)
Obtain the decorator of the given type.
|
CompiledObjectDecorator |
JAXXEngine.getDecorator(String name)
Obtain the decorator of the given name.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,CompiledObjectDecorator> |
DefaultCompilerConfiguration.getDecorators() |
Map<String,CompiledObjectDecorator> |
CompilerConfiguration.getDecorators() |
Class<? extends CompiledObjectDecorator> |
DefaultCompilerConfiguration.getDefaultDecoratorClass() |
Class<? extends CompiledObjectDecorator> |
CompilerConfiguration.getDefaultDecoratorClass() |
| Modifier and Type | Method and Description |
|---|---|
void |
CompiledObject.setDecorator(CompiledObjectDecorator decorator) |
| Modifier and Type | Class and Description |
|---|---|
class |
BoxedCompiledObjectDecorator
A decorator to surround a compiled object (should be a component at least)
with a JXLayer.
|
class |
DefaultCompiledObjectDecorator
The default decorator to use on all compiled objects.
|
class |
HelpRootCompiledObjectDecorator
A decorator to place on a root compiled object to process javaHelp on the file.
|
Copyright © 2008–2017 Ultreia.io. All rights reserved.