org.tinygroup.weblayer.exceptionhandler
类 WebExceptionProcessor

java.lang.Object
  继承者 org.tinygroup.config.impl.AbstractConfiguration
      继承者 org.tinygroup.weblayer.exceptionhandler.WebExceptionProcessor
所有已实现的接口:
org.tinygroup.config.Configuration

public class WebExceptionProcessor
extends org.tinygroup.config.impl.AbstractConfiguration

功能说明:页面异常处理配置信息加载类

系统版本: v1.0
开发人员: renhui
开发时间: 2013-9-22
功能描述: 写明作用,调用方式,使用场景,以及特殊情况


字段摘要
 
从类 org.tinygroup.config.impl.AbstractConfiguration 继承的字段
applicationConfig, componentConfig, logger
 
构造方法摘要
WebExceptionProcessor()
           
 
方法摘要
 void config(org.tinygroup.xmlparser.node.XmlNode applicationConfig, org.tinygroup.xmlparser.node.XmlNode componentConfig)
           
 String getApplicationNodePath()
           
 String getComponentConfigPath()
           
 WebExceptionHandlerManager getWebHandlerManager()
           
 void setWebHandlerManager(WebExceptionHandlerManager webHandlerManager)
           
 
从类 org.tinygroup.config.impl.AbstractConfiguration 继承的方法
getApplicationConfig, getComponentConfig
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

WebExceptionProcessor

public WebExceptionProcessor()
方法详细信息

getWebHandlerManager

public WebExceptionHandlerManager getWebHandlerManager()

setWebHandlerManager

public void setWebHandlerManager(WebExceptionHandlerManager webHandlerManager)

getApplicationNodePath

public String getApplicationNodePath()

getComponentConfigPath

public String getComponentConfigPath()

config

public void config(org.tinygroup.xmlparser.node.XmlNode applicationConfig,
                   org.tinygroup.xmlparser.node.XmlNode componentConfig)
指定者:
接口 org.tinygroup.config.Configuration 中的 config
覆盖:
org.tinygroup.config.impl.AbstractConfiguration 中的 config


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