public enum RichfacesLogger extends Enum<RichfacesLogger>
Enum Constant and Description |
---|
APPLICATION |
CACHE |
COMPONENTS |
CONFIG |
CONNECTION |
CONTEXT |
MODEL |
RENDERKIT |
RESOURCE |
UTIL |
WEBAPP |
Modifier and Type | Method and Description |
---|---|
static String |
getComponentPath(javax.faces.component.UIComponent component)
Return string which contains formated path from view root to component.
|
Logger |
getLogger() |
String |
getLoggerName() |
static RichfacesLogger |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RichfacesLogger[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RichfacesLogger RESOURCE
public static final RichfacesLogger RENDERKIT
public static final RichfacesLogger CONFIG
public static final RichfacesLogger CONNECTION
public static final RichfacesLogger APPLICATION
public static final RichfacesLogger CACHE
public static final RichfacesLogger CONTEXT
public static final RichfacesLogger COMPONENTS
public static final RichfacesLogger WEBAPP
public static final RichfacesLogger UTIL
public static final RichfacesLogger MODEL
public static RichfacesLogger[] values()
for (RichfacesLogger c : RichfacesLogger.values()) System.out.println(c);
public static RichfacesLogger valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getLoggerName()
public Logger getLogger()
public static String getComponentPath(javax.faces.component.UIComponent component)
component
- Copyright © 2014 JBoss by Red Hat. All Rights Reserved.