org.tinygroup.weblayer.tinyprocessor
类 PageFlowTinyProcessor

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

public class PageFlowTinyProcessor
extends AbstractTinyProcessor

页面流flow-processor

作者:
renhui

构造方法摘要
PageFlowTinyProcessor()
           
 
方法摘要
 String getRequestId(String urlString)
           
 void reallyProcess(String urlString, WebContext context)
          tinyprocessor的逻辑处理方法,由子类来完成
 
从类 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
 

构造方法详细信息

PageFlowTinyProcessor

public PageFlowTinyProcessor()
方法详细信息

reallyProcess

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

指定者:
AbstractTinyProcessor 中的 reallyProcess

getRequestId

public String getRequestId(String urlString)


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