org.tinygroup.weblayer.tinyprocessor
类 TinyProcessorWapper

java.lang.Object
  继承者 org.tinygroup.weblayer.AbstractTinyProcessor
      继承者 org.tinygroup.weblayer.tinyprocessor.TinyProcessorWapper
所有已实现的接口:
TinyProcessor

public class TinyProcessorWapper
extends AbstractTinyProcessor

把Servlet包装成TinyProcessor

作者:
luoguo

构造方法摘要
TinyProcessorWapper()
           
 
方法摘要
 void destory()
          tinyprocessor的销毁操作
 void init()
          加载节点配置信息,存入对象中
 void reallyProcess(String urlString, WebContext context)
          tinyprocessor的逻辑处理方法,由子类来完成
 
从类 org.tinygroup.weblayer.AbstractTinyProcessor 继承的方法
getConfiguration, getInitParamMap, getNodeName, getPatterns, isMatch, process, setConfiguration
 
从类 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–2014 开源组织. All rights reserved.