资源简介
JAVAEE架构设计与开发实践 这本书 第一章至第八章的代码
代码片段和文件信息
/*
* Copyright 2005 Joe Walker
*
* Licensed under the Apache License Version 2.0 (the “License“);
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing software
* distributed under the License is distributed on an “AS IS“ BASIS
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.directwebremoting;
import java.io.IOException;
import java.lang.reflect.Method;
/**
* A filter is a way to insert processing tasks at various points during the
* processing of an Ajax call.
* Example filters:
*
* - Authentication
* - Latency simulators
* - Data cleansing - remove private data
* - Logging filters - when you need specific logging action
*
* @since DWR 2.0
* @author Joe Walker [joe at getahead dot ltd dot uk]
*/
public interface AjaxFilter
{
/**
* The doFilter
method of the AjaxFilter is called by DWR each
* time an Ajax request is made on a method that this filter is configured
* against. The AjaxFilterChain passed in to this method allows
* the filter to pass on method details to next entity in the chain.
* Typically the method would do the following:
*
* - Examine the request
* - Optionally alter the method ob
ject or parameters
* - Either invoke the next entity in the chain using the AjaxFilterChain
* or decide to take some other action instead.
* - Optionally modify the value returned to the user
* - Take some other action (e.g. logging)
*
* @param obj The object to execute the method on (i.e. ‘this‘)
* @param method The method to execute
* @param params The parameters to the method call
* @param chain Allow the request to be passed on
* @return The results of the method execution
* @throws IOException When some I/O error occurs
* @throws Exception When some processing goes wrong
*/
public object doFilter(object obj Method method object[] params AjaxFilterChain chain) throws Exception;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2018-10-15 10:02 第1章\
文件 218 2016-07-26 00:10 第1章\hello.jsp
文件 364 2016-07-26 00:10 第1章\test.jsp
目录 0 2018-10-15 10:02 第3章\
文件 11099 2016-08-04 00:52 第3章\3.3.jpg
目录 0 2018-10-15 10:02 第3章\DWR演示源代码\
目录 0 2018-10-15 10:02 第3章\DWR演示源代码\me
文件 106 2015-12-15 06:17 第3章\DWR演示源代码\me
文件 1181 2015-12-15 06:17 第3章\DWR演示源代码\me
文件 106 2015-12-15 06:17 第3章\DWR演示源代码\me
文件 453 2015-12-15 06:17 第3章\DWR演示源代码\me
文件 59 2015-12-15 06:17 第3章\DWR演示源代码\dwr-version.properties
目录 0 2018-10-15 10:02 第3章\DWR演示源代码\org\
目录 0 2018-10-15 10:02 第3章\DWR演示源代码\org\directwebremoting\
文件 2392 2015-12-15 06:17 第3章\DWR演示源代码\org\directwebremoting\AjaxFilter.java
文件 1521 2015-12-15 06:17 第3章\DWR演示源代码\org\directwebremoting\AjaxFilterChain.java
文件 13761 2015-12-15 06:17 第3章\DWR演示源代码\org\directwebremoting\Browser.java
文件 2583 2015-12-15 06:17 第3章\DWR演示源代码\org\directwebremoting\Container.java
文件 2353 2015-12-15 06:17 第3章\DWR演示源代码\org\directwebremoting\ConversionException.java
文件 2418 2015-12-15 06:17 第3章\DWR演示源代码\org\directwebremoting\Hub.java
文件 2233 2015-12-15 06:17 第3章\DWR演示源代码\org\directwebremoting\HubFactory.java
文件 6024 2015-12-15 06:17 第3章\DWR演示源代码\org\directwebremoting\sc
文件 6055 2015-12-15 06:17 第3章\DWR演示源代码\org\directwebremoting\sc
文件 1128 2015-12-15 06:17 第3章\DWR演示源代码\org\directwebremoting\sc
文件 4185 2015-12-15 06:17 第3章\DWR演示源代码\org\directwebremoting\sc
文件 4314 2015-12-15 06:17 第3章\DWR演示源代码\org\directwebremoting\Security.java
文件 5058 2015-12-15 06:17 第3章\DWR演示源代码\org\directwebremoting\ServerContext.java
文件 2302 2015-12-15 06:17 第3章\DWR演示源代码\org\directwebremoting\ServerContextFactory.java
文件 1674 2015-12-15 06:17 第3章\DWR演示源代码\org\directwebremoting\TestMethods.java
文件 4945 2015-12-15 06:17 第3章\DWR演示源代码\org\directwebremoting\WebContext.java
文件 3242 2015-12-15 06:17 第3章\DWR演示源代码\org\directwebremoting\WebContextFactory.java
............此处省略2038个文件信息
相关资源
- 基于ssm仿慕课视频网站javaweb.zip
- 仓库管理系统RFID出入库货架java.zip
- 《数据结构与算法分析 java语言描述原
- 基于数据库的自动化生成工具,自动
- Java Api1.7参考文档 html
- java Web项目开发案例1-在线音乐网站
- Android 人脸识别+人脸匹配(OpenCV+Jav
- java jdk 8 帮助文档 中文 文档 chm 谷歌
- java多线程编程核心核心技_完整版+高
- 城市公交查询系统
- 基于Javamail的邮件收发系统系统+论文
- 基于java 的学生信息管理系统
- 传智播客javaweb毕业设计资料和源代码
- release-1911-x64-gdal-3-0-2-mapserver-7-4-2.zi
- java 模拟登录含验证码
- java基于ssh2的酒店管理系统
-
Java How To Program 10th Late ob
jects Java大 - GreenDaoTest
- java人脸识别程序基于特征脸
- jdk1.8_google_中文离线版帮助文档
- 基于javaweb的房屋租赁网站 优秀毕业
- Bayes自然图像抠图(Java实现)看评论
- 可视化JAVA SWT JFACE GUI程序设计教程课
- Java范例大全机械工业出版社源代码
- 基于web的java开发邮箱系统
- Java黑马商城代码文档数据库
- javaweb库存管理系统.rar
- 搞定J2EE:STRUTS+SPRING+HIBERNATE整合详解
- 数据库课程设计之学生信息管理系统
- Java Web应用开发项目教程,习题答案
评论
共有 条评论