public abstract static class ControlTag.ControlSeparatorComponent
extends javax.faces.component.UIComponentBase
| Constructor and Description |
|---|
ControlSeparatorComponent() |
| Modifier and Type | Method and Description |
|---|---|
void |
encodeBegin(javax.faces.context.FacesContext context) |
void |
encodeEnd(javax.faces.context.FacesContext context) |
protected ControlTag |
getControl() |
String |
getFamily() |
boolean |
getRendersChildren() |
protected abstract String |
getTagName(ControlRenderInfo renderInfo) |
protected abstract void |
writeAttributes(javax.faces.context.ResponseWriter writer,
TagEncodingHelper helper) |
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeChildren, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getPassThroughAttributes, getRenderer, getRendererType, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEventencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTreeprotected String tagName
protected abstract String getTagName(ControlRenderInfo renderInfo)
protected abstract void writeAttributes(javax.faces.context.ResponseWriter writer,
TagEncodingHelper helper)
throws IOException
IOExceptionpublic String getFamily()
getFamily in class javax.faces.component.UIComponentprotected final ControlTag getControl()
public void encodeBegin(javax.faces.context.FacesContext context)
throws IOException
encodeBegin in class javax.faces.component.UIComponentBaseIOExceptionpublic void encodeEnd(javax.faces.context.FacesContext context)
throws IOException
encodeEnd in class javax.faces.component.UIComponentBaseIOExceptionpublic boolean getRendersChildren()
getRendersChildren in class javax.faces.component.UIComponentBaseCopyright © 2008–2023 Apache Software Foundation. All rights reserved.