org.tinygroup.weblayer.tinyprocessor
类 VelocityLayoutViewTinyProcessor

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

public class VelocityLayoutViewTinyProcessor
extends AbstractTinyProcessor


构造方法摘要
VelocityLayoutViewTinyProcessor()
           
 
方法摘要
 void init()
          加载节点配置信息,存入对象中
 void reallyProcess(String servletPath, WebContext context)
          tinyprocessor的逻辑处理方法,由子类来完成
 
从类 org.tinygroup.weblayer.AbstractTinyProcessor 继承的方法
destory, getConfiguration, getInitParamMap, getNodeName, getPatterns, isMatch, process, setConfiguration
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

VelocityLayoutViewTinyProcessor

public VelocityLayoutViewTinyProcessor()
方法详细信息

init

public void init()
从类 AbstractTinyProcessor 复制的描述
加载节点配置信息,存入对象中

指定者:
接口 TinyProcessor 中的 init
覆盖:
AbstractTinyProcessor 中的 init

reallyProcess

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

指定者:
AbstractTinyProcessor 中的 reallyProcess


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