Class AbstractUIOut
- java.lang.Object
-
- jakarta.faces.component.UIComponent
-
- jakarta.faces.component.UIComponentBase
-
- jakarta.faces.component.UIOutput
-
- org.apache.myfaces.tobago.internal.component.AbstractUIOut
-
- All Implemented Interfaces:
jakarta.faces.component.PartialStateHolder
,jakarta.faces.component.StateHolder
,jakarta.faces.component.TransientStateHolder
,jakarta.faces.component.ValueHolder
,jakarta.faces.event.ComponentSystemEventListener
,jakarta.faces.event.FacesListener
,jakarta.faces.event.SystemEventListenerHolder
,EventListener
,SupportsAutoSpacing
,SupportsDecorationPosition
,SupportsLabelLayout
,Visual
- Direct Known Subclasses:
UIOut
public abstract class AbstractUIOut extends jakarta.faces.component.UIOutput implements SupportsLabelLayout, Visual, SupportsAutoSpacing, SupportsDecorationPosition
-
-
Constructor Summary
Constructors Constructor Description AbstractUIOut()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Deprecated Methods Modifier and Type Method Description abstract SanitizeMode
getSanitize()
abstract boolean
isCompact()
Deprecated.since 4.3.0, please use Visual#isPlain()abstract boolean
isCreateSpan()
Deprecated.since 4.0.0, please use Visual#isPlain()abstract boolean
isEscape()
abstract boolean
isKeepLineBreaks()
abstract boolean
isMessageFormat()
boolean
isNextToRenderIsLabel()
void
setNextToRenderIsLabel(boolean nextToRenderIsLabel)
-
Methods inherited from class jakarta.faces.component.UIOutput
clearInitialState, getConverter, getFamily, getLocalValue, getValue, markInitialState, resetValue, restoreState, saveState, setConverter, setValue
-
Methods inherited from class jakarta.faces.component.UIComponentBase
addClientBehavior, addFacesListener, broadcast, decode, encodeAll, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getPassThroughAttributes, getRenderer, getRendererType, getRendersChildren, invokeOnComponent, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, visitTree
-
Methods inherited from class jakarta.faces.component.UIComponent
getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.myfaces.tobago.component.SupportsAutoSpacing
getAutoSpacing, getAutoSpacing
-
Methods inherited from interface org.apache.myfaces.tobago.component.SupportsDecorationPosition
getHelpPosition, getMessagePosition
-
Methods inherited from interface org.apache.myfaces.tobago.component.SupportsLabelLayout
getLabelLayout, setLabelLayout
-
Methods inherited from interface org.apache.myfaces.tobago.component.Visual
getCustomClass, getMarkup, getRendererType, isPlain, setCustomClass, setMarkup
-
-
-
-
Method Detail
-
isEscape
public abstract boolean isEscape()
-
isKeepLineBreaks
public abstract boolean isKeepLineBreaks()
-
isCreateSpan
@Deprecated public abstract boolean isCreateSpan()
Deprecated.since 4.0.0, please use Visual#isPlain()
-
isCompact
@Deprecated public abstract boolean isCompact()
Deprecated.since 4.3.0, please use Visual#isPlain()
-
isMessageFormat
public abstract boolean isMessageFormat()
-
getSanitize
public abstract SanitizeMode getSanitize()
-
isNextToRenderIsLabel
public boolean isNextToRenderIsLabel()
- Specified by:
isNextToRenderIsLabel
in interfaceSupportsLabelLayout
-
setNextToRenderIsLabel
public void setNextToRenderIsLabel(boolean nextToRenderIsLabel)
- Specified by:
setNextToRenderIsLabel
in interfaceSupportsLabelLayout
-
-