Spring 2.0的新标签----util实例
摘要:
一个测试Bean:packageutil;publicclassTestBean{ privateIntegerco;publicIntegergetCo(){ returnco;}publicvoidsetCo(Integerco){ this.co=co; }}配置文件: ... 阅读全文
posted @ 2015-01-14 12:59
IMPLY
阅读(174)
评论(0)
推荐(0)