blob: 6a3ef2f19a8b8c106c45083cb006e932944e19a7 [file] [log] [blame]
huibing.xie1f1606f2018-08-20 15:46:55 +08001<%@ page language="java" contentType="text/html; charset=UTF-8"
2 import="com.baidu.ueditor.ActionEnter"
3 pageEncoding="UTF-8"%>
4<%@ page trimDirectiveWhitespaces="true" %>
5<%
6
7 request.setCharacterEncoding( "utf-8" );
8 response.setHeader("Content-Type" , "text/html");
9
10 String rootPath = application.getRealPath( "/" );
11
12 out.write( new ActionEnter( request, rootPath ).exec() );
13
14%>