Class MicrosoftCloudServiceUtils
- java.lang.Object
-
- com.adobe.granite.translation.connector.msft.core.ui.utils.MicrosoftCloudServiceUtils
-
public class MicrosoftCloudServiceUtils extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLOUDSERVICE_CONF_PATHstatic StringCLOUDSERVICE_LIBS_PATH
-
Constructor Summary
Constructors Constructor Description MicrosoftCloudServiceUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetConfOverlayPath(String path)static StringgetConnectorProperty(ResourceResolver resourceResolver, String msConnectorPath, String propertyName)static Map<String,String>getHiddenFields(SlingHttpServletRequest request)static StringgetStringPropertyFromContent(Resource resource, String property)
-
-
-
Field Detail
-
CLOUDSERVICE_CONF_PATH
public static final String CLOUDSERVICE_CONF_PATH
- See Also:
- Constant Field Values
-
CLOUDSERVICE_LIBS_PATH
public static final String CLOUDSERVICE_LIBS_PATH
- See Also:
- Constant Field Values
-
-
Method Detail
-
getStringPropertyFromContent
public static String getStringPropertyFromContent(Resource resource, String property)
-
getConnectorProperty
public static String getConnectorProperty(ResourceResolver resourceResolver, String msConnectorPath, String propertyName)
-
getHiddenFields
public static Map<String,String> getHiddenFields(SlingHttpServletRequest request)
-
-