|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of FacesContext in javax.faces.application |
---|
Methods in javax.faces.application with parameters of type FacesContext | ||
---|---|---|
java.lang.String |
ViewHandler.calculateCharacterEncoding(FacesContext context)
|
|
java.lang.String |
ViewHandlerWrapper.calculateCharacterEncoding(FacesContext context)
|
|
abstract java.util.Locale |
ViewHandler.calculateLocale(FacesContext context)
Return the Locale object that should be used when rendering this view to the current user. |
|
java.util.Locale |
ViewHandlerWrapper.calculateLocale(FacesContext context)
|
|
abstract java.lang.String |
ViewHandler.calculateRenderKitId(FacesContext context)
Return the id of an available render-kit that should be used to map the JSF components into user presentation. |
|
java.lang.String |
ViewHandlerWrapper.calculateRenderKitId(FacesContext context)
|
|
UIComponent |
Application.createComponent(FacesContext context,
Resource componentResource)
??? |
|
UIComponent |
ApplicationWrapper.createComponent(FacesContext context,
Resource componentResource)
|
|
UIComponent |
Application.createComponent(FacesContext context,
java.lang.String componentType,
java.lang.String rendererType)
|
|
UIComponent |
ApplicationWrapper.createComponent(FacesContext context,
java.lang.String componentType,
java.lang.String rendererType)
|
|
abstract UIComponent |
Application.createComponent(ValueBinding componentBinding,
FacesContext context,
java.lang.String componentType)
Deprecated. |
|
UIComponent |
ApplicationWrapper.createComponent(ValueBinding componentBinding,
FacesContext context,
java.lang.String componentType)
|
|
UIComponent |
Application.createComponent(javax.el.ValueExpression componentExpression,
FacesContext context,
java.lang.String componentType)
Call the getValue() method on the specified ValueExpression . |
|
UIComponent |
ApplicationWrapper.createComponent(javax.el.ValueExpression componentExpression,
FacesContext contexte,
java.lang.String componentType)
|
|
UIComponent |
Application.createComponent(javax.el.ValueExpression componentExpression,
FacesContext context,
java.lang.String componentType,
java.lang.String rendererType)
|
|
UIComponent |
ApplicationWrapper.createComponent(javax.el.ValueExpression componentExpression,
FacesContext context,
java.lang.String componentType,
java.lang.String rendererType)
|
|
abstract UIViewRoot |
ViewHandler.createView(FacesContext context,
java.lang.String viewId)
Build a root node for a component tree. |
|
UIViewRoot |
ViewHandlerWrapper.createView(FacesContext context,
java.lang.String viewId)
|
|
java.lang.String |
ViewHandler.deriveViewId(FacesContext context,
java.lang.String input)
|
|
java.lang.String |
ViewHandlerWrapper.deriveViewId(FacesContext context,
java.lang.String input)
|
|
|
Application.evaluateExpressionGet(FacesContext context,
java.lang.String expression,
java.lang.Class<? extends T> expectedType)
Get a value by evaluating an expression. |
|
|
ApplicationWrapper.evaluateExpressionGet(FacesContext context,
java.lang.String expression,
java.lang.Class<? extends T> expectedType)
|
|
java.net.URL |
NavigationCase.getActionURL(FacesContext context)
|
|
abstract java.lang.String |
ViewHandler.getActionURL(FacesContext context,
java.lang.String viewId)
Returns a URL, suitable for encoding and rendering, that (if activated) will cause the JSF request processing lifecycle for the specified viewId to be executed |
|
java.lang.String |
ViewHandlerWrapper.getActionURL(FacesContext context,
java.lang.String viewId)
|
|
java.net.URL |
NavigationCase.getBookmarkableURL(FacesContext context)
|
|
java.lang.String |
ViewHandler.getBookmarkableURL(FacesContext context,
java.lang.String viewId,
java.util.Map<java.lang.String,java.util.List<java.lang.String>> parameters,
boolean includeViewParams)
Return a JSF action URL derived from the viewId argument that is suitable to be used as the target of a link in a JSF response. |
|
java.lang.String |
ViewHandlerWrapper.getBookmarkableURL(FacesContext context,
java.lang.String viewId,
java.util.Map<java.lang.String,java.util.List<java.lang.String>> parameters,
boolean includeViewParams)
|
|
protected java.lang.Object |
StateManagerWrapper.getComponentStateToSave(FacesContext context)
|
|
protected java.lang.Object |
StateManager.getComponentStateToSave(FacesContext context)
Deprecated. |
|
java.lang.Boolean |
NavigationCase.getCondition(FacesContext context)
|
|
abstract NavigationCase |
ConfigurableNavigationHandler.getNavigationCase(FacesContext context,
java.lang.String fromAction,
java.lang.String outcome)
|
|
java.net.URL |
NavigationCase.getRedirectURL(FacesContext context)
|
|
java.lang.String |
ViewHandler.getRedirectURL(FacesContext context,
java.lang.String viewId,
java.util.Map<java.lang.String,java.util.List<java.lang.String>> parameters,
boolean includeViewParams)
Return a JSF action URL derived from the viewId argument that is suitable to be used by the NavigationHandler to issue a redirect request to the URL using a NonFaces request. |
|
java.lang.String |
ViewHandlerWrapper.getRedirectURL(FacesContext context,
java.lang.String viewId,
java.util.Map<java.lang.String,java.util.List<java.lang.String>> parameters,
boolean includeViewParams)
|
|
java.util.ResourceBundle |
Application.getResourceBundle(FacesContext ctx,
java.lang.String name)
Find a ResourceBundle as defined in the application configuration resources under the specified
name. |
|
java.util.ResourceBundle |
ApplicationWrapper.getResourceBundle(FacesContext ctx,
java.lang.String name)
|
|
java.net.URL |
NavigationCase.getResourceURL(FacesContext context)
|
|
abstract java.lang.String |
ViewHandler.getResourceURL(FacesContext context,
java.lang.String path)
Returns a URL, suitable for encoding and rendering, that (if activated) will retrieve the specified web application resource. |
|
java.lang.String |
ViewHandlerWrapper.getResourceURL(FacesContext context,
java.lang.String path)
|
|
java.lang.String |
NavigationCase.getToViewId(FacesContext context)
|
|
protected java.lang.Object |
StateManagerWrapper.getTreeStructureToSave(FacesContext context)
|
|
protected java.lang.Object |
StateManager.getTreeStructureToSave(FacesContext context)
Deprecated. |
|
ViewDeclarationLanguage |
ViewHandler.getViewDeclarationLanguage(FacesContext context,
java.lang.String viewId)
Return the ViewDeclarationLanguage instance used for this ViewHandler instance. |
|
ViewDeclarationLanguage |
ViewHandlerWrapper.getViewDeclarationLanguage(FacesContext context,
java.lang.String viewId)
|
|
java.lang.String |
StateManagerWrapper.getViewState(FacesContext context)
|
|
java.lang.String |
StateManager.getViewState(FacesContext context)
TODO: This method should be called from somewhere when ajax response is created to update the state saving param on client. |
|
abstract void |
NavigationHandler.handleNavigation(FacesContext context,
java.lang.String fromAction,
java.lang.String outcome)
|
|
void |
ResourceHandlerWrapper.handleResourceRequest(FacesContext context)
|
|
abstract void |
ResourceHandler.handleResourceRequest(FacesContext context)
|
|
void |
ViewHandler.initView(FacesContext context)
Initialize the view for the request processing lifecycle. |
|
void |
ViewHandlerWrapper.initView(FacesContext context)
|
|
boolean |
ResourceHandlerWrapper.isResourceRequest(FacesContext context)
|
|
abstract boolean |
ResourceHandler.isResourceRequest(FacesContext context)
|
|
boolean |
StateManagerWrapper.isSavingStateInClient(FacesContext context)
|
|
boolean |
StateManager.isSavingStateInClient(FacesContext context)
|
|
void |
Application.publishEvent(FacesContext facesContext,
java.lang.Class<? extends SystemEvent> systemEventClass,
java.lang.Class<?> sourceBaseType,
java.lang.Object source)
|
|
void |
ApplicationWrapper.publishEvent(FacesContext facesContext,
java.lang.Class<? extends SystemEvent> systemEventClass,
java.lang.Class<?> sourceBaseType,
java.lang.Object source)
|
|
void |
Application.publishEvent(FacesContext facesContext,
java.lang.Class<? extends SystemEvent> systemEventClass,
java.lang.Object source)
If there are one or more listeners for events of the type represented by systemEventClass , call
those listeners,passing source as the source of the event. |
|
void |
ApplicationWrapper.publishEvent(FacesContext facesContext,
java.lang.Class<? extends SystemEvent> systemEventClass,
java.lang.Object source)
|
|
abstract void |
ViewHandler.renderView(FacesContext context,
UIViewRoot viewToRender)
Perform whatever actions are required to render the response view to the response object associated with the current FacesContext. |
|
void |
ViewHandlerWrapper.renderView(FacesContext context,
UIViewRoot viewToRender)
|
|
protected void |
StateManagerWrapper.restoreComponentState(FacesContext context,
UIViewRoot viewRoot,
java.lang.String renderKitId)
|
|
protected void |
StateManager.restoreComponentState(FacesContext context,
UIViewRoot viewRoot,
java.lang.String renderKitId)
Deprecated. |
|
protected UIViewRoot |
StateManagerWrapper.restoreTreeStructure(FacesContext context,
java.lang.String viewId,
java.lang.String renderKitId)
|
|
protected UIViewRoot |
StateManager.restoreTreeStructure(FacesContext context,
java.lang.String viewId,
java.lang.String renderKitId)
Deprecated. |
|
abstract UIViewRoot |
ViewHandler.restoreView(FacesContext context,
java.lang.String viewId)
Perform whatever actions are required to restore the view associated with the specified FacesContext and viewId. |
|
UIViewRoot |
ViewHandlerWrapper.restoreView(FacesContext context,
java.lang.String viewId)
|
|
UIViewRoot |
StateManagerWrapper.restoreView(FacesContext context,
java.lang.String viewId,
java.lang.String renderKitId)
|
|
abstract UIViewRoot |
StateManager.restoreView(FacesContext context,
java.lang.String viewId,
java.lang.String renderKitId)
|
|
StateManager.SerializedView |
StateManagerWrapper.saveSerializedView(FacesContext context)
|
|
StateManager.SerializedView |
StateManager.saveSerializedView(FacesContext context)
Deprecated. |
|
java.lang.Object |
StateManagerWrapper.saveView(FacesContext context)
|
|
java.lang.Object |
StateManager.saveView(FacesContext context)
Returns an object that is sufficient to recreate the component tree that is the viewroot of the specified context. |
|
boolean |
ResourceWrapper.userAgentNeedsUpdate(FacesContext context)
|
|
abstract boolean |
Resource.userAgentNeedsUpdate(FacesContext context)
|
|
abstract void |
ViewHandler.writeState(FacesContext context)
Take any appropriate action to either immediately write out the current state information (by calling StateManager.writeState(javax.faces.context.FacesContext, java.lang.Object), or noting where state information should later be written. |
|
void |
ViewHandlerWrapper.writeState(FacesContext context)
|
|
void |
StateManagerWrapper.writeState(FacesContext context,
java.lang.Object state)
|
|
void |
StateManager.writeState(FacesContext context,
java.lang.Object state)
Associate the provided state object with the current response being generated. |
|
void |
StateManagerWrapper.writeState(FacesContext context,
StateManager.SerializedView state)
|
|
void |
StateManager.writeState(FacesContext context,
StateManager.SerializedView state)
Deprecated. |
Uses of FacesContext in javax.faces.component |
---|
Methods in javax.faces.component that return FacesContext | |
---|---|
protected abstract FacesContext |
UIComponent.getFacesContext()
|
protected FacesContext |
UIComponentBase.getFacesContext()
|
Methods in javax.faces.component with parameters of type FacesContext | |
---|---|
void |
UIViewRoot.addComponentResource(FacesContext context,
UIComponent componentResource)
|
void |
UIViewRoot.addComponentResource(FacesContext context,
UIComponent componentResource,
java.lang.String target)
|
void |
UIViewRoot.broadcastEvents(FacesContext context,
PhaseId phaseId)
|
java.lang.String |
UniqueIdVendor.createUniqueId(FacesContext context,
java.lang.String seed)
|
java.lang.String |
UIViewRoot.createUniqueId(FacesContext context,
java.lang.String seed)
|
java.lang.String |
UINamingContainer.createUniqueId(FacesContext context,
java.lang.String seed)
|
java.lang.String |
UIForm.createUniqueId(FacesContext context,
java.lang.String seed)
|
java.lang.String |
UIData.createUniqueId(FacesContext context,
java.lang.String seed)
|
abstract void |
UIComponent.decode(FacesContext context)
|
void |
UIInput.decode(FacesContext context)
|
void |
UIViewParameter.decode(FacesContext context)
|
void |
UIComponentBase.decode(FacesContext context)
Check the submitted form parameters for data associated with this component. |
void |
UIComponent.encodeAll(FacesContext context)
|
void |
UIViewParameter.encodeAll(FacesContext context)
|
void |
UIViewRoot.encodeBegin(FacesContext context)
|
abstract void |
UIComponent.encodeBegin(FacesContext context)
|
void |
UIComponentBase.encodeBegin(FacesContext context)
|
void |
UIData.encodeBegin(FacesContext context)
Perform necessary actions when rendering of this component starts, before delegating to the inherited implementation which calls the associated renderer's encodeBegin method. |
void |
UIViewRoot.encodeChildren(FacesContext context)
|
abstract void |
UIComponent.encodeChildren(FacesContext context)
|
void |
UIComponentBase.encodeChildren(FacesContext context)
|
void |
UIViewRoot.encodeEnd(FacesContext context)
|
abstract void |
UIComponent.encodeEnd(FacesContext context)
|
void |
UIComponentBase.encodeEnd(FacesContext context)
|
void |
UIData.encodeEnd(FacesContext context)
|
java.lang.String |
UIViewRoot.getClientId(FacesContext context)
DO NOT USE. |
abstract java.lang.String |
UIComponent.getClientId(FacesContext context)
|
java.lang.String |
UIComponentBase.getClientId(FacesContext context)
Get a string which can be output to the response which uniquely identifies this UIComponent within the current view. |
java.lang.String |
UIData.getClientId(FacesContext context)
|
java.util.List<UIComponent> |
UIViewRoot.getComponentResources(FacesContext context,
java.lang.String target)
|
java.lang.String |
UIComponent.getContainerClientId(FacesContext ctx)
|
java.lang.String |
UIForm.getContainerClientId(FacesContext ctx)
|
protected java.lang.Object |
UISelectMany.getConvertedValue(FacesContext context,
java.lang.Object submittedValue)
|
protected java.lang.Object |
UIInput.getConvertedValue(FacesContext context,
java.lang.Object submittedValue)
Convert the provided object to the desired value. |
protected java.lang.Object |
UIViewParameter.getConvertedValue(FacesContext context,
java.lang.Object submittedValue)
|
static UIComponent |
UIComponent.getCurrentComponent(FacesContext context)
|
static UIComponent |
UIComponent.getCurrentCompositeComponent(FacesContext context)
|
protected abstract Renderer |
UIComponent.getRenderer(FacesContext context)
|
protected Renderer |
UIComponentBase.getRenderer(FacesContext context)
|
static char |
UINamingContainer.getSeparatorChar(FacesContext context)
|
java.lang.String |
UIViewParameter.getStringValue(FacesContext context)
|
java.lang.String |
UIViewParameter.getStringValueFromModel(FacesContext context)
|
UIViewParameter |
UIViewParameter.Reference.getUIViewParameter(FacesContext context)
|
void |
ContextCallback.invokeContextCallback(FacesContext context,
UIComponent target)
|
boolean |
UIComponent.invokeOnComponent(FacesContext context,
java.lang.String clientId,
ContextCallback callback)
Invokes the invokeContextCallback method with the component, specified by clientId . |
boolean |
UIComponentBase.invokeOnComponent(FacesContext context,
java.lang.String clientId,
ContextCallback callback)
invokeOnComponent must be implemented in UIComponentBase too... |
boolean |
UIData.invokeOnComponent(FacesContext context,
java.lang.String clientId,
ContextCallback callback)
|
void |
UIComponent.popComponentFromEL(FacesContext context)
|
void |
UIViewRoot.processApplication(FacesContext context)
|
void |
UIViewRoot.processDecodes(FacesContext context)
|
abstract void |
UIComponent.processDecodes(FacesContext context)
|
void |
UIInput.processDecodes(FacesContext context)
Set the "submitted value" of this component from the relevant data in the current servlet request object. |
void |
UIComponentBase.processDecodes(FacesContext context)
|
void |
UIForm.processDecodes(FacesContext context)
|
void |
UIData.processDecodes(FacesContext context)
|
void |
UIViewRoot.processRestoreState(FacesContext context,
java.lang.Object state)
|
abstract void |
UIComponent.processRestoreState(FacesContext context,
java.lang.Object state)
|
void |
UIComponentBase.processRestoreState(FacesContext context,
java.lang.Object state)
|
abstract java.lang.Object |
UIComponent.processSaveState(FacesContext context)
|
java.lang.Object |
UIComponentBase.processSaveState(FacesContext context)
|
void |
UIViewRoot.processUpdates(FacesContext context)
|
abstract void |
UIComponent.processUpdates(FacesContext context)
|
void |
UIInput.processUpdates(FacesContext context)
|
void |
UIComponentBase.processUpdates(FacesContext context)
This isn't an input component, so just pass on the processUpdates call to child components and facets that might be input components. |
void |
UIForm.processUpdates(FacesContext context)
|
void |
UIData.processUpdates(FacesContext context)
|
void |
UIViewRoot.processValidators(FacesContext context)
|
abstract void |
UIComponent.processValidators(FacesContext context)
|
void |
UIInput.processValidators(FacesContext context)
|
void |
UIViewParameter.processValidators(FacesContext context)
|
void |
UIComponentBase.processValidators(FacesContext context)
|
void |
UIForm.processValidators(FacesContext context)
|
void |
UIData.processValidators(FacesContext context)
|
void |
UIComponent.pushComponentToEL(FacesContext context,
UIComponent component)
|
void |
UIViewRoot.removeComponentResource(FacesContext context,
UIComponent componentResource)
|
void |
UIViewRoot.removeComponentResource(FacesContext context,
UIComponent componentResource,
java.lang.String target)
|
static java.lang.Object |
UIComponentBase.restoreAttachedState(FacesContext context,
java.lang.Object stateObj)
|
void |
UIViewRoot.restoreState(FacesContext facesContext,
java.lang.Object state)
|
void |
StateHolder.restoreState(FacesContext context,
java.lang.Object state)
|
void |
UIInput.restoreState(FacesContext facesContext,
java.lang.Object state)
|
void |
UIComponentBase.restoreState(FacesContext context,
java.lang.Object state)
Invoked in the "restore view" phase, this initialises this object's members from the values saved previously into the provided state object. |
void |
UIOutput.restoreState(FacesContext facesContext,
java.lang.Object state)
|
static java.lang.Object |
UIComponentBase.saveAttachedState(FacesContext context,
java.lang.Object attachedObject)
Serializes objects which are "attached" to this component but which are not UIComponent children of it. |
java.lang.Object |
UIViewRoot.saveState(FacesContext facesContext)
|
java.lang.Object |
StateHolder.saveState(FacesContext context)
|
java.lang.Object |
UIInput.saveState(FacesContext facesContext)
|
java.lang.Object |
UIComponentBase.saveState(FacesContext context)
Invoked after the render phase has completed, this method returns an object which can be passed to the restoreState of some other instance of UIComponentBase to reset that object's state to the same values as this object currently has. |
java.lang.Object |
UIForm.saveState(FacesContext context)
|
java.lang.Object |
UIOutput.saveState(FacesContext facesContext)
|
void |
UIInput.updateModel(FacesContext context)
|
void |
UIViewParameter.updateModel(FacesContext context)
|
void |
UISelectMany.validate(FacesContext context)
First part is identical to super.validate except the empty condition. |
void |
UIInput.validate(FacesContext context)
Determine whether the new value is valid, and queue a ValueChangeEvent if necessary. |
protected void |
UISelectMany.validateValue(FacesContext context,
java.lang.Object convertedValue)
|
protected void |
UIInput.validateValue(FacesContext context,
java.lang.Object convertedValue)
|
protected void |
UISelectOne.validateValue(FacesContext context,
java.lang.Object value)
Verify that the result of converting the newly submitted value is equal to the value property of one of the child SelectItem objects. |
Constructors in javax.faces.component with parameters of type FacesContext | |
---|---|
UIViewParameter.Reference(FacesContext context,
UIViewParameter param,
int indexInParent,
java.lang.String viewIdAtTimeOfConstruction)
|
Uses of FacesContext in javax.faces.component.behavior |
---|
Methods in javax.faces.component.behavior that return FacesContext | |
---|---|
abstract FacesContext |
ClientBehaviorContext.getFacesContext()
|
Methods in javax.faces.component.behavior with parameters of type FacesContext | |
---|---|
static ClientBehaviorContext |
ClientBehaviorContext.createClientBehaviorContext(FacesContext context,
UIComponent component,
java.lang.String eventName,
java.lang.String sourceId,
java.util.Collection<ClientBehaviorContext.Parameter> parameters)
|
void |
ClientBehavior.decode(FacesContext context,
UIComponent component)
|
void |
ClientBehaviorBase.decode(FacesContext context,
UIComponent component)
|
protected ClientBehaviorRenderer |
ClientBehaviorBase.getRenderer(FacesContext context)
|
void |
BehaviorBase.restoreState(FacesContext context,
java.lang.Object state)
|
void |
AjaxBehavior.restoreState(FacesContext facesContext,
java.lang.Object o)
|
java.lang.Object |
BehaviorBase.saveState(FacesContext context)
|
java.lang.Object |
AjaxBehavior.saveState(FacesContext facesContext)
|
Uses of FacesContext in javax.faces.component.visit |
---|
Methods in javax.faces.component.visit that return FacesContext | |
---|---|
FacesContext |
VisitContextWrapper.getFacesContext()
|
abstract FacesContext |
VisitContext.getFacesContext()
|
Methods in javax.faces.component.visit with parameters of type FacesContext | |
---|---|
static VisitContext |
VisitContext.createVisitContext(FacesContext context)
|
static VisitContext |
VisitContext.createVisitContext(FacesContext context,
java.util.Collection<java.lang.String> ids,
java.util.Set<VisitHint> hints)
|
abstract VisitContext |
VisitContextFactory.getVisitContext(FacesContext context,
java.util.Collection<java.lang.String> ids,
java.util.Set<VisitHint> hints)
|
Uses of FacesContext in javax.faces.context |
---|
Subclasses of FacesContext in javax.faces.context | |
---|---|
class |
FacesContextWrapper
|
Methods in javax.faces.context that return FacesContext | |
---|---|
static FacesContext |
FacesContext.getCurrentInstance()
|
abstract FacesContext |
FacesContextFactory.getFacesContext(java.lang.Object context,
java.lang.Object request,
java.lang.Object response,
Lifecycle lifecycle)
|
abstract FacesContext |
FacesContextWrapper.getWrapped()
|
Methods in javax.faces.context with parameters of type FacesContext | |
---|---|
abstract void |
Flash.doPostPhaseActions(FacesContext context)
|
abstract void |
Flash.doPrePhaseActions(FacesContext context)
|
abstract PartialViewContext |
PartialViewContextFactory.getPartialViewContext(FacesContext context)
|
protected static void |
FacesContext.setCurrentInstance(FacesContext context)
|
Uses of FacesContext in javax.faces.convert |
---|
Methods in javax.faces.convert with parameters of type FacesContext | |
---|---|
java.lang.Object |
IntegerConverter.getAsObject(FacesContext facesContext,
UIComponent uiComponent,
java.lang.String value)
|
java.lang.Object |
Converter.getAsObject(FacesContext context,
UIComponent component,
java.lang.String value)
|
java.lang.Object |
ShortConverter.getAsObject(FacesContext facesContext,
UIComponent uiComponent,
java.lang.String value)
|
java.lang.Object |
EnumConverter.getAsObject(FacesContext facesContext,
UIComponent uiComponent,
java.lang.String value)
|
java.lang.Object |
BooleanConverter.getAsObject(FacesContext facesContext,
UIComponent uiComponent,
java.lang.String value)
|
java.lang.Object |
BigIntegerConverter.getAsObject(FacesContext facesContext,
UIComponent uiComponent,
java.lang.String value)
|
java.lang.Object |
FloatConverter.getAsObject(FacesContext facesContext,
UIComponent uiComponent,
java.lang.String value)
|
java.lang.Object |
DateTimeConverter.getAsObject(FacesContext facesContext,
UIComponent uiComponent,
java.lang.String value)
|
java.lang.Object |
NumberConverter.getAsObject(FacesContext facesContext,
UIComponent uiComponent,
java.lang.String value)
|
java.lang.Object |
DoubleConverter.getAsObject(FacesContext facesContext,
UIComponent uiComponent,
java.lang.String value)
|
java.lang.Object |
CharacterConverter.getAsObject(FacesContext facesContext,
UIComponent uiComponent,
java.lang.String value)
|
java.lang.Object |
LongConverter.getAsObject(FacesContext facesContext,
UIComponent uiComponent,
java.lang.String value)
|
java.lang.Object |
ByteConverter.getAsObject(FacesContext facesContext,
UIComponent uiComponent,
java.lang.String value)
|
java.lang.Object |
BigDecimalConverter.getAsObject(FacesContext facesContext,
UIComponent uiComponent,
java.lang.String value)
|
java.lang.String |
IntegerConverter.getAsString(FacesContext facesContext,
UIComponent uiComponent,
java.lang.Object value)
|
java.lang.String |
Converter.getAsString(FacesContext context,
UIComponent component,
java.lang.Object value)
|
java.lang.String |
ShortConverter.getAsString(FacesContext facesContext,
UIComponent uiComponent,
java.lang.Object value)
|
java.lang.String |
EnumConverter.getAsString(FacesContext facesContext,
UIComponent uiComponent,
java.lang.Object value)
|
java.lang.String |
BooleanConverter.getAsString(FacesContext facesContext,
UIComponent uiComponent,
java.lang.Object value)
|
java.lang.String |
BigIntegerConverter.getAsString(FacesContext facesContext,
UIComponent uiComponent,
java.lang.Object value)
|
java.lang.String |
FloatConverter.getAsString(FacesContext facesContext,
UIComponent uiComponent,
java.lang.Object value)
|
java.lang.String |
DateTimeConverter.getAsString(FacesContext facesContext,
UIComponent uiComponent,
java.lang.Object value)
|
java.lang.String |
NumberConverter.getAsString(FacesContext facesContext,
UIComponent uiComponent,
java.lang.Object value)
|
java.lang.String |
DoubleConverter.getAsString(FacesContext facesContext,
UIComponent uiComponent,
java.lang.Object value)
|
java.lang.String |
CharacterConverter.getAsString(FacesContext facesContext,
UIComponent uiComponent,
java.lang.Object value)
|
java.lang.String |
LongConverter.getAsString(FacesContext facesContext,
UIComponent uiComponent,
java.lang.Object value)
|
java.lang.String |
ByteConverter.getAsString(FacesContext facesContext,
UIComponent uiComponent,
java.lang.Object value)
|
java.lang.String |
BigDecimalConverter.getAsString(FacesContext facesContext,
UIComponent uiComponent,
java.lang.Object value)
|
void |
EnumConverter.restoreState(FacesContext context,
java.lang.Object state)
|
void |
DateTimeConverter.restoreState(FacesContext facesContext,
java.lang.Object state)
|
void |
NumberConverter.restoreState(FacesContext facesContext,
java.lang.Object state)
|
java.lang.Object |
EnumConverter.saveState(FacesContext context)
|
java.lang.Object |
DateTimeConverter.saveState(FacesContext facesContext)
|
java.lang.Object |
NumberConverter.saveState(FacesContext facesContext)
|
Uses of FacesContext in javax.faces.el |
---|
Methods in javax.faces.el with parameters of type FacesContext | |
---|---|
abstract java.lang.Class |
MethodBinding.getType(FacesContext facescontext)
Deprecated. |
abstract java.lang.Class |
ValueBinding.getType(FacesContext facesContext)
Deprecated. |
abstract java.lang.Object |
ValueBinding.getValue(FacesContext facesContext)
Deprecated. |
abstract java.lang.Object |
MethodBinding.invoke(FacesContext facescontext,
java.lang.Object[] aobj)
Deprecated. |
abstract boolean |
ValueBinding.isReadOnly(FacesContext facesContext)
Deprecated. |
abstract java.lang.Object |
VariableResolver.resolveVariable(FacesContext facesContext,
java.lang.String name)
Deprecated. |
abstract void |
ValueBinding.setValue(FacesContext facesContext,
java.lang.Object value)
Deprecated. |
Uses of FacesContext in javax.faces.event |
---|
Methods in javax.faces.event that return FacesContext | |
---|---|
FacesContext |
ExceptionQueuedEventContext.getContext()
|
FacesContext |
PhaseEvent.getFacesContext()
|
Methods in javax.faces.event with parameters of type FacesContext | |
---|---|
void |
MethodExpressionActionListener.restoreState(FacesContext context,
java.lang.Object state)
|
void |
MethodExpressionValueChangeListener.restoreState(FacesContext context,
java.lang.Object state)
|
java.lang.Object |
MethodExpressionActionListener.saveState(FacesContext context)
|
java.lang.Object |
MethodExpressionValueChangeListener.saveState(FacesContext context)
|
Constructors in javax.faces.event with parameters of type FacesContext | |
---|---|
ExceptionQueuedEventContext(FacesContext context,
java.lang.Throwable thrown)
|
|
ExceptionQueuedEventContext(FacesContext context,
java.lang.Throwable thrown,
UIComponent component)
|
|
ExceptionQueuedEventContext(FacesContext context,
java.lang.Throwable thrown,
UIComponent component,
PhaseId phaseId)
|
|
PhaseEvent(FacesContext facesContext,
PhaseId phaseId,
Lifecycle lifecycle)
|
Uses of FacesContext in javax.faces.lifecycle |
---|
Methods in javax.faces.lifecycle with parameters of type FacesContext | |
---|---|
abstract void |
Lifecycle.execute(FacesContext context)
|
abstract void |
Lifecycle.render(FacesContext context)
|
Uses of FacesContext in javax.faces.render |
---|
Methods in javax.faces.render with parameters of type FacesContext | |
---|---|
java.lang.String |
Renderer.convertClientId(FacesContext context,
java.lang.String clientId)
|
void |
Renderer.decode(FacesContext context,
UIComponent component)
|
void |
ClientBehaviorRenderer.decode(FacesContext context,
UIComponent component,
ClientBehavior behavior)
|
void |
Renderer.encodeBegin(FacesContext context,
UIComponent component)
|
void |
Renderer.encodeChildren(FacesContext context,
UIComponent component)
Render all children if there are any. |
void |
Renderer.encodeEnd(FacesContext context,
UIComponent component)
|
java.lang.Object |
ResponseStateManager.getComponentStateToRestore(FacesContext context)
Deprecated. |
java.lang.Object |
Renderer.getConvertedValue(FacesContext context,
UIComponent component,
java.lang.Object submittedValue)
|
abstract RenderKit |
RenderKitFactory.getRenderKit(FacesContext context,
java.lang.String renderKitId)
|
java.lang.Object |
ResponseStateManager.getState(FacesContext context,
java.lang.String viewId)
|
java.lang.Object |
ResponseStateManager.getTreeStructureToRestore(FacesContext context,
java.lang.String viewId)
Deprecated. |
java.lang.String |
ResponseStateManager.getViewState(FacesContext context,
java.lang.Object state)
|
boolean |
ResponseStateManager.isPostback(FacesContext context)
Checks if the current request is a postback |
void |
ResponseStateManager.writeState(FacesContext context,
java.lang.Object state)
|
void |
ResponseStateManager.writeState(FacesContext context,
StateManager.SerializedView state)
Deprecated. |
Uses of FacesContext in javax.faces.validator |
---|
Methods in javax.faces.validator with parameters of type FacesContext | |
---|---|
void |
RegexValidator.restoreState(FacesContext context,
java.lang.Object state)
|
void |
LongRangeValidator.restoreState(FacesContext context,
java.lang.Object state)
|
void |
MethodExpressionValidator.restoreState(FacesContext context,
java.lang.Object state)
|
void |
DoubleRangeValidator.restoreState(FacesContext context,
java.lang.Object state)
|
void |
LengthValidator.restoreState(FacesContext context,
java.lang.Object state)
|
void |
BeanValidator.restoreState(FacesContext context,
java.lang.Object state)
|
java.lang.Object |
RegexValidator.saveState(FacesContext context)
|
java.lang.Object |
LongRangeValidator.saveState(FacesContext context)
|
java.lang.Object |
MethodExpressionValidator.saveState(FacesContext context)
|
java.lang.Object |
DoubleRangeValidator.saveState(FacesContext context)
|
java.lang.Object |
LengthValidator.saveState(FacesContext context)
|
java.lang.Object |
BeanValidator.saveState(FacesContext context)
|
void |
RegexValidator.validate(FacesContext context,
UIComponent component,
java.lang.Object value)
|
void |
LongRangeValidator.validate(FacesContext facesContext,
UIComponent uiComponent,
java.lang.Object value)
|
void |
MethodExpressionValidator.validate(FacesContext context,
UIComponent component,
java.lang.Object value)
|
void |
DoubleRangeValidator.validate(FacesContext facesContext,
UIComponent uiComponent,
java.lang.Object value)
|
void |
Validator.validate(FacesContext context,
UIComponent component,
java.lang.Object value)
|
void |
RequiredValidator.validate(FacesContext facesContext,
UIComponent uiComponent,
java.lang.Object value)
|
void |
LengthValidator.validate(FacesContext facesContext,
UIComponent uiComponent,
java.lang.Object value)
|
void |
BeanValidator.validate(FacesContext context,
UIComponent component,
java.lang.Object value)
|
Uses of FacesContext in javax.faces.view |
---|
Methods in javax.faces.view with parameters of type FacesContext | |
---|---|
void |
AttachedObjectHandler.applyAttachedObject(FacesContext context,
UIComponent parent)
Take the argument parent and apply this attached object to it. |
abstract void |
ViewDeclarationLanguage.buildView(FacesContext context,
UIViewRoot view)
|
abstract UIViewRoot |
ViewMetadata.createMetadataView(FacesContext context)
|
abstract UIViewRoot |
ViewDeclarationLanguage.createView(FacesContext context,
java.lang.String viewId)
|
abstract java.beans.BeanInfo |
ViewDeclarationLanguage.getComponentMetadata(FacesContext context,
Resource componentResource)
|
abstract Resource |
ViewDeclarationLanguage.getScriptComponentResource(FacesContext context,
Resource componentResource)
|
abstract StateManagementStrategy |
ViewDeclarationLanguage.getStateManagementStrategy(FacesContext context,
java.lang.String viewId)
|
abstract ViewMetadata |
ViewDeclarationLanguage.getViewMetadata(FacesContext context,
java.lang.String viewId)
|
abstract void |
ViewDeclarationLanguage.renderView(FacesContext context,
UIViewRoot view)
|
abstract UIViewRoot |
ViewDeclarationLanguage.restoreView(FacesContext context,
java.lang.String viewId)
|
abstract UIViewRoot |
StateManagementStrategy.restoreView(FacesContext context,
java.lang.String viewId,
java.lang.String renderKitId)
|
void |
ViewDeclarationLanguage.retargetAttachedObjects(FacesContext context,
UIComponent topLevelComponent,
java.util.List<AttachedObjectHandler> handlers)
|
void |
ViewDeclarationLanguage.retargetMethodExpressions(FacesContext context,
UIComponent topLevelComponent)
|
abstract java.lang.Object |
StateManagementStrategy.saveView(FacesContext context)
|
Uses of FacesContext in javax.faces.view.facelets |
---|
Methods in javax.faces.view.facelets that return FacesContext | |
---|---|
abstract FacesContext |
FaceletContext.getFacesContext()
The current FacesContext bound to this "request" |
Methods in javax.faces.view.facelets with parameters of type FacesContext | |
---|---|
void |
FaceletsAttachedObjectHandler.applyAttachedObject(FacesContext context,
UIComponent parent)
Take the argument parent and apply this attached object to it. |
Uses of FacesContext in javax.faces.webapp |
---|
Methods in javax.faces.webapp that return FacesContext | |
---|---|
protected FacesContext |
UIComponentClassicTagBase.getFacesContext()
|
protected abstract FacesContext |
UIComponentTagBase.getFacesContext()
|
Methods in javax.faces.webapp with parameters of type FacesContext | |
---|---|
protected UIComponent |
UIComponentTag.createComponent(FacesContext context,
java.lang.String id)
Deprecated. Create a UIComponent. |
protected abstract UIComponent |
UIComponentClassicTagBase.createComponent(FacesContext context,
java.lang.String newId)
|
protected UIComponent |
UIComponentELTag.createComponent(FacesContext context,
java.lang.String newId)
|
protected UIComponent |
UIComponentClassicTagBase.findComponent(FacesContext context)
Return the corresponding UIComponent for this tag, creating it if necessary. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |