controller.jsp 393 B

1234567891011121314
  1. <%@ 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. request.setCharacterEncoding( "utf-8" );
  7. response.setHeader("Content-Type" , "text/html");
  8. String rootPath = application.getRealPath( "/" );
  9. out.write( new ActionEnter( request, rootPath ).exec() );
  10. %>