资源简介
刚刚接触UEditor,想找一个可运行的jsp版本,网上下载很多,浪费了20多分,依然不行啊。后来自己按照网上的文档一步一步添加,终于可行。现在可以上传图片、文字和视频,后期准备添加音频,加油
代码片段和文件信息
package upload;
import java.io.IOException;
import java.io.PrintWriter;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
public class UeditorServlet extends HttpServlet {
/**
* Constructor of the object.
*/
public UeditorServlet() {
super();
}
/**
* Destruction of the servlet.
*/
public void destroy() {
super.destroy(); // Just puts “destroy“ string in log
// Put your code here
}
/**
* The doGet method of the servlet.
*
* This method is called when a form has its tag value method equals to get.
*
* @param request the request send by the client to the server
* @param response the response send by the server to the client
* @throws ServletException if an error occurred
* @throws IOException if an error occurred
*/
/**
* 用于接收form表单中的editorValue值
* @see HttpServlet#doGet(HttpServletRequest request HttpServletResponse response)
*/
protected void doGet(HttpServletRequest request HttpServletResponse response) throws ServletException IOException {
//设置请求和响应的编码统一为UTF-8
System.out.println(“============“);
request.setCharacterEncoding(“UTF-8“);
response.setContentType(“text/html;charset=UTF-8“);
//拿到编辑器的内容
String content = request.getParameter(“editorValue“);
//如果不为空
if(content != null){
//将内容设置进属性
request.setAttribute(“content“content);
//转发到content.jsp
request.getRequestDispatcher(“content.jsp“).forward(request response);
}else{
response.getWriter().append(“内容为空!“);
}
}
/**
* The doPost method of the servlet.
*
* This method is called when a form has its tag value method equals to post.
*
* @param request the request send by the client to the server
* @param response the response send by the server to the client
* @throws ServletException if an error occurred
* @throws IOException if an error occurred
*/
public void doPost(HttpServletRequest request HttpServletResponse response)
throws ServletException IOException {
doGet(request response);
}
/**
* Initialization of the servlet.
*
* @throws ServletException if an error occurs
*/
public void init() throws ServletException {
// Put your code here
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 796 2017-08-01 16:20 UEditor\.classpath
文件 1040 2017-08-01 16:20 UEditor\.project
文件 503 2017-08-01 16:20 UEditor\.settings\.jsdtscope
文件 395 2017-08-01 16:20 UEditor\.settings\org.eclipse.jdt.core.prefs
文件 464 2017-08-01 16:20 UEditor\.settings\org.eclipse.wst.common.component
文件 353 2017-08-01 16:20 UEditor\.settings\org.eclipse.wst.common.project.facet.core.xm
文件 49 2017-08-01 16:20 UEditor\.settings\org.eclipse.wst.jsdt.ui.superType.container
文件 6 2017-08-01 16:20 UEditor\.settings\org.eclipse.wst.jsdt.ui.superType.name
文件 2611 2017-08-01 16:47 UEditor\src\upload\UeditorServlet.java
文件 576 2017-08-02 09:20 UEditor\WebContent\content.jsp
文件 7195 2017-08-01 16:44 UEditor\WebContent\index.jsp
文件 39 2017-08-01 16:20 UEditor\WebContent\me
文件 632 2017-08-01 16:20 UEditor\WebContent\utf8-jsp\demo.html
文件 779 2017-08-01 16:20 UEditor\WebContent\utf8-jsp\demo.html.bak
文件 1627 2017-08-01 16:20 UEditor\WebContent\utf8-jsp\dialogs\anchor\anchor.html
文件 15063 2017-08-01 16:20 UEditor\WebContent\utf8-jsp\dialogs\attachment\attachment.css
文件 2370 2017-08-01 16:20 UEditor\WebContent\utf8-jsp\dialogs\attachment\attachment.html
文件 30055 2017-08-01 16:20 UEditor\WebContent\utf8-jsp\dialogs\attachment\attachment.js
文件 923 2017-08-01 16:20 UEditor\WebContent\utf8-jsp\dialogs\attachment\fileTypeImages\icon_chm.gif
文件 841 2017-08-01 16:20 UEditor\WebContent\utf8-jsp\dialogs\attachment\fileTypeImages\icon_default.png
文件 1012 2017-08-01 16:20 UEditor\WebContent\utf8-jsp\dialogs\attachment\fileTypeImages\icon_doc.gif
文件 949 2017-08-01 16:20 UEditor\WebContent\utf8-jsp\dialogs\attachment\fileTypeImages\icon_exe.gif
文件 950 2017-08-01 16:20 UEditor\WebContent\utf8-jsp\dialogs\attachment\fileTypeImages\icon_jpg.gif
文件 986 2017-08-01 16:20 UEditor\WebContent\utf8-jsp\dialogs\attachment\fileTypeImages\icon_mp3.gif
文件 1001 2017-08-01 16:20 UEditor\WebContent\utf8-jsp\dialogs\attachment\fileTypeImages\icon_mv.gif
文件 996 2017-08-01 16:20 UEditor\WebContent\utf8-jsp\dialogs\attachment\fileTypeImages\icon_pdf.gif
文件 1001 2017-08-01 16:20 UEditor\WebContent\utf8-jsp\dialogs\attachment\fileTypeImages\icon_ppt.gif
文件 1009 2017-08-01 16:20 UEditor\WebContent\utf8-jsp\dialogs\attachment\fileTypeImages\icon_psd.gif
文件 1007 2017-08-01 16:20 UEditor\WebContent\utf8-jsp\dialogs\attachment\fileTypeImages\icon_rar.gif
文件 970 2017-08-01 16:20 UEditor\WebContent\utf8-jsp\dialogs\attachment\fileTypeImages\icon_txt.gif
............此处省略340个文件信息
- 上一篇:android 视频播放器源码
- 下一篇:mongodb查询数据返回JSP
相关资源
- mongodb查询数据返回JSP
- 基于jsp考勤系统代码
- java文件管理模块
- JSP+MYSQL会员管理系统
- 简单jsp动态页面增删改查操作源代码
- 花店 后台 模板 jsp servelt
- ajaxstruts2jspjava验证用户名是否存在
- 169JSP社团管理系统 源码可运行
- 简单Jsp的图书馆图书借阅信息管理系
- javaEE管理系统项目源码
- jsp超市会员管理系统
- JSP学生成绩管理系统源代码
- 基于jsp的论坛源代码
- 基于JavaEE的网上订餐系统
- 基于jsp开发的简单web相册系统
- 用JSP、JavaBean做的宠物医院系统
- 完整图书管理系统J2EE
- jsp实训作业之网上书店与报告
- 千里之行购物网站JSP源码-jsp+servlet+
- Java+jsp+SQL server2000 网上商城
- JSP访客统计系统(源码)
- JAVA农业网项目jsp
- 网上酒店管理系统JSP+Servlet+JDBC
- 招聘网站项目jsp+servlet
- jsp+servlet+javabean留言板
- jsp会员管理系统
- jsp ssh mvc java web j2ee酒店管理 预订系统
- jsp ssh mvc java web j2ee网络商城+论文+源
- jsp ssh mvc java web j2ee学生信息管理系统
- jsp ssh mvc java web j2ee bs 在线考试系统
评论
共有 条评论