public abstract class AbstractAjaxLog extends javax.faces.component.UIComponentBase implements StyleProps, StyleClassProps
The <a4j:log> component generates JavaScript that opens a debug window, logging application information such as requests, responses, and DOM changes.
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
Constructor and Description |
---|
AbstractAjaxLog() |
Modifier and Type | Method and Description |
---|---|
abstract String |
getHotkey()
Key to open (in combination with Ctrl+Shift) the popup window.
|
abstract String |
getLevel()
Sets the logging level, can be one of 'debug', 'info', 'warn', 'error'.
|
abstract LogMode |
getMode()
Determines how the log appears on the page, can be one of: "inline", "popup" or "console".
|
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getPassThroughAttributes, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEvent
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getFamily, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTree
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getStyle
getStyleClass
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public abstract String getLevel()
public abstract LogMode getMode()
public abstract String getHotkey()
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.