Package org.hdiv.dataComposer

Examples of org.hdiv.dataComposer.IDataComposer.endScope()


  public int doEndTag() throws JspException {

    IDataComposer dataComposer = (IDataComposer) this.pageContext.getRequest().getAttribute(
        HDIVUtil.DATACOMPOSER_REQUEST_KEY);

    dataComposer.endScope();

    return EVAL_PAGE;
  }

}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.