org.tinygroup.weblayer.tinyprocessor
类 TinyProcessorWapper
java.lang.Object
org.tinygroup.weblayer.AbstractTinyProcessor
org.tinygroup.weblayer.tinyprocessor.TinyProcessorWapper
- 所有已实现的接口:
- org.tinygroup.appconfig.AppConfig, TinyProcessor
public class TinyProcessorWapper
- extends AbstractTinyProcessor
把Servlet包装成TinyProcessor
- 作者:
- luoguo
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TinyProcessorWapper
public TinyProcessorWapper()
init
public void init()
- 从类
AbstractTinyProcessor 复制的描述
- 加载节点配置信息,存入对象中
- 指定者:
- 接口
TinyProcessor 中的 init - 覆盖:
- 类
AbstractTinyProcessor 中的 init
reallyProcess
public void reallyProcess(String urlString,
WebContext context)
- 从类
AbstractTinyProcessor 复制的描述
- tinyprocessor的逻辑处理方法,由子类来完成
- 指定者:
- 类
AbstractTinyProcessor 中的 reallyProcess
destory
public void destory()
- 从接口
TinyProcessor 复制的描述
- tinyprocessor的销毁操作
- 指定者:
- 接口
TinyProcessor 中的 destory - 覆盖:
- 类
AbstractTinyProcessor 中的 destory
Copyright © 2006–2013 开源组织. All rights reserved.