Home > Contents > Index > 
Template Tags TOC | Alpha TOC | Tag Family TOC | Purpose TOC | Annotated TOC | Index 
render:logdep
Handles an asset dependency during the export and approval process and compositional dependencies for cache management.
Syntax
<render:logdep [asset="asset name"] [cid="asset id"] [c="asset type"] [deptype="exact|exists|none"]/>Parameters
asset (optional)- Name of the asset.
cid (optional)- ID of the asset. When using the
cidparameter you must also specify thecparameter. Eitherassetorcidandcmust be set.
c (optional)- Type of asset. This parameter must be used in conjunction with the
cidparameter. Eitherassetorcidandcmust be set.
deptype (optional)- Specifies approval dependency. Legal values are as follows:
exact- Default. Specifies a version dependency. The version of the dependent asset must be equal to the version of the asset when it was approved.
exists- Specifies that any version of the asset satisfies the dependency condition.
none- Specifies no approval dependency is needed. A compositional dependency will be logged ensuring that the cache will be updated when the dependent asset is changed.Description
This tag keeps track of asset dependencies during publishing. When the
render:logdeptag is encountered during an export publishing operation it marks assets as dependent on the asset being approved. Use therender:logdeptag when methods other than asset:load are employed to insert data into templates.Error Numbers
The possible values of
errnoinclude:
Home > Contents > Index > 
Oracle JSP Tag Reference
Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.