Login | Register
My pages Projects Community openCollabNet
CyberWebForm 2.0

cyber.web.form
Class LoggingConfig

java.lang.Object
  |
  +--cyber.web.form.AbstractDecomposable
        |
        +--cyber.web.form.ConfigBase
              |
              +--cyber.web.form.LoggingConfig
All Implemented Interfaces:
Decomposable

public class LoggingConfig
extends ConfigBase

Author:
cying To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Field Summary
static String LOGGING_CONFIG_FILE
           
 
Constructor Summary
LoggingConfig()
           
 
Method Summary
 String getConfigFilePath()
           
static LoggingConfig getInstance(ServletContext app)
           
protected  void handleAfterReconfigure()
           
protected  void internalReconfigure(ConfigSource configSrc)
           
 
Methods inherited from class cyber.web.form.ConfigBase
configure, configure, configure, decompose, getLastConfigSource, isConfigModified, isConfigModified, release
 
Methods inherited from class cyber.web.form.AbstractDecomposable
isDecomposed, markDecomposed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOGGING_CONFIG_FILE

public static final String LOGGING_CONFIG_FILE
Constructor Detail

LoggingConfig

public LoggingConfig()
Method Detail

getConfigFilePath

public String getConfigFilePath()
Overrides:
getConfigFilePath in class ConfigBase
Following copied from class: cyber.web.form.ConfigBase
Returns:
 

handleAfterReconfigure

protected void handleAfterReconfigure()
Overrides:
handleAfterReconfigure in class ConfigBase

internalReconfigure

protected void internalReconfigure(ConfigSource configSrc)
                            throws ConfigException
Overrides:
internalReconfigure in class ConfigBase
Following copied from class: cyber.web.form.ConfigBase
Parameters:
configSrc -  

getInstance

public static LoggingConfig getInstance(ServletContext app)

CyberWebForm 2.0

Copyright 2000-2002 Apache Software Foundation.