public void release() { super.release(); checked = null; checkedValue = null; }
@Override protected void reset() { super.reset(); m_sOnClick = ""; }
public void initAttributes() throws JspException { super.initAttributes(); checked = XpathUtil.getStringByXpathSupport(getRootObj(), checked); checkedValue = XpathUtil.getStringByXpathSupport(getRootObj(), checkedValue); }