예제 #1
0
 public void initAttributes() throws JspException {
   super.initAttributes();
   checked = XpathUtil.getStringByXpathSupport(getRootObj(), checked);
   checkedValue = XpathUtil.getStringByXpathSupport(getRootObj(), checkedValue);
 }