Enum FacesLogger

java.lang.Object
java.lang.Enum<FacesLogger>
com.sun.faces.util.FacesLogger
All Implemented Interfaces:
Serializable, Comparable<FacesLogger>, java.lang.constant.Constable

public enum FacesLogger extends Enum<FacesLogger>
An enum of all application Loggers.
  • Enum Constant Details

    • APPLICATION

      public static final FacesLogger APPLICATION
    • APPLICATION_VIEW

      public static final FacesLogger APPLICATION_VIEW
    • RESOURCE

      public static final FacesLogger RESOURCE
    • CONFIG

      public static final FacesLogger CONFIG
    • CONTEXT

      public static final FacesLogger CONTEXT
    • FACELETS_COMPILER

      public static final FacesLogger FACELETS_COMPILER
    • FACELETS_COMPONENT

      public static final FacesLogger FACELETS_COMPONENT
    • FACELETS_EL

      public static final FacesLogger FACELETS_EL
    • FACELETS_META

      public static final FacesLogger FACELETS_META
    • FACELETS_COMPOSITION

      public static final FacesLogger FACELETS_COMPOSITION
    • FACELETS_DECORATE

      public static final FacesLogger FACELETS_DECORATE
    • FACELETS_INCLUDE

      public static final FacesLogger FACELETS_INCLUDE
    • FACELETS_FACELET

      public static final FacesLogger FACELETS_FACELET
    • FACELETS_FACTORY

      public static final FacesLogger FACELETS_FACTORY
    • FLOW

      public static final FacesLogger FLOW
    • LIFECYCLE

      public static final FacesLogger LIFECYCLE
    • MANAGEDBEAN

      public static final FacesLogger MANAGEDBEAN
    • RENDERKIT

      public static final FacesLogger RENDERKIT
    • TAGLIB

      public static final FacesLogger TAGLIB
    • TIMING

      public static final FacesLogger TIMING
    • UTIL

      public static final FacesLogger UTIL
    • FLASH

      public static final FacesLogger FLASH
    • CLIENTWINDOW

      public static final FacesLogger CLIENTWINDOW
  • Field Details

  • Method Details

    • values

      public static FacesLogger[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static FacesLogger valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • getLoggerName

      public String getLoggerName()
    • getResourcesName

      public String getResourcesName()
    • getLogger

      public Logger getLogger()
    • interpolateMessage

      public String interpolateMessage(FacesContext context, String messageId, Object[] params)