Home > Contents > 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
cid
parameter you must also specify thec
parameter. Eitherasset
orcid
andc
must be set.
c (optional)
- Type of asset. This parameter must be used in conjunction with the
cid
parameter. Eitherasset
orcid
andc
must 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:logdep
tag is encountered during an export publishing operation it marks assets as dependent on the asset being approved. Use therender:logdep
tag when methods other than asset:load are employed to insert data into templates.Error Numbers
The possible values of
errno
include:
Value Description -10004 A required parameter is missing. -10005 The requested object is not in the object pool (is not loaded into memory). -10006 The object ID is not valid.
Home > Contents > Index > ![]()
Oracle JSP Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.