| Interface | Description |
|---|---|
| ABTestAssetManager | |
| ABTestAssetManager.ABTestStateBean | |
| AssetData |
This interface represents an asset instance (data of a single asset).
|
| AssetDataManager |
This interface is the primary access point for getting to Asset's data.
|
| AssetDataPreviewManager |
This would be primary interface for building the sitepreview functionality based
on the preview date and preview mode.
|
| AssetDataReadStrategy |
AssetDataReadStrategy is the basic interface that would be used for handling Asset Data read from Content
Server.
|
| AssetDataWriteStrategy |
The primary interface for saving assets back to Content Server
|
| AssetFacade |
A helper class that provide basic asset access to Sites to remove users' dependencies on
ICS and other Sites underlining managers.
|
| AssetId |
This interface identifies an instance of the asset uniquely in the system.
|
| AssetReader |
A reader that allows user to read asset information in a simplified way
AssetReader provides the ability for a user to retrieve an Asset information in a
unified way for all asset types.
|
| AttributeData |
This interface represents data that is associated with an attribute.
|
| BlobLinkInfo<T extends BlobLinkInfo> | |
| BlobObject |
This interface represents an attribute data of BLOB/URL type.
|
| BlobObject.BlobAddress |
This interface represent the address information of a corresponding BlobObject.
|
| BuildersFactory | |
| ContentQueryManager | |
| ContentQueryReader | |
| ControllerInvoker | |
| EngageManager | |
| LegacyBlobLinkInfo<E extends LegacyBlobLinkInfo> | |
| LegacyLinkInfo<E extends LegacyLinkInfo> | |
| LinkFactory | |
| LinkInfo<T extends LinkInfo> | |
| MutableAssetData |
Interface that is a mutable extension of AssetData.
|
| RecommendationReader | |
| RecommendedAssetId |
An asset ID that also contains Engage-related information.
|
| RevisionAssetData |
RevisionAssetData class.
|
| RevisionAssetId | |
| RevisionTrackingManager |
This interface acts as accessor for Revision tracking functionality.
|
| Tag |
This interface represents tag instance.
|
| TagManager | |
| TagNode |
This interface represents tag instance.
|
| VisitorContext | |
| WebReference |
| Enum | Description |
|---|---|
| AssetDataWriteStrategy.AssetActionType | |
| RequestValuesType |
| Annotation Type | Description |
|---|---|
| InitAssetReader |
Declares field level annotation to define an AssetReader to be used in this Controller
|
| InitNavigationReader |
Declares field level annotation to define an AssetReader to be used in this Controller
|
| InitRequestValuesMap |
Declares a class level annotation to enlist the various types of parameters needed in the controller
Request Parameters, session variables and headers
|
| InjectAsset |
Declares a class or field level annotation to pre-fetch the asset data to be made available in the controller
|
| InjectController |
Declares a class or field level annotation to pre-fetch the asset data to be made available in the controller
|
| InjectControllerInvoker | |
| InjectNav |
Declares a class level annotation to pre-fetch the navigation data to be made
available in the controller
|
| InjectVisitor |
Declares a class level annotation to pre-fetch the visitor profile to be made
available in the controller
|
| QueryParams |
Declares a class level annotation to enlist the various types of
parameters needed in the controller
|
| RequiredParams |
Declares a class level annotation to enlist the various types of
parameters needed in the controller
|