public abstract class AbstractUIPage extends AbstractUIFormBase implements Visual, javax.faces.component.behavior.ClientBehaviorHolder
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_TYPE |
static String |
FORM_ACCEPT_CHARSET |
| Constructor and Description |
|---|
AbstractUIPage() |
| Modifier and Type | Method and Description |
|---|---|
void |
encodeBegin(javax.faces.context.FacesContext facesContext) |
void |
encodeChildren(javax.faces.context.FacesContext facesContext) |
void |
encodeEnd(javax.faces.context.FacesContext facesContext) |
String |
getFormId(javax.faces.context.FacesContext facesContext) |
boolean |
getRendersChildren() |
void |
markSubmittedForm(javax.faces.context.FacesContext facesContext) |
void |
processDecodes(javax.faces.context.FacesContext context) |
processUpdates, processValidators, setSubmittedcreateUniqueId, getContainerClientId, getFamily, isPrependId, isSubmitted, saveState, setPrependId, visitTreeaddClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeAll, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getValueBinding, initialStateMarked, invokeOnComponent, isRendered, isTransient, markInitialState, processRestoreState, processSaveState, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBindinggetClientId, getCompositeComponentParent, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEventclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCustomClass, getMarkup, getRendererType, getStyle, setCustomClass, setMarkup, setStylepublic static final String COMPONENT_TYPE
public static final String FORM_ACCEPT_CHARSET
public boolean getRendersChildren()
getRendersChildren in class javax.faces.component.UIComponentBasepublic String getFormId(javax.faces.context.FacesContext facesContext)
public void encodeBegin(javax.faces.context.FacesContext facesContext)
throws IOException
encodeBegin in class javax.faces.component.UIComponentBaseIOExceptionpublic void encodeChildren(javax.faces.context.FacesContext facesContext)
throws IOException
encodeChildren in class javax.faces.component.UIComponentBaseIOExceptionpublic void encodeEnd(javax.faces.context.FacesContext facesContext)
throws IOException
encodeEnd in class javax.faces.component.UIComponentBaseIOExceptionpublic void processDecodes(javax.faces.context.FacesContext context)
processDecodes in class AbstractUIFormBasepublic void markSubmittedForm(javax.faces.context.FacesContext facesContext)
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.