Package | Description |
---|---|
com.opensymphony.xwork2 |
Main XWork interfaces and classes.
|
com.opensymphony.xwork2.config |
Configuration core classes.
|
com.opensymphony.xwork2.config.impl |
Configuration implementation classes.
|
com.opensymphony.xwork2.conversion.impl | |
com.opensymphony.xwork2.conversion.metadata |
Type conversion meta data classes.
|
com.opensymphony.xwork2.interceptor |
Interceptor classes.
|
com.opensymphony.xwork2.util.logging | |
com.opensymphony.xwork2.util.logging.commons | |
com.opensymphony.xwork2.util.logging.jdk | |
com.opensymphony.xwork2.util.logging.slf4j | |
com.opensymphony.xwork2.validator.validators |
XWork default validator classes.
|
Modifier and Type | Field and Description |
---|---|
protected static Logger |
ActionSupport.LOG |
Modifier and Type | Field and Description |
---|---|
protected static Logger |
ConfigurationManager.LOG |
Modifier and Type | Field and Description |
---|---|
protected static Logger |
DefaultConfiguration.LOG |
Modifier and Type | Field and Description |
---|---|
protected static Logger |
DefaultObjectTypeDeterminer.LOG |
Modifier and Type | Field and Description |
---|---|
protected static Logger |
ConversionDescription.log
Jakarta commons-logging reference.
|
Modifier and Type | Field and Description |
---|---|
protected Logger |
TimerInterceptor.categoryLogger |
protected Logger |
ExceptionMappingInterceptor.categoryLogger |
protected Logger |
MethodFilterInterceptor.log |
protected static Logger |
TimerInterceptor.LOG |
protected static Logger |
I18nInterceptor.LOG |
protected static Logger |
ExceptionMappingInterceptor.LOG |
Modifier and Type | Method and Description |
---|---|
protected Logger |
TimerInterceptor.getLoggerToUse()
Get's the logger to use.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ExceptionMappingInterceptor.doLog(Logger logger,
Exception e)
Performs the actual logging.
|
protected void |
TimerInterceptor.doLog(Logger logger,
String message)
Performs the actual logging.
|
Modifier and Type | Method and Description |
---|---|
static Logger |
LoggerFactory.getLogger(Class<?> cls) |
static Logger |
LoggerFactory.getLogger(String name) |
protected abstract Logger |
LoggerFactory.getLoggerImpl(Class<?> cls) |
protected abstract Logger |
LoggerFactory.getLoggerImpl(String name) |
Modifier and Type | Class and Description |
---|---|
class |
CommonsLogger
Simple logger that delegates to commons logging
|
Modifier and Type | Method and Description |
---|---|
protected Logger |
CommonsLoggerFactory.getLoggerImpl(Class<?> cls) |
protected Logger |
CommonsLoggerFactory.getLoggerImpl(String name) |
Modifier and Type | Class and Description |
---|---|
class |
JdkLogger
Delegates to jdk logger.
|
Modifier and Type | Method and Description |
---|---|
protected Logger |
JdkLoggerFactory.getLoggerImpl(Class<?> cls) |
protected Logger |
JdkLoggerFactory.getLoggerImpl(String name) |
Modifier and Type | Class and Description |
---|---|
class |
Slf4jLogger
Simple logger that delegates to slf4j logging
|
Modifier and Type | Method and Description |
---|---|
protected Logger |
Slf4jLoggerFactory.getLoggerImpl(Class<?> cls) |
protected Logger |
Slf4jLoggerFactory.getLoggerImpl(String name) |
Modifier and Type | Field and Description |
---|---|
protected Logger |
ValidatorSupport.log |
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.