Package org.keycloak.theme
Class TemplatingUtil
- java.lang.Object
-
- org.keycloak.theme.TemplatingUtil
-
public class TemplatingUtil extends Object
- Author:
- Marko Strukelj
-
-
Constructor Summary
Constructors Constructor Description TemplatingUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
resolveVariables(String text, Properties props)
static String
resolveVariables(String text, Properties props, String startMarker, String endMarker)
-
-
-
Method Detail
-
resolveVariables
public static String resolveVariables(String text, Properties props)
-
resolveVariables
public static String resolveVariables(String text, Properties props, String startMarker, String endMarker)
-
-