org.apache.ibatis.parsing
Class PropertyParser

java.lang.Object
  extended by org.apache.ibatis.parsing.PropertyParser

public class PropertyParser
extends Object


Constructor Summary
PropertyParser()
           
 
Method Summary
static String parse(String string, Properties variables)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyParser

public PropertyParser()
Method Detail

parse

public static String parse(String string,
                           Properties variables)


Copyright © 2010-2012 MyBatis.org. All Rights Reserved.