org.tinygroup.weblayer.impl
类 ServiceTinyProcessor

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

public class ServiceTinyProcessor
extends AbstractTinyProcessor


构造方法摘要
ServiceTinyProcessor()
           
 
方法摘要
 ServiceMappingManager getManager()
           
 void reallyProcess(String urlString, WebContext context)
          tinyprocessor的逻辑处理方法,由子类来完成
 void setManager(ServiceMappingManager manager)
           
 
从类 org.tinygroup.weblayer.AbstractTinyProcessor 继承的方法
destory, getConfiguration, getInitParamMap, getNodeName, getPatterns, init, isMatch, process, setConfiguration
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

ServiceTinyProcessor

public ServiceTinyProcessor()
方法详细信息

getManager

public ServiceMappingManager getManager()

setManager

public void setManager(ServiceMappingManager manager)

reallyProcess

public void reallyProcess(String urlString,
                          WebContext context)
从类 AbstractTinyProcessor 复制的描述
tinyprocessor的逻辑处理方法,由子类来完成

指定者:
AbstractTinyProcessor 中的 reallyProcess


Copyright © 2006–2014 开源组织. All rights reserved.