Uses of Class
org.eclnt.jsfserver.base.faces.context.FacesContext
Packages that use FacesContext
Package
Description
-
Uses of FacesContext in org.eclnt.jsfserver.base.component
Methods in org.eclnt.jsfserver.base.component with parameters of type FacesContextModifier and TypeMethodDescriptionstatic org.eclnt.jsfserver.base.faces.webapp.UIComponentTagUIComponentTagBuilderXML.buildFromXML(FacesContext context, String xml) -
Uses of FacesContext in org.eclnt.jsfserver.base.expression
Constructors in org.eclnt.jsfserver.base.expression with parameters of type FacesContext -
Uses of FacesContext in org.eclnt.jsfserver.base.faces.application
Methods in org.eclnt.jsfserver.base.faces.application with parameters of type FacesContextModifier and TypeMethodDescriptionViewHandler.calculateLocale(FacesContext context) ViewHandler.calculateRenderKitId(FacesContext context) Application.createComponent(jakarta.el.ValueExpression componentExpression, FacesContext context, String componentType) Application.createComponent(jakarta.el.ValueExpression componentExpression, FacesContext context, String componentType, String rendererType) Application.createComponent(FacesContext context, String componentType, String rendererType) Application.createComponent(FacesContext context, Resource componentResource) Application.createComponent(ValueBinding componentBinding, FacesContext context, String componentType) ViewHandler.createView(FacesContext context, String viewId) Application.evaluateExpressionGet(FacesContext context, String expression, Class expectedType) ViewHandler.getActionURL(FacesContext context, String viewId) protected ObjectStateManager.getComponentStateToSave(FacesContext context) Application.getResourceBundle(FacesContext ctx, String name) ViewHandler.getResourceURL(FacesContext context, String path) protected ObjectStateManager.getTreeStructureToSave(FacesContext context) booleanStateManager.isSavingStateInClient(FacesContext context) voidApplication.publishEvent(FacesContext context, Class<? extends SystemEvent> systemEventClass, Class<?> sourceBaseType, Object source) voidApplication.publishEvent(FacesContext context, Class<? extends SystemEvent> systemEventClass, Object source) voidViewHandler.renderView(FacesContext context, UIViewRoot viewToRender) protected voidStateManager.restoreComponentState(FacesContext context, UIViewRoot viewRoot, String renderKitId) protected UIViewRootStateManager.restoreTreeStructure(FacesContext context, String viewId, String renderKitId) StateManager.restoreView(FacesContext context, String viewId, String renderKitId) ViewHandler.restoreView(FacesContext context, String viewId) StateManager.saveSerializedView(FacesContext context) StateManager.saveView(FacesContext context) voidStateManager.writeState(FacesContext context, Object state) voidStateManager.writeState(FacesContext context, StateManager.SerializedView state) voidViewHandler.writeState(FacesContext context) -
Uses of FacesContext in org.eclnt.jsfserver.base.faces.component
Methods in org.eclnt.jsfserver.base.faces.component that return FacesContextMethods in org.eclnt.jsfserver.base.faces.component with parameters of type FacesContextModifier and TypeMethodDescriptionvoidUIComponent.decode(FacesContext context) voidUIComponent.encodeBegin(FacesContext context) voidUIComponent.encodeChildren(FacesContext context) voidUIComponent.encodeEnd(FacesContext context) UIComponent.getClientId(FacesContext context) voidUIComponent.processDecodes(FacesContext context) voidUIComponent.processEncodeOfComponentTree(jakarta.servlet.http.HttpServletResponse response, FacesContext context) voidUIComponent.processEncodes(FacesContext context) voidUIComponent.processUpdates(FacesContext context) voidUIComponent.processValidators(FacesContext context) voidUIComponent.restoreState(FacesContext context, Object state) UIComponent.saveState(FacesContext context) -
Uses of FacesContext in org.eclnt.jsfserver.base.faces.context
Methods in org.eclnt.jsfserver.base.faces.context that return FacesContextModifier and TypeMethodDescriptionstatic FacesContextFacesContext.getCurrentInstance()FacesContextFactory.getFacesContext(Object context, Object request, Object response, Lifecycle lifecycle) static FacesContextFacesContext.initCurrentInstance(jakarta.servlet.http.HttpSession session, String subpageId) -
Uses of FacesContext in org.eclnt.jsfserver.base.faces.el
Methods in org.eclnt.jsfserver.base.faces.el with parameters of type FacesContextModifier and TypeMethodDescriptionMethodBinding.getType(FacesContext context) ValueBinding.getType(FacesContext context) ValueBinding.getValue(FacesContext context) MethodBinding.invoke(FacesContext context, Object[] params) booleanValueBinding.isReadOnly(FacesContext context) VariableResolver.resolveVariable(FacesContext context, String name) voidValueBinding.setValue(FacesContext context, Object valueToSet) -
Uses of FacesContext in org.eclnt.jsfserver.base.faces.event
Methods in org.eclnt.jsfserver.base.faces.event that return FacesContextConstructors in org.eclnt.jsfserver.base.faces.event with parameters of type FacesContext -
Uses of FacesContext in org.eclnt.jsfserver.defaultscreens
Methods in org.eclnt.jsfserver.defaultscreens with parameters of type FacesContextModifier and TypeMethodDescriptionDefaultPopupPersistence.readPersistentInfo(FacesContext context, BasePopup popup, String persistId) IPopupPersistence.readPersistentInfo(FacesContext context, BasePopup popup, String persistId) voidDefaultPopupPersistence.updatePersistentInfo(FacesContext context, BasePopup popup, String persistId, IPopupPersistence.PersistentInfo persistentInfo) voidIPopupPersistence.updatePersistentInfo(FacesContext context, BasePopup popup, String persistId, IPopupPersistence.PersistentInfo persistentInfo) -
Uses of FacesContext in org.eclnt.jsfserver.elements
Methods in org.eclnt.jsfserver.elements with parameters of type FacesContextModifier and TypeMethodDescriptionprotected voidBaseHTMLActionComponent.addCallServerHiddenField(FacesContext context, ResponseWriter writer, String postfix) protected voidBaseHTMLActionComponent.addCallServerJavaScript(FacesContext context, ResponseWriter writer, String event, String postfix) protected voidBaseHTMLComponent.addHiddenField(FacesContext context, ResponseWriter writer, String postfix) protected voidBaseHTMLActionComponent.addInvokeProcessingEvent(FacesContext context, ResponseWriter writer) protected voidBaseHTMLActionComponent.addInvokeProcessingHiddenField(FacesContext context, ResponseWriter writer, String postfix) protected voidBaseComponent.addValueBindingExec(FacesContext context, Object vb, Object value, boolean flagSetMayFail) Add value binding that is executed in the apply values phase.voidICreateUpdateInnerComponents.createUpdateInnerComponents(FacesContext context) voidBaseActionComponent.decode(FacesContext context) voidBaseActionComponent.decode(FacesContext context, String clientId, String commandSuffix) voidBaseComponent.decode(FacesContext context) voidBaseHTMLActionComponent.decode(FacesContext context) voidBasePopupComponent.decode(FacesContext context) voidStructureComponent.decode(FacesContext context) voidBaseHTMLActionComponent.IDelegateAction.delegateTriggerActionEvent(FacesContext context) voidBaseComponent.encodeBegin(FacesContext context) voidBaseHTMLActionComponent.encodeBegin(FacesContext context) voidBasePopupComponent.encodeBegin(FacesContext context) voidStructureComponent.encodeBegin(FacesContext context) protected voidBaseComponent.encodeBeginWriteXML(FacesContext context, boolean buildUpNattsForced, ComponentDump currentDump) Actually write the XML statements for the component.voidBaseComponent.encodeChildren(FacesContext context) voidBasePopupComponent.encodeChildren(FacesContext context) voidBaseComponent.encodeEnd(FacesContext context) voidBasePopupComponent.encodeEnd(FacesContext context) voidStructureComponent.encodeEnd(FacesContext context) protected voidBaseComponent.ensureChildrenAreCreatedUpdated(FacesContext context) protected List<UIComponent>BaseComponent.findChildrenWithDynamicDrillDown(FacesContext context, List<UIComponent> components) protected List<UIComponent>BaseComponent.findChildrenWithDynamicDrillDown(FacesContext context, UIComponent component) protected final ComponentDumpBaseComponent.findCurrentDump(FacesContext context) protected voidBaseComponentPageBeanWrapper.findInitDataFromControlAttributes(FacesContext context, Map<String, String> initDataMapFix, Map<String, IValueDelegation<?>> initDataMapDyn) protected StringBaseComponent.getParameterNameForDecode(FacesContext context) Returns the name of the parameter that is used for decoding the request's data.protected ObjectBaseComponent.getSavedState(FacesContext context, BaseComponent bc) protected voidBaseHTMLActionComponent.manageFocus(FacesContext context, String id) protected voidBaseHTMLActionComponent.manageFocus(FacesContext context, String id, String preStatement, String postStatement) protected voidBaseHTMLComponent.manageFocus(FacesContext context, String id) protected voidBaseHTMLComponent.manageFocus(FacesContext context, String id, String preStatement, String postStatement) voidBaseComponent.processDecodes(FacesContext context) voidBaseComponent.processUpdates(FacesContext context) voidBasePopupComponent.processUpdates(FacesContext context) voidBaseComponent.processValidators(FacesContext context) protected ComponentDumpBaseComponent.readCurrentComponentDump(FacesContext context) protected ComponentDumpBaseComponent.readPreviousComponentDump(FacesContext context) voidBaseComponent.renderComponentNoChange(FacesContext context, ResponseWriter writer, ComponentDump currentDump) In case of using event isolation inside ROWINCLUDE components may be rendered in a way, so that the client directly sees that there was no change within the component.
This method needs to be overridden, if a component does not directly render itself into corresponding GUI components.voidStructureComponent.renderComponentNoChange(FacesContext context, ResponseWriter writer, ComponentDump currentDump) voidBaseActionComponent.restoreState(FacesContext context, Object state) voidBaseComponent.restoreState(FacesContext context, Object state) voidBaseHTMLActionComponent.restoreState(FacesContext context, Object state) voidBaseHTMLComponent.restoreState(FacesContext context, Object state) voidBasePopupComponent.restoreState(FacesContext context, Object state) BaseActionComponent.saveState(FacesContext context) BaseComponent.saveState(FacesContext context) BaseHTMLActionComponent.saveState(FacesContext context) BaseHTMLComponent.saveState(FacesContext context) BasePopupComponent.saveState(FacesContext context) protected voidBaseComponent.setDecodeValueInValueBinding(FacesContext context, Object vb, String value, boolean flagSetMayFail) BaseActionComponent.triggerActionEvent(FacesContext context, String command, String value, boolean immediate) protected voidBaseComponent.updateAttributeValue(FacesContext context, String attributeName, String value, Class preferredType, boolean inUpdatePhase, boolean flagSetMayFail) Helper method: either set the value binding or the attribute.protected voidBaseComponent.updateComponentBinding(FacesContext context) done with every request -
Uses of FacesContext in org.eclnt.jsfserver.elements.impl
Methods in org.eclnt.jsfserver.elements.impl with parameters of type FacesContextModifier and TypeMethodDescriptionFIXGRIDPersistenceMgr.readPersistentInfo(FacesContext context, FIXGRIDBinding gridBinding, String pageName, String persistId) IFIXGRIDPersistence.readPersistentInfo(FacesContext context, String pageName, String persistId) IFIXGRIDPersistence2.readPersistentInfo(FacesContext context, FIXGRIDBinding gridBinding, String pageName, String persistId) FIXGRIDPersistenceMgr.removePersistentInfo(FacesContext context, FIXGRIDBinding gridBinding, String pageName, String persistId) static voidFIXGRIDPersistenceMgr.updatePersistentInfo(FacesContext context, FIXGRIDBinding gridBinding, String pageName, String persistId, IFIXGRIDPersistence.PersistentInfo persistentInfo) voidIFIXGRIDPersistence.updatePersistentInfo(FacesContext context, String pageName, String persistId, IFIXGRIDPersistence.PersistentInfo persistentInfo) voidIFIXGRIDPersistence2.updatePersistentInfo(FacesContext context, FIXGRIDBinding gridBinding, String pageName, String persistId, IFIXGRIDPersistence.PersistentInfo persistentInfo) -
Uses of FacesContext in org.eclnt.jsfserver.session
Methods in org.eclnt.jsfserver.session with parameters of type FacesContextModifier and TypeMethodDescriptionvoidSessionInfo.applyLocaleSettingsAfterRendering(FacesContext context) voidSessionInfo.applyLocaleSettingsAfterRestoringView(FacesContext context) Internal use only.
Reapplies locale setting from last roudtrip.voidSessionInfo.applyLocaleSettingsBeforeRendering(FacesContext context) Internal use only.
Applies locale settings to the application. -
Uses of FacesContext in org.eclnt.jsfserver.util
Methods in org.eclnt.jsfserver.util that return FacesContextModifier and TypeMethodDescriptionstatic FacesContextHttpSessionAccess.getCurrentFacesContext()Accessing the FacesContext.Methods in org.eclnt.jsfserver.util with parameters of type FacesContextModifier and TypeMethodDescriptionCCViewHandler.calculateLocale(FacesContext context) CCViewHandler.calculateRenderKitId(FacesContext context) static booleanExpressionUtil.checkIfExpressionContainsIErrorAwareImplementation(FacesContext context, String expression) CCViewHandler.createView(FacesContext context, String viewId) CCViewHandler.getActionURL(FacesContext context, String viewId) protected ObjectCCStateManager.getComponentStateToSave(FacesContext context) static ComponentDumpHttpSessionAccess.getCurrentComponentDump(FacesContext context) Internal use only.static jakarta.el.ELContextHttpSessionAccess.getCurrentELContext(FacesContext context) Accessing the EL context which is for accessing expressions.static ApplicationHttpSessionAccess.getCurrentFacesApplication(FacesContext context) Accessing the Application.static jakarta.servlet.http.HttpSessionHttpSessionAccess.getCurrentHttpSession(FacesContext context) Same asHttpSessionAccess.getCurrentHttpSession()- now with passing the FacesContext instance, which guides to the http session.static jakarta.servlet.http.HttpSessionHttpSessionAccess.getCurrentHttpSessionIfAvailable(FacesContext context) Same asHttpSessionAccess.getCurrentHttpSession()- now with passing the FacesContext instance, which guides to the http session and now without creating the http session if it does not exist.CCViewHandler.getResourceURL(FacesContext context, String path) protected ObjectCCStateManager.getTreeStructureToSave(FacesContext context) static ClassExpressionManagerV.getType(FacesContext context, Object expression) static ObjectExpressionManagerV.getValue(FacesContext context, Object expression) static ObjectExpressionManagerV.getValueForExpressionString(FacesContext context, String expressionString) static ObjectExpressionManagerV.getValueForExpressionString(FacesContext context, String expressionString, boolean withError) CCViewHandler.getWebsocketURL(FacesContext arg0, String arg1) static voidExpressionManagerM.invoke(FacesContext context, Object expression, Object[] args) booleanCCStateManager.isSavingStateInClient(FacesContext context) voidCCViewHandler.renderView(FacesContext context, UIViewRoot viewToRender) LastVariableResolver.resolveVariable(FacesContext arg0, String arg1) VariableResolverByDelegation.resolveVariable(FacesContext context, String name) protected voidCCStateManager.restoreComponentState(FacesContext context, UIViewRoot viewRoot, String renderKitId) protected UIViewRootCCStateManager.restoreTreeStructure(FacesContext context, String viewId, String renderKitId) CCStateManager.restoreView(FacesContext context, String viewId, String renderKitId) CCViewHandler.restoreView(FacesContext context, String viewId) CCStateManager.saveSerializedView(FacesContext context) CCStateManager.saveView(FacesContext context) static voidExpressionManagerV.setValue(FacesContext context, Object expression, Object value) Set value of an expression.static voidExpressionManagerV.setValue(FacesContext context, Object expression, Object value, boolean clearStack) Internal usage.static voidExpressionManagerV.setValueInExpressionString(FacesContext context, String expressionString, Object value) voidCCStateManager.writeState(FacesContext context, Object state) voidCCStateManager.writeState(FacesContext context, StateManager.SerializedView state) voidCCViewHandler.writeState(FacesContext context) -
Uses of FacesContext in org.eclnt.jsfserver.util.fixgridpersistence
Methods in org.eclnt.jsfserver.util.fixgridpersistence with parameters of type FacesContextModifier and TypeMethodDescriptionprotected GridInfoDefaultFIXGRIDPersistence.readGridInfo(FacesContext context, FIXGRIDBinding gridBinding, String pageName, String persistId) The persistent info is kept in the database as instance of "GridInfo".DefaultFIXGRIDPersistence.readPersistentInfo(FacesContext context, FIXGRIDBinding gridBinding, String pageName, String persistId) Reads and applies persistent info for grid.protected StringDefaultFIXGRIDPersistence.readSerializedPersistentInfo(FacesContext context, FIXGRIDBinding gridBinding, String pageName, String persistId) Reads the serialized persistent info - by default the reading is done from the Streamstore - but this can be overriden. - OVerride this method if you only want to change the way the persistent info is stored.protected voidDefaultFIXGRIDPersistence.saveSerializedPersistentInfo(FacesContext context, FIXGRIDBinding gridBinding, String pageName, String persistId, IFIXGRIDPersistence.PersistentInfo persistentInfo, String xml) Writes the serialized persistent info - by default the writing is done to the Streamstore - but this can be overriden. - Override this method if you only want to change the way the persistent info is stored.protected voidDefaultFIXGRIDPersistence.updateGridInfo(FacesContext context, FIXGRIDBinding gridBinding, String pageName, String persistId, IFIXGRIDPersistence.PersistentInfo persistentInfo, GridInfo gridInfo) voidDefaultFIXGRIDPersistence.updatePersistentInfo(FacesContext context, FIXGRIDBinding gridBinding, String pageName, String persistId, IFIXGRIDPersistence.PersistentInfo persistentInfo) -
Uses of FacesContext in org.eclnt.jsfserver.util.useraccess
Methods in org.eclnt.jsfserver.util.useraccess with parameters of type FacesContextModifier and TypeMethodDescriptionDefaultTenantAccess.getCurrentTenant(FacesContext context) DefaultUserAccess.getCurrentUser(FacesContext context)