Uses of Class
biz.source_code.miniTemplator.MiniTemplator.VariableNotDefinedException

Uses of MiniTemplator.VariableNotDefinedException in biz.source_code.miniTemplator
 

Methods in biz.source_code.miniTemplator that throw MiniTemplator.VariableNotDefinedException
 void MiniTemplator.setVariable(String variableName, int variableValue)
          Sets a template variable to an integer value.
 void MiniTemplator.setVariable(String variableName, String variableValue)
          Sets a template variable.
 void MiniTemplator.setVariable(String variableName, String variableValue, boolean isOptional)
          Sets a template variable.
 void MiniTemplator.setVariableEsc(String variableName, String variableValue)
          Sets a template variable to an escaped value.
 void MiniTemplator.setVariableEsc(String variableName, String variableValue, boolean isOptional)
          Sets a template variable to an escaped value.
 



Copyright © 2010-2013 source-code.biz. All Rights Reserved.