See: Description
| Interface | Description |
|---|---|
| Assembler |
Used to invoke a single assembly process.
|
| AssemblerFactory |
Interface for assembler factory implementations.
|
| CartridgeHandler<T extends ContentItem> |
An interface for inserting custom cartridge logic into the assembler.
|
| ContentItem |
The interface that defines the data object (model) in the assembly process.
|
| ContentItemInitializer |
An interface for initializing a
ContentItem with configuration properties. |
| Class | Description |
|---|---|
| AbstractCartridgeHandler |
An abstract implementation of
CartridgeHandler that provides no-op implementations of
CartridgeHandler.initialize(ContentItem) and CartridgeHandler.preprocess(ContentItem). |
| AssemblerSettings |
Used to configure an
Assembler. |
| BasicContentItem |
Convenience class to extend when implementing
ContentItem |
| Exception | Description |
|---|---|
| AssemblerException |
Indicates that an exception occurred while creating or processing an
assembler request.
|
| CartridgeHandlerException |
Indicates that an exception occurred while invoking a single cartridge
handler.
|
Copyright © 2015, Oracle and/or its affiliates. All rights reserved.