| Interface | Description |
|---|---|
| IBufferedPartFactory | |
| IPart |
Some kind of server-side resource that can be quickly generated.
|
| IPartFactory |
This is a marker interface used for part factories.
|
| IPartRenderer |
This renders a given part, using whatever context parameters.
|
| IUnbufferedPartFactory | |
| IUrlPart |
When present on a Part factory this means the factory itself decides on what URLs it reacts.
|
| Class | Description |
|---|---|
| CachedPart |
Contains a cached instance of some part rendering.
|
| InternalResourcePart |
This part handler handles all internal resource requests; this are requests where the URL starts
with a dollar sign (and the URL is not some well-known name).
|
| PartRequestHandler | |
| PartResponse |
Describes the response for a part.
|
| Exception | Description |
|---|---|
| PartFactoryNotFoundException |
Copyright © 2017 etc.to. All rights reserved.