A C D E F G H I L O R V W

A

AbstractLogEnabled - Class in org.xwiki.component.logging
Deprecated. starting with 3.1M2 use javax.inject.Inject annotation to get injected a SLF4J Logger instead
AbstractLogEnabled() - Constructor for class org.xwiki.component.logging.AbstractLogEnabled
Deprecated.  
AbstractLogger - Class in org.xwiki.component.logging
Deprecated. starting with 3.1M2 use SLF4J instead
AbstractLogger() - Constructor for class org.xwiki.component.logging.AbstractLogger
Deprecated.  

C

createComponentDependency(Field) - Method in class org.xwiki.component.annotation.RequirementComponentDependencyFactory
 

D

debug(String, Object...) - Method in class org.xwiki.component.logging.DefaultLogger
Deprecated.  
debug(String, Throwable, Object...) - Method in class org.xwiki.component.logging.DefaultLogger
Deprecated.  
debug(String, Throwable) - Method in class org.xwiki.component.logging.DefaultLogger
Deprecated.  
debug(String) - Method in class org.xwiki.component.logging.DefaultLogger
Deprecated.  
debug(String) - Method in interface org.xwiki.component.logging.Logger
Deprecated. Log a message with the debug priority.
debug(String, Throwable) - Method in interface org.xwiki.component.logging.Logger
Deprecated. Log a message with the debug priority, also printing the exception that caused this message, along with its stack trace.
debug(String, Object...) - Method in interface org.xwiki.component.logging.Logger
Deprecated.  Logs the message to the logger with debug priority while expanding the message with the objects passed.
debug(String, Throwable, Object...) - Method in interface org.xwiki.component.logging.Logger
Deprecated.  Logs the message to the logger with debug priority while expanding the message with the objects passed, also printing the exception that caused this message, along with its stack trace.
debug(String) - Method in class org.xwiki.component.logging.VoidLogger
Deprecated.  
debug(String, Throwable) - Method in class org.xwiki.component.logging.VoidLogger
Deprecated.  
debug(String, Object...) - Method in class org.xwiki.component.logging.VoidLogger
Deprecated.  
debug(String, Throwable, Object...) - Method in class org.xwiki.component.logging.VoidLogger
Deprecated.  
DefaultLogger - Class in org.xwiki.component.logging
Deprecated. already deprecated since 3.1M2, use javax.inject.Inject annotation to get injected a SLF4J Logger instead
DefaultLogger(Class<?>) - Constructor for class org.xwiki.component.logging.DefaultLogger
Deprecated.  

E

enableLogging(Logger) - Method in class org.xwiki.component.logging.AbstractLogEnabled
Deprecated.  
enableLogging(Logger) - Method in interface org.xwiki.component.phase.LogEnabled
Deprecated.  
error(String, Object...) - Method in class org.xwiki.component.logging.DefaultLogger
Deprecated.  
error(String, Throwable, Object...) - Method in class org.xwiki.component.logging.DefaultLogger
Deprecated.  
error(String, Throwable) - Method in class org.xwiki.component.logging.DefaultLogger
Deprecated.  
error(String) - Method in class org.xwiki.component.logging.DefaultLogger
Deprecated.  
error(String) - Method in interface org.xwiki.component.logging.Logger
Deprecated. Log a message with the error priority.
error(String, Throwable) - Method in interface org.xwiki.component.logging.Logger
Deprecated. Log a message with the error priority, also printing the exception that caused this message, along with its stack trace.
error(String, Object...) - Method in interface org.xwiki.component.logging.Logger
Deprecated.  Logs the message to the logger with error priority while expanding the message with the objects passed.
error(String, Throwable, Object...) - Method in interface org.xwiki.component.logging.Logger
Deprecated.  Logs the message to the logger with error priority while expanding the message with the objects passed, also printing the exception that caused this message, along with its stack trace.
error(String) - Method in class org.xwiki.component.logging.VoidLogger
Deprecated.  
error(String, Throwable) - Method in class org.xwiki.component.logging.VoidLogger
Deprecated.  
error(String, Object...) - Method in class org.xwiki.component.logging.VoidLogger
Deprecated.  
error(String, Throwable, Object...) - Method in class org.xwiki.component.logging.VoidLogger
Deprecated.  

F

formatMessage(String, Object...) - Method in class org.xwiki.component.logging.AbstractLogger
Deprecated. Formats the message like MessageFormat.format(String, Object...) but also checks for Exceptions and catches them as logging should be robust and not interfere with normal program flow.

G

getLogger() - Method in class org.xwiki.component.logging.AbstractLogEnabled
Deprecated.  

H

handle(T, ComponentDescriptor<T>, ComponentManager) - Method in class org.xwiki.component.embed.LogEnabledLifecycleHandler
 

I

