Skip navigation links
A C D E G H I L O R U V W 

A

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

C

CompatibilityComponentManager - Interface in org.xwiki.component.manager
Add a backward compatibility layer to the ComponentManager class.

D

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.
 

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) - 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.
 

G

getComponentDescriptor(Class<T>, String) - Method in interface org.xwiki.component.manager.CompatibilityComponentManager
Deprecated.
since 4.0M1 use #getComponentDescriptor(Type, String) instead
getLogger() - Method in class org.xwiki.component.logging.AbstractLogEnabled
Deprecated.
 

H

hasComponent(Class<T>) - Method in interface org.xwiki.component.manager.CompatibilityComponentManager
Deprecated.
since 4.0M1 use #hasComponent(Type) instead
hasComponent(Class<T>, String) - Method in interface org.xwiki.component.manager.CompatibilityComponentManager
Deprecated.
since 4.0M1 use #hasComponent(Type, String) instead

I

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 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 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 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 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 Inject annotation to get injected a SLF4J Logger instead
Logger - Interface in org.xwiki.component.logging
Deprecated.
starting with 3.1M2 use SLF4J instead
lookup(Class<T>) - Method in interface org.xwiki.component.manager.CompatibilityComponentManager
Deprecated.
since 4.0M1 use #getInstance(java.lang.reflect.Type) instead
lookup(Class<T>, String) - Method in interface org.xwiki.component.manager.CompatibilityComponentManager
Deprecated.
since 4.0M1 use #getInstance(java.lang.reflect.Type, String) instead
lookupList(Class<T>) - Method in interface org.xwiki.component.manager.CompatibilityComponentManager
Deprecated.
since 4.0M1 use #getInstanceList(java.lang.reflect.Type) instead
lookupMap(Class<T>) - Method in interface org.xwiki.component.manager.CompatibilityComponentManager
Deprecated.
since 4.0M1 use #getInstanceMap(java.lang.reflect.Type) instead

O

org.xwiki.component.annotation - package org.xwiki.component.annotation
 
org.xwiki.component.logging - package org.xwiki.component.logging
 
org.xwiki.component.manager - package org.xwiki.component.manager
 
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

U

unregisterComponent(Class<T>, String) - Method in interface org.xwiki.component.manager.CompatibilityComponentManager
Deprecated.
since 4.0M1 use #unregisterComponent(Type, String) instead

V

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

W

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 G H I L O R U V W 
Skip navigation links

Copyright © 2004–2021 XWiki. All rights reserved.