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