Package org.keycloak.theme
Class TemplatingUtil
java.lang.Object
org.keycloak.theme.TemplatingUtil
- Author:
- Marko Strukelj
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
resolveVariables
(String text, Properties props) static String
resolveVariables
(String text, Properties props, String startMarker, String endMarker)
-
Constructor Details
-
TemplatingUtil
public TemplatingUtil()
-
-
Method Details
-
resolveVariables
-
resolveVariables
public static String resolveVariables(String text, Properties props, String startMarker, String endMarker)
-