Package org.keycloak.theme
Class TemplatingUtil
java.lang.Object
org.keycloak.theme.TemplatingUtil
- Author:
 - Marko Strukelj
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic StringresolveVariables(String text, Properties props) static StringresolveVariables(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)  
 -