com.sdl.dxa.tridion.common.ConfigurationConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dxa-tridion-common Show documentation
Show all versions of dxa-tridion-common Show documentation
Tridion Common contains common code for Tridion for other DXA artifacts expect model-specific (like DD4T)
The newest version!
package com.sdl.dxa.tridion.common;
/**
* Contains various configuration constants.
*/
public class ConfigurationConstants {
private ConfigurationConstants() {
}
public static final String CONNECTION_TIMEOUT = "ConnectionTimeout";
public static final String CONTENT_SERVICE = "ContentService";
public static final String SERVICE_URI = "ServiceUri";
public static final String CONTENT_SERVICE_CONTEXT_PATH = "content.svc";
public static final String AUTHORIZATION_HEADER = "Authorization";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy