Uses of Interface
com.opensymphony.xwork2.util.logging.Logger

Packages that use Logger
com.opensymphony.xwork2 Main XWork interfaces and classes. 
com.opensymphony.xwork2.config Configuration core classes. 
com.opensymphony.xwork2.config.entities Configuration entity classes. 
com.opensymphony.xwork2.config.impl Configuration implementation classes. 
com.opensymphony.xwork2.config.providers Configuration provider 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.ognl   
com.opensymphony.xwork2.ognl.accessor   
com.opensymphony.xwork2.spring Spring ObjectFactory classes. 
com.opensymphony.xwork2.spring.interceptor Spring specific interceptor classes. 
com.opensymphony.xwork2.util XWork util classes. 
com.opensymphony.xwork2.util.logging   
com.opensymphony.xwork2.util.logging.commons   
com.opensymphony.xwork2.util.logging.jdk   
com.opensymphony.xwork2.util.profiling Classes to enable profiling of action execution. 
com.opensymphony.xwork2.validator XWork validation subsystem. 
com.opensymphony.xwork2.validator.metadata Validator meta data classes. 
com.opensymphony.xwork2.validator.validators XWork default validator classes. 
org.apache.struts2.components   
org.apache.struts2.components.template   
org.apache.struts2.config Classes for Struts configuration and property handling. 
org.apache.struts2.dispatcher Classes for action dispatching in Struts (the Controller part of MVC). 
org.apache.struts2.dispatcher.mapper   
org.apache.struts2.dispatcher.multipart Classes to help dispatch multipart HTTP requests. 
org.apache.struts2.interceptor Web specific interceptor classes. 
org.apache.struts2.interceptor.debugging   
org.apache.struts2.interceptor.validation   
org.apache.struts2.util Miscellaneous helper classes. 
org.apache.struts2.views.freemarker Classes for views using FreeMarker. 
org.apache.struts2.views.freemarker.tags   
org.apache.struts2.views.jsp Struts's JSP tag library. 
org.apache.struts2.views.jsp.iterator Struts's JSP tag library for iterator handling. 
org.apache.struts2.views.util Miscellaneous helper classes for all views. 
org.apache.struts2.views.velocity Classes for views using Velocity. 
org.apache.struts2.views.xslt The new xslt view supports an extensible Java XML adapter framework that makes it easy to customize the XML rendering of objects and to incorporate structured XML text and arbitarary DOM fragments into the output. 
 

Uses of Logger in com.opensymphony.xwork2
 

Fields in com.opensymphony.xwork2 declared as Logger
private static Logger ActionChainResult.LOG
           
protected static Logger ActionSupport.LOG
           
private static Logger DefaultActionInvocation.LOG
           
private static Logger DefaultActionProxy.LOG
           
private static Logger ObjectFactory.LOG
           
 

Uses of Logger in com.opensymphony.xwork2.config
 

Fields in com.opensymphony.xwork2.config declared as Logger
protected static Logger ConfigurationManager.LOG
           
private static Logger ConfigurationUtil.LOG
           
 

Uses of Logger in com.opensymphony.xwork2.config.entities
 

Fields in com.opensymphony.xwork2.config.entities declared as Logger
private static Logger PackageConfig.LOG
           
 

Uses of Logger in com.opensymphony.xwork2.config.impl
 

Fields in com.opensymphony.xwork2.config.impl declared as Logger
private static Logger AbstractMatcher.log
           The logging instance
protected static Logger DefaultConfiguration.LOG
           
 

Uses of Logger in com.opensymphony.xwork2.config.providers
 

Fields in com.opensymphony.xwork2.config.providers declared as Logger
private static Logger InterceptorBuilder.LOG
           
private static Logger XmlConfigurationProvider.LOG
           
 

Uses of Logger in com.opensymphony.xwork2.conversion.impl
 

Fields in com.opensymphony.xwork2.conversion.impl declared as Logger
protected static Logger DefaultObjectTypeDeterminer.LOG
           
private static Logger InstantiatingNullHandler.LOG
           
protected static Logger XWorkConverter.LOG
           
 

Uses of Logger in com.opensymphony.xwork2.conversion.metadata
 

Fields in com.opensymphony.xwork2.conversion.metadata declared as Logger
protected static Logger ConversionDescription.log
          Jakarta commons-logging reference.
 

Uses of Logger in com.opensymphony.xwork2.interceptor
 

Fields in com.opensymphony.xwork2.interceptor declared as Logger
protected  Logger ExceptionMappingInterceptor.categoryLogger
           
protected  Logger TimerInterceptor.categoryLogger
           
private static Logger AliasInterceptor.log
           
protected  Logger MethodFilterInterceptor.log
           
private static Logger ChainingInterceptor.LOG
           
private static Logger DefaultWorkflowInterceptor.LOG
           
protected static Logger ExceptionMappingInterceptor.LOG
           
protected static Logger I18nInterceptor.LOG
           
private static Logger LoggingInterceptor.LOG
           
private static Logger ParameterFilterInterceptor.LOG
           
private static Logger ParameterRemoverInterceptor.LOG
           
private static Logger ParametersInterceptor.LOG
           
private static Logger PrefixMethodInvocationUtil.LOG
           
private static Logger PrepareInterceptor.LOG
           
private static Logger StaticParametersInterceptor.LOG
           
protected static Logger TimerInterceptor.LOG
           
 

Methods in com.opensymphony.xwork2.interceptor that return Logger
protected  Logger TimerInterceptor.getLoggerToUse()
          Get's the logger to use.
 

Methods in com.opensymphony.xwork2.interceptor with parameters of type Logger
protected  void ExceptionMappingInterceptor.doLog(Logger logger, Exception e)
          Performs the actual logging.
protected  void TimerInterceptor.doLog(Logger logger, String message)
          Performs the actual logging.
private static boolean TimerInterceptor.isLoggerEnabled(Logger logger, String level)
          Is the given logger enalbed at the given level?
 

Uses of Logger in com.opensymphony.xwork2.ognl
 

Fields in com.opensymphony.xwork2.ognl declared as Logger
private static Logger OgnlUtil.LOG
           
private static Logger OgnlValueStack.LOG
           
 

Uses of Logger in com.opensymphony.xwork2.ognl.accessor
 

Fields in com.opensymphony.xwork2.ognl.accessor declared as Logger
private static Logger CompoundRootAccessor.LOG
           
private static Logger XWorkCollectionPropertyAccessor.LOG
           
private static Logger XWorkMapPropertyAccessor.LOG
           
private static Logger XWorkMethodAccessor.LOG
           
 

Uses of Logger in com.opensymphony.xwork2.spring
 

Fields in com.opensymphony.xwork2.spring declared as Logger
private static Logger SpringObjectFactory.LOG
           
private static Logger SpringProxyableObjectFactory.LOG
           
 

Uses of Logger in com.opensymphony.xwork2.spring.interceptor
 

Fields in com.opensymphony.xwork2.spring.interceptor declared as Logger
private static Logger ActionAutowiringInterceptor.LOG
           
 

Uses of Logger in com.opensymphony.xwork2.util
 

Fields in com.opensymphony.xwork2.util declared as Logger
private static Logger DomHelper.LOG
           
private static Logger LocalizedTextUtil.LOG
           
private static Logger ResolverUtil.LOG
          An instance of Log to use for logging in this class.
private static Logger XWorkList.LOG
           
 

Uses of Logger in com.opensymphony.xwork2.util.logging
 

Methods in com.opensymphony.xwork2.util.logging that return Logger
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)
           
 

Uses of Logger in com.opensymphony.xwork2.util.logging.commons
 

Classes in com.opensymphony.xwork2.util.logging.commons that implement Logger
 class CommonsLogger
          Simple logger that delegates to commons logging
 

Methods in com.opensymphony.xwork2.util.logging.commons that return Logger
protected  Logger CommonsLoggerFactory.getLoggerImpl(Class<?> cls)
           
protected  Logger CommonsLoggerFactory.getLoggerImpl(String name)
           
 

Uses of Logger in com.opensymphony.xwork2.util.logging.jdk
 

Classes in com.opensymphony.xwork2.util.logging.jdk that implement Logger
 class JdkLogger
          Delegates to jdk logger.
 

Methods in com.opensymphony.xwork2.util.logging.jdk that return Logger
protected  Logger JdkLoggerFactory.getLoggerImpl(Class<?> cls)
           
protected  Logger JdkLoggerFactory.getLoggerImpl(String name)
           
 

Uses of Logger in com.opensymphony.xwork2.util.profiling
 

Fields in com.opensymphony.xwork2.util.profiling declared as Logger
private static Logger UtilTimerStack.LOG
           
 

Uses of Logger in com.opensymphony.xwork2.validator
 

Fields in com.opensymphony.xwork2.validator declared as Logger
private  Logger DelegatingValidatorContext.LoggingValidationAware.log
           
private static Logger AnnotationActionValidatorManager.LOG
           
private  Logger DefaultActionValidatorManager.LOG
           
private static Logger DefaultValidatorFactory.LOG
           
private static Logger ValidationInterceptor.LOG
           
 

Uses of Logger in com.opensymphony.xwork2.validator.metadata
 

Fields in com.opensymphony.xwork2.validator.metadata declared as Logger
protected static Logger AbstractFieldValidatorDescription.log
          Jakarta commons-logging reference.
 

Uses of Logger in com.opensymphony.xwork2.validator.validators
 

Fields in com.opensymphony.xwork2.validator.validators declared as Logger
protected  Logger ValidatorSupport.log
           
private static Logger RepopulateConversionErrorFieldValidatorSupport.LOG
           
 

Uses of Logger in org.apache.struts2.components
 

Fields in org.apache.struts2.components declared as Logger
private static Logger File.LOG
           
private static Logger Text.LOG
           
private static Logger Property.LOG
           
private static Logger AppendIterator.LOG
           
private static Logger ClosingUIBean.LOG
           
protected static Logger Bean.LOG
           
private static Logger InputTransferSelect.LOG
           
private static Logger UpDownSelect.LOG
           
private static Logger Include.LOG
           
private static Logger MergeIterator.LOG
           
private static Logger I18n.LOG
           
private static Logger OptionTransferSelect.LOG
           
private static Logger Date.LOG
           
private static Logger OptGroup.LOG
           
private static Logger UIBean.LOG
           
private static Logger Submit.LOG
           
private static Logger ServletUrlRenderer.LOG
          Provide a logging instance.
private static Logger ActionComponent.LOG
           
private static Logger URL.LOG
           
 

Uses of Logger in org.apache.struts2.components.template
 

Fields in org.apache.struts2.components.template declared as Logger
private static Logger JspTemplateEngine.LOG
           
private static Logger VelocityTemplateEngine.LOG
           
private static Logger BaseTemplateEngine.LOG
           
private static Logger FreemarkerTemplateEngine.LOG
           
 

Uses of Logger in org.apache.struts2.config
 

Fields in org.apache.struts2.config declared as Logger
protected  Logger DefaultSettings.log
          The logging instance for this class.
(package private) static Logger PropertiesSettings.LOG
           
private static Logger BeanSelectionProvider.LOG
           
private static Logger Settings.LOG
          Deprecated. The Logging instance for this class.
private static Logger StrutsXmlConfigurationProvider.LOG
           
private static Logger LegacyPropertiesConfigurationProvider.LOG
          The Logging instance for this class.
 

Uses of Logger in org.apache.struts2.dispatcher
 

Fields in org.apache.struts2.dispatcher declared as Logger
private  Logger FilterDispatcher.log
          Provide a logging instance.
private static Logger StrutsResultSupport.LOG
           
private static Logger PlainTextResult.LOG
           
private static Logger ServletRedirectResult.LOG
           
protected static Logger StreamResult.LOG
           
private static Logger ServletActionRedirectResult.LOG
           
private static Logger ActionContextCleanUp.LOG
           
private static Logger VelocityResult.LOG
           
private static Logger FilterDispatcherCompatWeblogic61.LOG
           
private static Logger ServletDispatcherResult.LOG
           
private static Logger Dispatcher.LOG
          Provide a logging instance.
 

Uses of Logger in org.apache.struts2.dispatcher.mapper
 

Fields in org.apache.struts2.dispatcher.mapper declared as Logger
protected static Logger Restful2ActionMapper.LOG
           
private static Logger CompositeActionMapper.LOG
           
protected static Logger RestfulActionMapper.LOG
           
 

Uses of Logger in org.apache.struts2.dispatcher.multipart
 

Fields in org.apache.struts2.dispatcher.multipart declared as Logger
(package private) static Logger JakartaMultiPartRequest.LOG
           
protected static Logger MultiPartRequestWrapper.LOG
           
 

Uses of Logger in org.apache.struts2.interceptor
 

Fields in org.apache.struts2.interceptor declared as Logger
private static Logger ScopeInterceptor.LOG
           
private static Logger ClearSessionInterceptor.LOG
           
private static Logger CreateSessionInterceptor.LOG
           
private static Logger CookieInterceptor.LOG
           
private static Logger ExecuteAndWaitInterceptor.LOG
           
protected static Logger FileUploadInterceptor.LOG
           
private static Logger MessageStoreInterceptor.LOG
           
 

Uses of Logger in org.apache.struts2.interceptor.debugging
 

Fields in org.apache.struts2.interceptor.debugging declared as Logger
private static Logger DebuggingInterceptor.LOG
           
 

Uses of Logger in org.apache.struts2.interceptor.validation
 

Fields in org.apache.struts2.interceptor.validation declared as Logger
private static Logger JSONValidationInterceptor.LOG
           
 

Uses of Logger in org.apache.struts2.util
 

Fields in org.apache.struts2.util declared as Logger
protected static Logger StrutsUtil.LOG
           
private static Logger IteratorGenerator.LOG
           
private static Logger SubsetIteratorFilter.LOG
           
private static Logger TokenHelper.LOG
           
private static Logger TextProviderHelper.LOG
           
 

Uses of Logger in org.apache.struts2.views.freemarker
 

Fields in org.apache.struts2.views.freemarker declared as Logger
private static Logger FreemarkerManager.LOG
           
 

Uses of Logger in org.apache.struts2.views.freemarker.tags
 

Fields in org.apache.struts2.views.freemarker.tags declared as Logger
private static Logger TagModel.LOG
           
 

Uses of Logger in org.apache.struts2.views.jsp
 

Fields in org.apache.struts2.views.jsp declared as Logger
protected static Logger BeanTag.LOG
           
 

Uses of Logger in org.apache.struts2.views.jsp.iterator
 

Fields in org.apache.struts2.views.jsp.iterator declared as Logger
private static Logger IteratorGeneratorTag.LOG
           
private static Logger SubsetIteratorTag.LOG
           
 

Uses of Logger in org.apache.struts2.views.util
 

Fields in org.apache.struts2.views.util declared as Logger
private static Logger UrlHelper.LOG
           
 

Uses of Logger in org.apache.struts2.views.velocity
 

Fields in org.apache.struts2.views.velocity declared as Logger
private static Logger VelocityManager.LOG
           
 

Uses of Logger in org.apache.struts2.views.xslt
 

Fields in org.apache.struts2.views.xslt declared as Logger
private  Logger AbstractAdapterNode.log
           
private  Logger ProxyElementAdapter.log
           
private  Logger ProxyNodeAdapter.log
           
private  Logger StringAdapter.log
           
private  Logger BeanAdapter.log
           
private  Logger ArrayAdapter.log
           
private  Logger CollectionAdapter.log
           
private  Logger SimpleNodeList.log
           
private  Logger ServletURIResolver.log
           
private static Logger XSLTResult.LOG
          Log instance for this result.
 



Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.