Uses of Class
jakarta.faces.view.facelets.FaceletContext
Packages that use FaceletContext
Package
Description
-
Uses of FaceletContext in com.sun.faces.component.validator
Constructors in com.sun.faces.component.validator with parameters of type FaceletContext -
Uses of FaceletContext in com.sun.faces.facelets
Subclasses of FaceletContext in com.sun.faces.faceletsMethods in com.sun.faces.facelets with parameters of type FaceletContextModifier and TypeMethodDescriptionbooleanTemplateClient.apply(FaceletContext ctx, UIComponent parent, String name) This contract is much like the normal FaceletHandler.apply method, but it takes in an optional String name which tells this instance what fragment/definition it's looking for. -
Uses of FaceletContext in com.sun.faces.facelets.compiler
Methods in com.sun.faces.facelets.compiler with parameters of type FaceletContextModifier and TypeMethodDescriptionvoidAbstractUIHandler.addComponent(FaceletContext ctx, UIComponent parent, UIComponent c) voidEncodingHandler.apply(FaceletContext ctx, UIComponent parent) static CompilationMessageHolderEncodingHandler.getCompilationMessageHolder(FaceletContext ctx) -
Uses of FaceletContext in com.sun.faces.facelets.tag
Methods in com.sun.faces.facelets.tag with parameters of type FaceletContextModifier and TypeMethodDescriptionbooleanTagAttributeImpl.getBoolean(FaceletContext ctx) If literal,returnBoolean.valueOf(java.lang.String)passing our value, otherwise callgetObject(FaceletContext, Class).intTagAttributeImpl.getInt(FaceletContext ctx) If literal, callInteger.parseInt(String), otherwise callgetObject(FaceletContext, Class).TagAttributeImpl.getMethodExpression(FaceletContext ctx, Class type, Class[] paramTypes) Create a MethodExpression, using this attribute's value as the expression String.TagAttributeImpl.getObject(FaceletContext ctx) Delegates to getObject with Object.class as a paramTagAttributeImpl.getObject(FaceletContext ctx, Class type) If literal, simply coerce our String literal value using an ExpressionFactory, otherwise create a ValueExpression and evaluate it.TagAttributeImpl.getValue(FaceletContext ctx) If literal, then return our value, otherwise delegate to getObject, passing String.class.TagAttributeImpl.getValueExpression(FaceletContext ctx, Class type) Create a ValueExpression, using this attribute's literal value and the passed expected type.TagAttributeImpl.getValueExpression(FaceletContext ctx, String expr, Class type) -
Uses of FaceletContext in com.sun.faces.facelets.tag.composite
Methods in com.sun.faces.facelets.tag.composite with parameters of type FaceletContextModifier and TypeMethodDescriptionvoidAttachedObjectTargetHandler.apply(FaceletContext ctx, UIComponent parent) voidAttributeHandler.apply(FaceletContext ctx, UIComponent parent) voidDeclareFacetHandler.apply(FaceletContext ctx, UIComponent parent) voidExtensionHandler.apply(FaceletContext ctx, UIComponent parent) voidImplementationHandler.apply(FaceletContext ctx, UIComponent parent) voidInsertChildrenHandler.apply(FaceletContext ctx, UIComponent parent) voidInsertFacetHandler.apply(FaceletContext ctx, UIComponent parent) voidInterfaceHandler.apply(FaceletContext ctx, UIComponent parent) voidRenderFacetHandler.onComponentPopulated(FaceletContext ctx, UIComponent c, UIComponent parent) -
Uses of FaceletContext in com.sun.faces.facelets.tag.faces
Methods in com.sun.faces.facelets.tag.faces with parameters of type FaceletContextModifier and TypeMethodDescriptionstatic voidComponentSupport.addComponent(FaceletContext ctx, UIComponent parent, UIComponent child) Add the child component to the parent.protected voidComponentTagHandlerDelegateImpl.addComponentToView(FaceletContext ctx, UIComponent parent, UIComponent c, boolean componentFound) voidComponentTagHandlerDelegateImpl.apply(FaceletContext ctx, UIComponent parent) Method handles UIComponent tree creation in accordance with the Faces 1.2 spec.voidConverterTagHandlerDelegateImpl.apply(FaceletContext ctx, UIComponent parent) voidValidatorTagHandlerDelegateImpl.apply(FaceletContext ctx, UIComponent parent) voidCompositeComponentTagHandler.applyNextHandler(FaceletContext ctx, UIComponent c) protected voidComponentTagHandlerDelegateImpl.assignUniqueId(FaceletContext ctx, UIComponent parent, String id, UIComponent c) static voidComponentSupport.copyPassthroughAttributes(FaceletContext ctx, UIComponent c, Tag t) CompositeComponentTagHandler.createComponent(FaceletContext ctx) PassThroughElementComponentHandler.createComponent(FaceletContext ctx) protected ComponentValidators.ValidatorInfoValidatorTagHandlerDelegateImpl.createValidatorInfo(FaceletContext ctx) protected voidComponentTagHandlerDelegateImpl.doExistingComponentActions(FaceletContext ctx, String id, UIComponent c) protected voidComponentTagHandlerDelegateImpl.doNewComponentActions(FaceletContext ctx, String id, UIComponent c) protected voidComponentTagHandlerDelegateImpl.doOrphanedChildCleanup(FaceletContext ctx, UIComponent parent, UIComponent c) protected UIComponentComponentTagHandlerDelegateImpl.findChild(FaceletContext ctx, UIComponent parent, String tagId) protected UIComponentComponentTagHandlerDelegateImpl.findReparentedComponent(FaceletContext ctx, UIComponent parent, String tagId) static LocaleComponentSupport.getLocale(FaceletContext ctx, TagAttribute attr) According to Faces 1.2 tag specs, this helper method will use the TagAttribute passed in determining the Locale intended.static UIViewRootComponentSupport.getViewRoot(FaceletContext ctx, UIComponent parent) Tries to walk up the parent to find the UIViewRoot, if not found, then go to FaceletContext's FacesContext for the view root.protected booleanComponentTagHandlerDelegateImpl.isIterating(FaceletContext context) voidPassThroughElementComponentHandler.onComponentCreated(FaceletContext ctx, UIComponent c, UIComponent parent) protected voidComponentTagHandlerDelegateImpl.popComponentFromEL(FaceletContext ctx, UIComponent c, CompositeComponentStackManager ccStackManager, boolean compCompPushed) protected booleanComponentTagHandlerDelegateImpl.pushComponentToEL(FaceletContext ctx, UIComponent c, CompositeComponentStackManager ccStackManager) static booleanIterationIdManager.registerLiteralId(FaceletContext ctx, String id) Registers a literal Id with this manager and determines whether the same Id has been seen beforevoidCompositeComponentTagHandler.setAttributes(FaceletContext ctx, Object instance) Specialized implementation to prevent caching of the MetaRuleset when ProjectStage is Development.static voidIterationIdManager.startIteration(FaceletContext ctx) static voidIterationIdManager.startNamingContainer(FaceletContext ctx) static voidIterationIdManager.stopIteration(FaceletContext ctx) static voidIterationIdManager.stopNamingContainer(FaceletContext ctx) -
Uses of FaceletContext in com.sun.faces.facelets.tag.faces.core
Methods in com.sun.faces.facelets.tag.faces.core with parameters of type FaceletContextModifier and TypeMethodDescriptionvoidActionListenerHandlerBase.apply(FaceletContext ctx, UIComponent parent) voidAjaxHandler.apply(FaceletContext ctx, UIComponent parent) voidAttributeHandler.apply(FaceletContext ctx, UIComponent parent) voidAttributesHandler.apply(FaceletContext ctx, UIComponent parent) voidEventHandler.apply(FaceletContext ctx, UIComponent parent) voidFacetHandler.apply(FaceletContext ctx, UIComponent parent) voidLoadBundleHandler.apply(FaceletContext ctx, UIComponent parent) See taglib documentation.voidMetadataHandler.apply(FaceletContext ctx, UIComponent parent) voidPassThroughAttributeHandler.apply(FaceletContext ctx, UIComponent parent) voidPassThroughAttributesHandler.apply(FaceletContext ctx, UIComponent parent) voidPhaseListenerHandler.apply(FaceletContext ctx, UIComponent parent) voidSetPropertyActionListenerHandler.apply(FaceletContext ctx, UIComponent parent) voidValueChangeListenerHandler.apply(FaceletContext ctx, UIComponent parent) See taglib documentation.voidViewHandler.apply(FaceletContext ctx, UIComponent parent) See taglib documentation.protected ConverterConvertDateTimeHandler.createConverter(FaceletContext ctx) Returns a new DateTimeConverterprotected ConverterConvertDelegateHandler.createConverter(FaceletContext ctx) Uses the specified "converterId" to pull an instance from the Applicationprotected ConverterConvertNumberHandler.createConverter(FaceletContext ctx) Returns a new NumberConverterAttributeHandler.getAttributeName(FaceletContext ctxt) AttributesHandler.getAttributeName(FaceletContext ctxt) PassThroughAttributeHandler.getAttributeName(FaceletContext ctxt) PassThroughAttributesHandler.getAttributeName(FaceletContext ctxt) protected Class<? extends SystemEvent> EventHandler.getEventClass(FaceletContext ctx) FacetHandler.getFacetName(FaceletContext ctxt) protected StringValidateDelegateHandler.getValidator(FaceletContext ctx) Resolve the validator id from the attribute "validatorId", which is then used to create a new Validator instance from the Application.voidConvertDateTimeHandler.setAttributes(FaceletContext ctx, Object obj) Implements tag spec, see taglib documentation.voidConvertNumberHandler.setAttributes(FaceletContext ctx, Object obj) -
Uses of FaceletContext in com.sun.faces.facelets.tag.faces.html
Methods in com.sun.faces.facelets.tag.faces.html with parameters of type FaceletContextModifier and TypeMethodDescriptionprotected voidComponentResourceDelegate.addComponentToView(FaceletContext ctx, UIComponent parent, UIComponent c, boolean componentFound) protected voidComponentResourceDelegate.doOrphanedChildCleanup(FaceletContext ctx, UIComponent parent, UIComponent c) protected UIComponentComponentResourceDelegate.findChild(FaceletContext ctx, UIComponent parent, String tagId) protected abstract StringComponentResourceDelegate.getLocationTarget(FaceletContext ctx) protected StringScriptResourceDelegate.getLocationTarget(FaceletContext ctx) protected StringStylesheetResourceDelegate.getLocationTarget(FaceletContext ctx) -
Uses of FaceletContext in com.sun.faces.facelets.tag.jstl.core
Methods in com.sun.faces.facelets.tag.jstl.core with parameters of type FaceletContextModifier and TypeMethodDescriptionvoidCatchHandler.apply(FaceletContext ctx, UIComponent parent) voidChooseHandler.apply(FaceletContext ctx, UIComponent parent) voidChooseOtherwiseHandler.apply(FaceletContext ctx, UIComponent parent) voidChooseWhenHandler.apply(FaceletContext ctx, UIComponent parent) voidForEachHandler.apply(FaceletContext ctx, UIComponent parent) voidIfHandler.apply(FaceletContext ctx, UIComponent parent) voidSetHandler.apply(FaceletContext ctx, UIComponent parent) protected voidSetHandler.applyNextHandler(FaceletContext ctx, UIComponent c) booleanChooseWhenHandler.isTestTrue(FaceletContext ctx) -
Uses of FaceletContext in com.sun.faces.facelets.tag.ui
Methods in com.sun.faces.facelets.tag.ui with parameters of type FaceletContextModifier and TypeMethodDescriptionvoidCompositionHandler.apply(FaceletContext ctxObj, UIComponent parent) booleanCompositionHandler.apply(FaceletContext ctx, UIComponent parent, String name) voidDecorateHandler.apply(FaceletContext ctxObj, UIComponent parent) booleanDecorateHandler.apply(FaceletContext ctx, UIComponent parent, String name) voidDefineHandler.apply(FaceletContext ctx, UIComponent parent) voidIncludeHandler.apply(FaceletContext ctx, UIComponent parent) voidInsertHandler.apply(FaceletContext ctxObj, UIComponent parent) booleanInsertHandler.apply(FaceletContext ctx, UIComponent parent, String name) voidParamHandler.apply(FaceletContext ctx, UIComponent parent) voidSchemaCompliantRemoveHandler.apply(FaceletContext ctx, UIComponent parent) voidDefineHandler.applyDefinition(FaceletContext ctx, UIComponent parent) -
Uses of FaceletContext in jakarta.faces.view.facelets
Methods in jakarta.faces.view.facelets with parameters of type FaceletContextModifier and TypeMethodDescriptionvoidCompositeFaceletHandler.apply(FaceletContext ctx, UIComponent parent) Calls apply on any child handlers.voidDelegatingMetaTagHandler.apply(FaceletContext ctx, UIComponent parent) The default implementation simply calls through toTagHandlerDelegate.apply(jakarta.faces.view.facelets.FaceletContext, jakarta.faces.component.UIComponent).voidFaceletHandler.apply(FaceletContext ctx, UIComponent parent) Process changes on a particular UIComponentabstract voidTagHandlerDelegate.apply(FaceletContext ctx, UIComponent comp) abstract voidMetadata.applyMetadata(FaceletContext ctx, Object instance) Take the action prescribed in the Jakarta Faces Specification for this particular VDL element attribute.voidDelegatingMetaTagHandler.applyNextHandler(FaceletContext ctx, UIComponent c) Invoke theapply()method on this instance'sTagHandler.nextHandler.ComponentHandler.createComponent(FaceletContext ctx) Subclasses that wish to take over the task of instantiating theUIComponentinstance corresponding to this tag handler my override this method to do so.AttributeHandler.getAttributeName(FaceletContext ctx) Returns the resolved literal String value of the attribute name after evaluating EL.abstract booleanTagAttribute.getBoolean(FaceletContext ctx) If literal,returnBoolean.valueOf(java.lang.String)passing our value, otherwise callgetObject(FaceletContext, Class).ConverterHandler.getConverterId(FaceletContext ctx) Returns the converter Id.FacetHandler.getFacetName(FaceletContext ctx) Returns the resolved literal String value of the facet name after evaluating EL.abstract intTagAttribute.getInt(FaceletContext ctx) If literal, callInteger.parseInt(String), otherwise callgetObject(FaceletContext, Class).abstract MethodExpressionTagAttribute.getMethodExpression(FaceletContext ctx, Class type, Class[] paramTypes) Create a MethodExpression, using this attribute's value as the expression String.abstract ObjectTagAttribute.getObject(FaceletContext ctx) Delegates to getObject with Object.class as a paramabstract ObjectTagAttribute.getObject(FaceletContext ctx, Class type) If literal, simply coerce our String literal value using an ExpressionFactory, otherwise create a ValueExpression and evaluate it.TextHandler.getText(FaceletContext ctx) Returns the resolved literal String value of the contained text after evaluating EL.ValidatorHandler.getValidatorId(FaceletContext ctx) Retrieve the id of the validator that is to be created and added to the parentEditableValueHolder.abstract StringTagAttribute.getValue(FaceletContext ctx) If literal, then return our value, otherwise delegate to getObject, passing String.class.abstract ValueExpressionTagAttribute.getValueExpression(FaceletContext ctx, Class type) Create a ValueExpression, using this attribute's literal value and the passed expected type.booleanDelegatingMetaTagHandler.isDisabled(FaceletContext ctx) Returns the value of the "disabled" attribute.voidComponentHandler.onComponentCreated(FaceletContext ctx, UIComponent c, UIComponent parent) This method is guaranteed to be called after the component has been created but before it has been populated with children.voidComponentHandler.onComponentPopulated(FaceletContext ctx, UIComponent c, UIComponent parent) This method is guaranteed to be called after the component has been populated with children.voidDelegatingMetaTagHandler.setAttributes(FaceletContext ctx, Object instance) protected voidMetaTagHandler.setAttributes(FaceletContext ctx, Object instance) Invoking/extending this method will cause the results of the created MetaRuleset to auto-wire state to the passed instance.