public class WindowContextIdHolderComponent
extends javax.faces.component.UIOutput
Constructor and Description |
---|
WindowContextIdHolderComponent()
Default constructor might be invoked by the jsf implementation
|
WindowContextIdHolderComponent(String windowContextId)
Constructor which creates the holder for the given window-id
|
Modifier and Type | Method and Description |
---|---|
String |
getWindowContextId()
Exposes the stored window-id
|
void |
restoreState(javax.faces.context.FacesContext facesContext,
Object state) |
Object |
saveState(javax.faces.context.FacesContext facesContext) |
clearInitialState, getConverter, getFamily, getLocalValue, getValue, markInitialState, setConverter, setValue
addClientBehavior, addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, initialStateMarked, invokeOnComponent, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, visitTree
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent
public WindowContextIdHolderComponent()
public WindowContextIdHolderComponent(String windowContextId)
windowContextId
- current window-idpublic Object saveState(javax.faces.context.FacesContext facesContext)
saveState
in interface javax.faces.component.StateHolder
saveState
in class javax.faces.component.UIOutput
public void restoreState(javax.faces.context.FacesContext facesContext, Object state)
restoreState
in interface javax.faces.component.StateHolder
restoreState
in class javax.faces.component.UIOutput
public String getWindowContextId()
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.