Interface | Description |
---|---|
IExtension |
This is the interface for all extensions
|
Class | Description |
---|---|
CacheKey |
Used as the key when caching extensions
|
ExtensionInfo<T extends IExtension> |
Used to describe extensions to the media manager
|
ParameterType |
Used to store information about parameter types
|
Enum | Description |
---|---|
ExtensionType |
Used to repesent extension types
|
Exception | Description |
---|---|
ExtensionException |
The base class for all extension based exceptions
|