资源简介
本人初学jsf,做了一个jsf的增删改查以及分页,供大家参考
代码片段和文件信息
package org.apache.jsp;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
public final class forwardToJSF_jsp extends org.apache.jasper.runtime.HttpJspbase
implements org.apache.jasper.runtime.JspSourceDependent {
private static final JspFactory _jspxFactory = JspFactory.getDefaultFactory();
private static java.util.Vector _jspx_dependants;
private org.apache.jasper.runtime.ResourceInjector _jspx_resourceInjector;
public object getDependants() {
return _jspx_dependants;
}
public void _jspService(HttpServletRequest request HttpServletResponse response)
throws java.io.IOException ServletException {
PageContext pageContext = null;
HttpSession session = null;
ServletContext application = null;
ServletConfig config = null;
JspWriter out = null;
object page = this;
JspWriter _jspx_out = null;
PageContext _jspx_page_context = null;
try {
response.setContentType(“text/html;charset=UTF-8“);
pageContext = _jspxFactory.getPageContext(this request response
null true 8192 true);
_jspx_page_context = pageContext;
application = pageContext.getServletContext();
config = pageContext.getServletConfig();
session = pageContext.getSession();
out = pageContext.getOut();
_jspx_out = out;
_jspx_resourceInjector = (org.apache.jasper.runtime.ResourceInjector) application.getAttribute(“com.sun.appserv.jsp.resource.injector“);
out.write(“\r\n“);
out.write(“\r\n“);
out.write(“\r\n“);
out.write(“\r\n“);
if (true) {
_jspx_page_context.forward(“welcomeJSF.jsf“);
return;
}
out.write(‘\r‘);
out.write(‘\n‘);
} catch (Throwable t) {
if (!(t instanceof SkipPageException)){
out = _jspx_out;
if (out != null && out.getBufferSize() != 0)
out.clearBuffer();
if (_jspx_page_context != null) _jspx_page_context.handlePageException(t);
}
} finally {
_jspxFactory.releasePageContext(_jspx_page_context);
}
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 7 2009-05-11 13:09 MyJsf\.cvsignore
文件 3083 2009-05-09 14:21 MyJsf\build\generated\classes\org\apache\jsp\forwardToJSF_jsp.class
文件 11405 2009-05-12 18:29 MyJsf\build\generated\classes\org\apache\jsp\index\login_jsp.class
文件 106 2009-05-09 14:21 MyJsf\build\generated\src\org\apache\jsp\forwardToJSF_jsp.class.smap
文件 2165 2009-05-09 14:21 MyJsf\build\generated\src\org\apache\jsp\forwardToJSF_jsp.java
文件 267 2009-05-12 18:29 MyJsf\build\generated\src\org\apache\jsp\index\login_jsp.class.smap
文件 20487 2009-05-12 18:29 MyJsf\build\generated\src\org\apache\jsp\index\login_jsp.java
文件 202 2009-05-09 11:17 MyJsf\build\web\forwardToJSF.jsp
文件 1461 2009-05-12 10:23 MyJsf\build\web\index\addUser.jsp
文件 1172 2009-05-12 10:23 MyJsf\build\web\index\login.jsp
文件 4358 2009-05-12 20:45 MyJsf\build\web\index\success.jsp
文件 1835 2009-05-11 21:14 MyJsf\build\web\index\updateUser.jsp
文件 506 2009-05-12 20:46 MyJsf\build\web\J2EE.dpf
文件 25 2009-05-09 11:17 MyJsf\build\web\me
文件 0 2009-05-09 11:17 MyJsf\build\web\WEB-INF\classes\.netbeans_automatic_build
文件 2363 2009-05-13 14:38 MyJsf\build\web\WEB-INF\classes\edu\sdg\MyJsf\ejb\GetConnection.class
文件 5152 2009-05-13 14:38 MyJsf\build\web\WEB-INF\classes\edu\sdg\MyJsf\ejb\IndexInfor.class
文件 4071 2009-05-13 14:38 MyJsf\build\web\WEB-INF\classes\edu\sdg\MyJsf\ManagerBean\MyBean.class
文件 1660 2009-05-12 17:32 MyJsf\build\web\WEB-INF\classes\edu\sdg\MyJsf\ValueBean\Bean.class
文件 2418 2009-05-11 19:24 MyJsf\build\web\WEB-INF\faces-config.xm
文件 495944 2009-05-09 14:21 MyJsf\build\web\WEB-INF\lib\mysql-connector-java-5.0.4-bin.jar
文件 506 2009-05-09 11:17 MyJsf\build\web\WEB-INF\sun-web.xm
文件 1261 2009-05-09 11:17 MyJsf\build\web\WEB-INF\web.xm
文件 661 2009-05-09 11:17 MyJsf\build\web\welcomeJSF.jsp
文件 3491 2009-05-09 13:41 MyJsf\build.xm
文件 9 2009-05-11 13:19 MyJsf\nbproject\.cvsignore
文件 3538 2009-05-09 11:16 MyJsf\nbproject\ant-deploy.xm
文件 46257 2009-05-09 13:41 MyJsf\nbproject\build-impl.xm
文件 629 2009-05-11 19:26 MyJsf\nbproject\faces-config.NavData
文件 473 2009-05-09 13:41 MyJsf\nbproject\genfiles.properties
............此处省略66个文件信息
- 上一篇:stm32ov7670摄像头实验黑白二值化
- 下一篇:电能质量数据格式PQDIF
评论
共有 条评论