Package com.caucho.jsp

Examples of com.caucho.jsp.QPageData


      is.close();

      log.finer("JSP[" + _fullClassName + "] " + sb);
    }

    _pageData = new QPageData(ts);

    return _pageData;
  }
View Full Code Here

TOP

Related Classes of com.caucho.jsp.QPageData

Copyright © 2018 www.massapicom. 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.