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, unsubscribeFromEvent
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTree
protected String tagName
protected abstract String getTagName(ControlRenderInfo renderInfo)
protected abstract void writeAttributes(javax.faces.context.ResponseWriter writer, TagEncodingHelper helper) throws IOException
IOException
public String getFamily()
getFamily
in class javax.faces.component.UIComponent
protected final ControlTag getControl()
public void encodeBegin(javax.faces.context.FacesContext context) throws IOException
encodeBegin
in class javax.faces.component.UIComponentBase
IOException
public void encodeEnd(javax.faces.context.FacesContext context) throws IOException
encodeEnd
in class javax.faces.component.UIComponentBase
IOException
public boolean getRendersChildren()
getRendersChildren
in class javax.faces.component.UIComponentBase
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.