- DATE_FORMAT - Static variable in class com.tridion.util.TimeUtils
-
This is the internal date format used in the database.
- decrypt(String) - Method in class com.tridion.crypto.Crypto
-
Decrypts the provided secret.
- decryptIfNecessary(String) - Static method in class com.tridion.crypto.Crypto
-
Tries to decrypt the value if and only if this is necessary.
- DEFAULT_CANONICAL - Static variable in class com.tridion.util.xml.DOMWriter
-
Default canonical output (false).
- DEFAULT_NAMESPACES - Static variable in class com.tridion.util.xml.DOMWriter
-
Default namespaces support (true).
- DEFAULT_SCHEMA_FULL_CHECKING - Static variable in class com.tridion.util.xml.DOMWriter
-
Default Schema full checking support (false).
- DEFAULT_SCHEMA_VALIDATION - Static variable in class com.tridion.util.xml.DOMWriter
-
Default Schema validation support (false).
- DEFAULT_VALIDATION - Static variable in class com.tridion.util.xml.DOMWriter
-
Default validation support (false).
- DeliveryException - Exception in com.tridion
-
Superclass for all Content Delivery checked exceptions.
- DeliveryException() - Constructor for exception com.tridion.DeliveryException
-
- DeliveryException(String) - Constructor for exception com.tridion.DeliveryException
-
- DeliveryException(String, Throwable) - Constructor for exception com.tridion.DeliveryException
-
- DeliveryException(Throwable) - Constructor for exception com.tridion.DeliveryException
-
- DeliveryException(String, Throwable, boolean, boolean) - Constructor for exception com.tridion.DeliveryException
-
- DeliveryRuntimeException - Exception in com.tridion
-
Superclass for all Content Delivery unchecked exceptions.
- DeliveryRuntimeException() - Constructor for exception com.tridion.DeliveryRuntimeException
-
- DeliveryRuntimeException(String) - Constructor for exception com.tridion.DeliveryRuntimeException
-
- DeliveryRuntimeException(String, Throwable) - Constructor for exception com.tridion.DeliveryRuntimeException
-
- DeliveryRuntimeException(Throwable) - Constructor for exception com.tridion.DeliveryRuntimeException
-
- DeliveryRuntimeException(String, Throwable, boolean, boolean) - Constructor for exception com.tridion.DeliveryRuntimeException
-
- depthBelowCurrentPath(String, String, String) - Static method in class com.tridion.util.StringUtils
-
Compares two paths (case-insensitive), and returns whether one path is a subdirectory or not, and if so,
what depth this subdirectory is at.
- DOMWriter - Class in com.tridion.util.xml
-
This class traverses through a DOM tree in order to print a document that is parsed.
- DOMWriter() - Constructor for class com.tridion.util.xml.DOMWriter
-
Default constructor.
- DOMWriter(boolean) - Constructor for class com.tridion.util.xml.DOMWriter
-