info(String, Object...) - Method in class org.xwiki.component.logging.DefaultLogger
Deprecated.  
info(String, Throwable, Object...) - Method in class org.xwiki.component.logging.DefaultLogger
Deprecated.  
info(String, Throwable) - Method in class org.xwiki.component.logging.DefaultLogger
Deprecated.  
info(String) - Method in class org.xwiki.component.logging.DefaultLogger
Deprecated.  
info(String) - Method in interface org.xwiki.component.logging.Logger
Deprecated. Log a message with the info priority.
info(String, Throwable) - Method in interface org.xwiki.component.logging.Logger
Deprecated. Log a message with the info priority, also printing the exception that caused this message, along with its stack trace.
info(String, Object...) - Method in interface org.xwiki.component.logging.Logger
Deprecated.  Logs the message to the logger with info priority while expanding the message with the objects passed.
info(String, Throwable, Object...) - Method in interface org.xwiki.component.logging.Logger
Deprecated.  Logs the message to the logger with info priority while expanding the message with the objects passed, also printing the exception that caused this message, along with its stack trace.
info(String) - Method in class org.xwiki.component.logging.VoidLogger
Deprecated.  
info(String, Throwable) - Method in class org.xwiki.component.logging.VoidLogger
Deprecated.  
info(String, Object...) - Method in class org.xwiki.component.logging.VoidLogger
Deprecated.  
info(String, Throwable, Object...) - Method in class org.xwiki.component.logging.VoidLogger
Deprecated.  
isDebugEnabled() - Method in class org.xwiki.component.logging.DefaultLogger
Deprecated.  
isDebugEnabled() - Method in interface org.xwiki.component.logging.Logger
Deprecated. Check if the debug priority is enabled.
isDebugEnabled() - Method in class org.xwiki.component.logging.VoidLogger
Deprecated.  
isErrorEnabled() - Method in class org.xwiki.component.logging.DefaultLogger
Deprecated.  
isErrorEnabled() - Method in interface org.xwiki.component.logging.Logger
Deprecated. Check if the error priority is enabled.
isErrorEnabled() - Method in class org.xwiki.component.logging.VoidLogger
Deprecated.  
isInfoEnabled() - Method in class org.xwiki.component.logging.DefaultLogger
Deprecated.  
isInfoEnabled() - Method in interface org.xwiki.component.logging.Logger
Deprecated. Check if the info priority is enabled.
isInfoEnabled() - Method in class org.xwiki.component.logging.VoidLogger
Deprecated.  
isWarnEnabled() - Method in class org.xwiki.component.logging.DefaultLogger
Deprecated.  
isWarnEnabled() - Method in interface org.xwiki.component.logging.Logger
Deprecated. Check if the warn priority is enabled.
isWarnEnabled() - Method in class org.xwiki.component.logging.VoidLogger
Deprecated.  

L

LogEnabled - Interface in org.xwiki.component.phase
Deprecated. starting with 3.1M2 use javax.inject.Inject annotation to get injected a SLF4J Logger instead
LogEnabledLifecycleHandler - Class in org.xwiki.component.embed
Handles lifecycle for LogEnabled.
LogEnabledLifecycleHandler() - Constructor for class org.xwiki.component.embed.LogEnabledLifecycleHandler
 
Logger - Interface in org.xwiki.component.logging
Deprecated. starting with 3.1M2 use SLF4J instead

O

org.xwiki.component.annotation - package org.xwiki.component.annotation
 
org.xwiki.component.embed - package org.xwiki.component.embed
 
org.xwiki.component.logging - package org.xwiki.component.logging
 
org.xwiki.component.phase - package org.xwiki.component.phase
 

R

Requirement - Annotation Type in org.xwiki.component.annotation
Deprecated. starting with 3.1M1 use the JSR330 Inject and Named annotations instead
RequirementComponentDependencyFactory - Class in org.xwiki.component.annotation
Uses Requirement annotation to recognize a Component Dependency.
RequirementComponentDependencyFactory() - Constructor for class org.xwiki.component.annotation.RequirementComponentDependencyFactory
 

V

VoidLogger - Class in org.xwiki.component.logging
Deprecated. starting with 3.1M2 use SLF4J's NOPLogger instead
VoidLogger() - Constructor for class org.xwiki.component.logging.VoidLogger
Deprecated.  

W

warn(String, Object...) - Method in class org.xwiki.component.logging.DefaultLogger
Deprecated.  
warn(String, Throwable, Object...) - Method in class org.xwiki.component.logging.DefaultLogger
Deprecated.  
warn(String, Throwable) - Method in class org.xwiki.component.logging.DefaultLogger
Deprecated.  
warn(String) - Method in class org.xwiki.component.logging.DefaultLogger
Deprecated.  
warn(String) - Method in interface org.xwiki.component.logging.Logger
Deprecated. Log a message with the warn priority.
warn(String, Throwable) - Method in interface org.xwiki.component.logging.Logger
Deprecated. Log a message with the warn priority, also printing the exception that caused this message, along with its stack trace.
warn(String, Object...) - Method in interface org.xwiki.component.logging.Logger
Deprecated.  Logs the message to the logger with warn priority while expanding the message with the objects passed.
warn(String, Throwable, Object...) - Method in interface org.xwiki.component.logging.Logger
Deprecated.  Logs the message to the logger with warn priority while expanding the message with the objects passed, also printing the exception that caused this message, along with its stack trace.
warn(String) - Method in class org.xwiki.component.logging.VoidLogger
Deprecated.  
warn(String, Throwable) - Method in class org.xwiki.component.logging.VoidLogger
Deprecated.  
warn(String, Object...) - Method in class org.xwiki.component.logging.VoidLogger
Deprecated.  
warn(String, Throwable, Object...) - Method in class org.xwiki.component.logging.VoidLogger
Deprecated.  

A C D E F G H I L O R V W

Copyright © 2004-2011 XWiki. All Rights Reserved.