JavascriptValidatorTag.java 文件源码

java
阅读 27 收藏 0 点赞 0 评论 0

项目:lams 作者:
/**
 * Render the JavaScript for to perform validations based on the form name.
 *
 * @exception JspException if a JSP exception has occurred
 */
public int doStartTag() throws JspException {

    JspWriter writer = pageContext.getOut();
    try {
        writer.print(this.renderJavascript());

    } catch (IOException e) {
        throw new JspException(e.getMessage());
    }

    return EVAL_BODY_TAG;

}
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号