| Modifier and Type | Method and Description |
|---|---|
UIComponent |
ApplicationImpl.createComponent(FacesContext context,
Resource componentResource) |
UIComponent |
ApplicationImpl.createComponent(FacesContext context,
String componentType,
String rendererType) |
UIComponent |
ApplicationImpl.createComponent(String componentType) |
UIComponent |
ApplicationImpl.createComponent(ValueBinding componentBinding,
FacesContext context,
String componentType) |
UIComponent |
ApplicationImpl.createComponent(jakarta.el.ValueExpression componentExpression,
FacesContext context,
String componentType) |
UIComponent |
ApplicationImpl.createComponent(jakarta.el.ValueExpression componentExpression,
FacesContext context,
String componentType,
String rendererType) |
protected UIComponent |
PropertyEditorHelper.getComponent()
Return the
UIComponent that is currently being processed. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PropertyEditorHelper.addConversionErrorMessage(FacesContext context,
UIComponent component,
ConverterException ce)
Add a conversion error message in the case of a PropertyEditor based conversion error.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AnnotationManager.applyComponentAnnotations(FacesContext ctx,
UIComponent c)
Apply annotations relevant to
UIComponent instances. |
void |
AnnotationManager.applyRendererAnnotations(FacesContext ctx,
Renderer r,
UIComponent c)
Apply annotations relevent to
Renderer instances. |
| Modifier and Type | Method and Description |
|---|---|
UIComponent |
InstanceFactory.createComponent(FacesContext context,
Resource componentResource,
jakarta.el.ExpressionFactory expressionFactory) |
UIComponent |
InstanceFactory.createComponent(FacesContext context,
String componentType,
String rendererType) |
UIComponent |
InstanceFactory.createComponent(String componentType) |
UIComponent |
InstanceFactory.createComponent(ValueBinding componentBinding,
FacesContext context,
String componentType) |
UIComponent |
InstanceFactory.createComponent(jakarta.el.ValueExpression componentExpression,
FacesContext context,
String componentType) |
UIComponent |
InstanceFactory.createComponent(jakarta.el.ValueExpression componentExpression,
FacesContext context,
String componentType,
String rendererType) |
| Modifier and Type | Method and Description |
|---|---|
UIComponent |
FaceletViewHandlingStrategy.createComponent(FacesContext context,
String taglibURI,
String tagName,
Map<String,Object> attributes) |
| Modifier and Type | Method and Description |
|---|---|
void |
FaceletViewHandlingStrategy.retargetAttachedObjects(FacesContext context,
UIComponent topLevelComponent,
List<AttachedObjectHandler> handlers) |
void |
FaceletViewHandlingStrategy.retargetMethodExpressions(FacesContext context,
UIComponent topLevelComponent) |
| Modifier and Type | Method and Description |
|---|---|
Object |
CdiConverter.getAsObject(FacesContext facesContext,
UIComponent component,
String value)
Get the object.
|
String |
CdiConverter.getAsString(FacesContext facesContext,
UIComponent component,
Object value)
Get the string representation.
|
void |
CdiValidator.validate(FacesContext facesContext,
UIComponent component,
Object value)
Validate.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ComponentResourceContainer |
class |
PassthroughElement
Causes all child components of this component to be rendered.
|
| Modifier and Type | Method and Description |
|---|---|
UIComponent |
CompositeComponentStackManager.findCompositeComponentUsingLocation(FacesContext ctx,
Location location) |
UIComponent |
CompositeComponentStackManager.getParentCompositeComponent(CompositeComponentStackManager.StackType stackType,
FacesContext ctx,
UIComponent forComponent) |
UIComponent |
CompositeComponentStackManager.peek() |
UIComponent |
CompositeComponentStackManager.peek(CompositeComponentStackManager.StackType stackType) |
| Modifier and Type | Method and Description |
|---|---|
UIComponent |
CompositeComponentStackManager.getParentCompositeComponent(CompositeComponentStackManager.StackType stackType,
FacesContext ctx,
UIComponent forComponent) |
boolean |
CompositeComponentStackManager.push(UIComponent compositeComponent)
Pushes the specified composite component to the
Evaluation stack. |
boolean |
CompositeComponentStackManager.push(UIComponent compositeComponent,
CompositeComponentStackManager.StackType stackType)
Pushes the specified composite component to the desired
StackType stack. |
| Modifier and Type | Method and Description |
|---|---|
UIComponent |
SearchExpressionContextImpl.getSource() |
| Modifier and Type | Method and Description |
|---|---|
protected <T> T |
AbstractSearchKeywordResolverImpl.closest(Class<T> type,
UIComponent base) |
SearchExpressionContext |
SearchExpressionContextFactoryImpl.getSearchExpressionContext(FacesContext context,
UIComponent source,
Set<SearchExpressionHint> expressionHints,
Set<VisitHint> visitHints) |
protected void |
SearchExpressionHandlerImpl.invokeKeywordResolvers(SearchExpressionContext searchExpressionContext,
UIComponent previous,
String keyword,
String remainingExpression,
ContextCallback callback) |
void |
SearchExpressionHandlerImpl.invokeOnComponent(SearchExpressionContext searchExpressionContext,
UIComponent previous,
String expression,
ContextCallback callback) |
void |
SearchKeywordResolverImplThis.resolve(SearchKeywordContext searchKeywordContext,
UIComponent current,
String keyword) |
void |
SearchKeywordResolverImplPrevious.resolve(SearchKeywordContext searchKeywordContext,
UIComponent current,
String keyword) |
void |
SearchKeywordResolverImplNext.resolve(SearchKeywordContext searchKeywordContext,
UIComponent current,
String keyword) |
void |
SearchKeywordResolverImplId.resolve(SearchKeywordContext searchKeywordContext,
UIComponent current,
String keyword) |
void |
SearchKeywordResolverImplForm.resolve(SearchKeywordContext searchKeywordContext,
UIComponent current,
String keyword) |
void |
SearchKeywordResolverImplComposite.resolve(SearchKeywordContext searchKeywordContext,
UIComponent current,
String keyword) |
void |
SearchKeywordResolverImplChild.resolve(SearchKeywordContext searchKeywordContext,
UIComponent current,
String keyword) |
void |
SearchKeywordResolverImplAll.resolve(SearchKeywordContext searchKeywordContext,
UIComponent current,
String keyword) |
void |
CompositeSearchKeywordResolver.resolve(SearchKeywordContext context,
UIComponent current,
String keyword) |
void |
SearchKeywordResolverImplRoot.resolve(SearchKeywordContext searchKeywordContext,
UIComponent current,
String keyword) |
void |
SearchKeywordResolverImplParent.resolve(SearchKeywordContext searchKeywordContext,
UIComponent current,
String keyword) |
void |
SearchKeywordResolverImplNone.resolve(SearchKeywordContext searchKeywordContext,
UIComponent current,
String keyword) |
void |
SearchKeywordResolverImplNamingContainer.resolve(SearchKeywordContext searchKeywordContext,
UIComponent current,
String keyword) |
void |
SearchExpressionContextImpl.setSource(UIComponent source) |
| Modifier and Type | Method and Description |
|---|---|
Collection<String> |
PartialVisitContext.getSubtreeIdsToVisit(UIComponent component) |
Collection<String> |
FullVisitContext.getSubtreeIdsToVisit(UIComponent component) |
VisitResult |
PartialVisitContext.invokeVisitCallback(UIComponent component,
VisitCallback callback) |
VisitResult |
FullVisitContext.invokeVisitCallback(UIComponent component,
VisitCallback callback) |
| Modifier and Type | Method and Description |
|---|---|
HashMap<String,UIComponent> |
StateContext.getDynamicComponents()
Get the hash map of dynamic components.
|
HashMap<String,UIComponent> |
StateContext.NoopAddRemoveListener.getDynamicComponents() |
HashMap<String,UIComponent> |
StateContext.DynamicAddRemoveListener.getDynamicComponents()
Get the hash map of dynamic components.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
StateContext.componentAddedDynamically(UIComponent c) |
int |
StateContext.getIndexOfDynamicallyAddedChildInParent(UIComponent c) |
protected void |
StateContext.NoopAddRemoveListener.handleAdd(FacesContext context,
UIComponent component) |
protected void |
StateContext.StatelessAddRemoveListener.handleAdd(FacesContext context,
UIComponent component) |
protected void |
StateContext.DynamicAddRemoveListener.handleAdd(FacesContext context,
UIComponent component)
Handle the add.
|
protected void |
StateContext.NoopAddRemoveListener.handleRemove(FacesContext context,
UIComponent component) |
protected void |
StateContext.StatelessAddRemoveListener.handleRemove(FacesContext context,
UIComponent component) |
protected void |
StateContext.DynamicAddRemoveListener.handleRemove(FacesContext context,
UIComponent component)
Handle the remove.
|
boolean |
StateContext.hasOneOrMoreDynamicChild(UIComponent parent) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
CompositeComponentAttributesELResolver.getEvalMapFor(UIComponent c,
FacesContext ctx)
Creates (if necessary) and caches an
ExpressionEvalMap instance associated with the owning
UIComponent |
| Modifier and Type | Class and Description |
|---|---|
class |
UIFocus
Component to set a focus on a given field.
|
class |
UIValidateWholeBean |
| Modifier and Type | Method and Description |
|---|---|
static <C extends UIComponent> |
UIValidateWholeBean.getClosestParent(UIComponent component,
Class<C> parentType) |
| Modifier and Type | Method and Description |
|---|---|
static <C extends UIComponent> |
UIValidateWholeBean.getClosestParent(UIComponent component,
Class<C> parentType) |
static Object |
MessageFactory.getLabel(FacesContext context,
UIComponent component)
Returns the
label property from the specified component. |
| Modifier and Type | Method and Description |
|---|---|
void |
FocusHTMLRenderer.encodeEnd(FacesContext context,
UIComponent component) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
FocusTag.setProperties(UIComponent component) |
| Modifier and Type | Method and Description |
|---|---|
void |
CreditCardValidator.validate(FacesContext context,
UIComponent component,
Object obj)
Validate a String against a regular expression pattern...
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TemplateClient.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.
|
abstract boolean |
FaceletContextImplBase.includeDefinition(UIComponent parent,
String name)
This method will walk through the TemplateClient stack to resolve and apply the definition for the passed name.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UIInstructions |
class |
UILeaf |
class |
UILiteralText |
class |
UIText |
| Modifier and Type | Method and Description |
|---|---|
UIComponent |
UILeaf.findComponent(String id) |
UIComponent |
UILeaf.getFacet(String name) |
UIComponent |
UILeaf.getParent() |
| Modifier and Type | Method and Description |
|---|---|
List<UIComponent> |
UILeaf.getChildren() |
Map<String,UIComponent> |
UILeaf.getFacets() |
Iterator<UIComponent> |
UILeaf.getFacetsAndChildren() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractUIHandler.addComponent(FaceletContext ctx,
UIComponent parent,
UIComponent c) |
void |
EncodingHandler.apply(FaceletContext ctx,
UIComponent parent) |
void |
UILeaf.setParent(UIComponent parent) |
| Modifier and Type | Class and Description |
|---|---|
class |
UIRepeat |
| Modifier and Type | Method and Description |
|---|---|
void |
RepeatRenderer.encodeBegin(FacesContext context,
UIComponent component) |
void |
RepeatRenderer.encodeChildren(FacesContext context,
UIComponent component) |
void |
RepeatRenderer.encodeEnd(FacesContext context,
UIComponent component) |
| Modifier and Type | Method and Description |
|---|---|
UIComponent |
DefaultFaceletFactory._createComponent(FacesContext context,
String taglibURI,
String tagName,
Map<String,Object> attributes) |
| Modifier and Type | Class and Description |
|---|---|
class |
BehaviorHolderWrapper
|
| Modifier and Type | Method and Description |
|---|---|
UIComponent |
BehaviorHolderWrapper.findComponent(String expr) |
UIComponent |
BehaviorHolderWrapper.getFacet(String name) |
UIComponent |
BehaviorHolderWrapper.getParent() |
| Modifier and Type | Method and Description |
|---|---|
List<UIComponent> |
BehaviorHolderWrapper.getChildren() |
Map<String,UIComponent> |
BehaviorHolderWrapper.getFacets() |
Iterator<UIComponent> |
BehaviorHolderWrapper.getFacetsAndChildren() |
List<UIComponent> |
AttachedObjectTargetImpl.getTargets(UIComponent topLevelComponent) |
List<UIComponent> |
BehaviorHolderAttachedObjectTargetImpl.getTargets(UIComponent topLevelComponent) |
| Modifier and Type | Method and Description |
|---|---|
void |
InterfaceHandler.apply(FaceletContext ctx,
UIComponent parent) |
void |
InsertChildrenHandler.apply(FaceletContext ctx,
UIComponent parent) |
void |
ExtensionHandler.apply(FaceletContext ctx,
UIComponent parent) |
void |
AttributeHandler.apply(FaceletContext ctx,
UIComponent parent) |
void |
InsertFacetHandler.apply(FaceletContext ctx,
UIComponent parent) |
void |
ImplementationHandler.apply(FaceletContext ctx,
UIComponent parent) |
void |
DeclareFacetHandler.apply(FaceletContext ctx,
UIComponent parent) |
void |
AttachedObjectTargetHandler.apply(FaceletContext ctx,
UIComponent parent) |
List<UIComponent> |
AttachedObjectTargetImpl.getTargets(UIComponent topLevelComponent) |
List<UIComponent> |
BehaviorHolderAttachedObjectTargetImpl.getTargets(UIComponent topLevelComponent) |
void |
RenderFacetHandler.onComponentPopulated(FaceletContext ctx,
UIComponent c,
UIComponent parent) |
void |
BehaviorHolderWrapper.setParent(UIComponent parent) |
| Constructor and Description |
|---|
BehaviorHolderWrapper(UIComponent parent,
String virtualEvent,
String event) |
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeComponentImpl |
| Modifier and Type | Method and Description |
|---|---|
UIComponent |
CompositeComponentTagHandler.createComponent(FaceletContext ctx) |
UIComponent |
PassThroughElementComponentHandler.createComponent(FaceletContext ctx) |
protected UIComponent |
ComponentTagHandlerDelegateImpl.findChild(FaceletContext ctx,
UIComponent parent,
String tagId) |
static UIComponent |
ComponentSupport.findChild(UIComponent parent,
String id)
A lighter-weight version of UIComponent's findChild.
|
static UIComponent |
ComponentSupport.findChildByTagId(FacesContext context,
UIComponent parent,
String id)
By TagId, find Child
|
protected UIComponent |
ComponentTagHandlerDelegateImpl.findReparentedComponent(FaceletContext ctx,
UIComponent parent,
String tagId) |
static UIComponent |
ComponentSupport.findUIInstructionChildByTagId(FacesContext context,
UIComponent parent,
String id) |
UIComponent |
CompositeComponentTagHandler.getCompositeComponent(FacesContext context) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ComponentSupport.addComponent(FaceletContext ctx,
UIComponent parent,
UIComponent child)
Add the child component to the parent. |
protected void |
ComponentTagHandlerDelegateImpl.addComponentToView(FaceletContext ctx,
UIComponent parent,
UIComponent c,
boolean componentFound) |
void |
ValidatorTagHandlerDelegateImpl.apply(FaceletContext ctx,
UIComponent parent) |
void |
ConverterTagHandlerDelegateImpl.apply(FaceletContext ctx,
UIComponent parent) |
void |
ComponentTagHandlerDelegateImpl.apply(FaceletContext ctx,
UIComponent parent)
Method handles UIComponent tree creation in accordance with the JSF 1.2 spec.
|
void |
ValidatorTagHandlerDelegateImpl.applyAttachedObject(FacesContext context,
UIComponent parent) |
void |
ConverterTagHandlerDelegateImpl.applyAttachedObject(FacesContext context,
UIComponent parent) |
void |
CompositeComponentTagHandler.applyNextHandler(FaceletContext ctx,
UIComponent c) |
protected void |
ComponentTagHandlerDelegateImpl.assignUniqueId(FaceletContext ctx,
UIComponent parent,
String id,
UIComponent c) |
static void |
ComponentSupport.copyPassthroughAttributes(FaceletContext ctx,
UIComponent c,
Tag t) |
protected void |
ComponentTagHandlerDelegateImpl.doExistingComponentActions(FaceletContext ctx,
String id,
UIComponent c) |
protected void |
ComponentTagHandlerDelegateImpl.doNewComponentActions(FaceletContext ctx,
String id,
UIComponent c) |
protected void |
ComponentTagHandlerDelegateImpl.doOrphanedChildCleanup(FaceletContext ctx,
UIComponent parent,
UIComponent c) |
static void |
ComponentSupport.encodeRecursive(FacesContext context,
UIComponent viewToRender) |
static void |
ComponentSupport.finalizeForDeletion(UIComponent c)
Used in conjunction with markForDeletion where any UIComponent marked will be removed.
|
protected UIComponent |
ComponentTagHandlerDelegateImpl.findChild(FaceletContext ctx,
UIComponent parent,
String tagId) |
static UIComponent |
ComponentSupport.findChild(UIComponent parent,
String id)
A lighter-weight version of UIComponent's findChild.
|
static UIComponent |
ComponentSupport.findChildByTagId(FacesContext context,
UIComponent parent,
String id)
By TagId, find Child
|
protected UIComponent |
ComponentTagHandlerDelegateImpl.findReparentedComponent(FaceletContext ctx,
UIComponent parent,
String tagId) |
static UIComponent |
ComponentSupport.findUIInstructionChildByTagId(FacesContext context,
UIComponent parent,
String id) |
static AttachedBehaviors |
AttachedBehaviors.getAttachedBehaviorsHandler(UIComponent component) |
static List<AttachedObjectHandler> |
CompositeComponentTagHandler.getAttachedObjectHandlers(UIComponent component) |
static List<AttachedObjectHandler> |
CompositeComponentTagHandler.getAttachedObjectHandlers(UIComponent component,
boolean create) |
static String |
ComponentSupport.getFacetName(UIComponent parent) |
static Tag |
ComponentSupport.getTagForComponent(FacesContext context,
UIComponent c) |
static UIViewRoot |
ComponentSupport.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.
|
static boolean |
ComponentSupport.isImplicitPanel(UIComponent component) |
static void |
ComponentSupport.markForDeletion(UIComponent c)
Marks all direct children and Facets with an attribute for deletion.
|
void |
PassThroughElementComponentHandler.onComponentCreated(FaceletContext ctx,
UIComponent c,
UIComponent parent) |
protected void |
ComponentTagHandlerDelegateImpl.popComponentFromEL(FaceletContext ctx,
UIComponent c,
CompositeComponentStackManager ccStackManager,
boolean compCompPushed) |
protected boolean |
ComponentTagHandlerDelegateImpl.pushComponentToEL(FaceletContext ctx,
UIComponent c,
CompositeComponentStackManager ccStackManager) |
static void |
ComponentSupport.removeTransient(UIComponent c) |
void |
CompositeComponentTagHandler.setCompositeComponent(FacesContext context,
UIComponent cc) |
static Tag |
ComponentSupport.setTagForComponent(FacesContext context,
UIComponent c,
Tag t) |
| Modifier and Type | Method and Description |
|---|---|
void |
ValueChangeListenerHandler.apply(FaceletContext ctx,
UIComponent parent)
See taglib documentation.
|
void |
SetPropertyActionListenerHandler.apply(FaceletContext ctx,
UIComponent parent) |
void |
PhaseListenerHandler.apply(FaceletContext ctx,
UIComponent parent) |
void |
PassThroughAttributeHandler.apply(FaceletContext ctx,
UIComponent parent) |
void |
LoadBundleHandler.apply(FaceletContext ctx,
UIComponent parent)
See taglib documentation.
|
void |
EventHandler.apply(FaceletContext ctx,
UIComponent parent) |
void |
AjaxHandler.apply(FaceletContext ctx,
UIComponent parent) |
void |
ViewHandler.apply(FaceletContext ctx,
UIComponent parent)
See taglib documentation.
|
void |
PassThroughAttributesHandler.apply(FaceletContext ctx,
UIComponent parent) |
void |
MetadataHandler.apply(FaceletContext ctx,
UIComponent parent) |
void |
FacetHandler.apply(FaceletContext ctx,
UIComponent parent) |
void |
AttributesHandler.apply(FaceletContext ctx,
UIComponent parent) |
void |
AttributeHandler.apply(FaceletContext ctx,
UIComponent parent) |
void |
ActionListenerHandlerBase.apply(FaceletContext ctx,
UIComponent parent) |
void |
ValueChangeListenerHandler.applyAttachedObject(FacesContext context,
UIComponent parent) |
void |
SetPropertyActionListenerHandler.applyAttachedObject(FacesContext context,
UIComponent parent) |
void |
AjaxHandler.applyAttachedObject(FacesContext context,
UIComponent parent) |
void |
ActionListenerHandler.applyAttachedObject(FacesContext context,
UIComponent parent) |
void |
ResetValuesHandler.applyAttachedObject(FacesContext context,
UIComponent parent) |
abstract void |
ActionListenerHandlerBase.applyAttachedObject(FacesContext context,
UIComponent parent) |
void |
VerbatimHandler.applyNextHandler(FaceletContext ctx,
UIComponent c) |
void |
VerbatimHandler.onComponentCreated(FaceletContext ctx,
UIComponent c,
UIComponent parent) |
| Modifier and Type | Method and Description |
|---|---|
protected UIComponent |
ComponentResourceDelegate.findChild(FaceletContext ctx,
UIComponent parent,
String tagId) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ComponentResourceDelegate.addComponentToView(FaceletContext ctx,
UIComponent parent,
UIComponent c,
boolean componentFound) |
protected void |
ComponentResourceDelegate.doOrphanedChildCleanup(FaceletContext ctx,
UIComponent parent,
UIComponent c) |
protected UIComponent |
ComponentResourceDelegate.findChild(FaceletContext ctx,
UIComponent parent,
String tagId) |
| Modifier and Type | Method and Description |
|---|---|
void |
SetHandler.apply(FaceletContext ctx,
UIComponent parent) |
void |
IfHandler.apply(FaceletContext ctx,
UIComponent parent) |
void |
ChooseWhenHandler.apply(FaceletContext ctx,
UIComponent parent) |
void |
ChooseOtherwiseHandler.apply(FaceletContext ctx,
UIComponent parent) |
void |
CatchHandler.apply(FaceletContext ctx,
UIComponent parent) |
void |
ForEachHandler.apply(FaceletContext ctx,
UIComponent parent) |
void |
ChooseHandler.apply(FaceletContext ctx,
UIComponent parent) |
protected void |
SetHandler.applyNextHandler(FaceletContext ctx,
UIComponent c) |
| Modifier and Type | Class and Description |
|---|---|
class |
ComponentRef |
class |
UIDebug |
| Modifier and Type | Method and Description |
|---|---|
void |
ParamHandler.apply(FaceletContext ctx,
UIComponent parent) |
void |
IncludeHandler.apply(FaceletContext ctx,
UIComponent parent) |
void |
DefineHandler.apply(FaceletContext ctx,
UIComponent parent) |
void |
CompositionHandler.apply(FaceletContext ctxObj,
UIComponent parent) |
void |
SchemaCompliantRemoveHandler.apply(FaceletContext ctx,
UIComponent parent) |
void |
InsertHandler.apply(FaceletContext ctxObj,
UIComponent parent) |
void |
DecorateHandler.apply(FaceletContext ctxObj,
UIComponent parent) |
boolean |
CompositionHandler.apply(FaceletContext ctx,
UIComponent parent,
String name) |
boolean |
InsertHandler.apply(FaceletContext ctx,
UIComponent parent,
String name) |
boolean |
DecorateHandler.apply(FaceletContext ctx,
UIComponent parent,
String name) |
void |
DefineHandler.applyDefinition(FaceletContext ctx,
UIComponent parent) |
| Modifier and Type | Method and Description |
|---|---|
static void |
DevTools.writeComponent(Writer writer,
UIComponent c) |
| Modifier and Type | Method and Description |
|---|---|
UIComponent |
SelectItemsIterator.currentSelectComponent() |
| Modifier and Type | Method and Description |
|---|---|
static UIForm |
RenderKitUtils.getForm(UIComponent component,
FacesContext context)
Utility method to return the client ID of the parent form.
|
static String |
RenderKitUtils.getFormClientId(UIComponent component,
FacesContext context)
Utility method to return the client ID of the parent form.
|
static String |
RenderKitUtils.getImageSource(FacesContext context,
UIComponent component,
String attrName)
Determine the path value of an image value for a component such as UIGraphic or UICommand.
|
static SelectItemsIterator<SelectItem> |
RenderKitUtils.getSelectItems(FacesContext context,
UIComponent component)
Return a List of
SelectItem instances representing the available options for this
component, assembled from the set of UISelectItem and/or
UISelectItems components that are direct children of this component. |
static void |
RenderKitUtils.renderFunction(FacesContext context,
UIComponent component,
Collection<ClientBehaviorContext.Parameter> params,
String submitTarget) |
static void |
RenderKitUtils.renderOnchange(FacesContext context,
UIComponent component,
boolean incExec) |
static void |
RenderKitUtils.renderOnclick(FacesContext context,
UIComponent component,
Collection<ClientBehaviorContext.Parameter> params,
String submitTarget,
boolean needsSubmit) |
static void |
RenderKitUtils.renderPassThruAttributes(FacesContext context,
ResponseWriter writer,
UIComponent component,
Attribute[] attributes)
Render any "passthru" attributes, where we simply just output the raw name and value of the attribute.
|
static void |
RenderKitUtils.renderPassThruAttributes(FacesContext context,
ResponseWriter writer,
UIComponent component,
Attribute[] attributes,
Map<String,List<ClientBehavior>> behaviors)
Render any "passthru" attributes, where we simply just output the raw name and value of the attribute.
|
static void |
RenderKitUtils.renderSelectOnclick(FacesContext context,
UIComponent component,
boolean incExec) |
static void |
RenderKitUtils.renderXHTMLStyleBooleanAttributes(ResponseWriter writer,
UIComponent component)
Renders the attributes from
RenderKitUtils.BOOLEAN_ATTRIBUTES using XHMTL semantics (i.e.,
disabled="disabled"). |
static void |
RenderKitUtils.renderXHTMLStyleBooleanAttributes(ResponseWriter writer,
UIComponent component,
List<String> excludedAttributes)
Renders the attributes from
RenderKitUtils.BOOLEAN_ATTRIBUTES using XHMTL semantics (i.e.,
disabled="disabled"). |
| Constructor and Description |
|---|
SelectItemsIterator(FacesContext ctx,
UIComponent parent)
Construct an iterator instance for the specified parent component.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
RadioRenderer.GroupSelectItem
Used when a
|
| Modifier and Type | Method and Description |
|---|---|
protected UIComponent |
HtmlBasicRenderer.getFacet(UIComponent component,
String name) |
protected UIComponent |
HtmlBasicRenderer.getForComponent(FacesContext context,
String forComponent,
UIComponent component)
Locates the component identified by
forComponent |
| Modifier and Type | Method and Description |
|---|---|
protected Iterator<UIComponent> |
HtmlBasicRenderer.getChildren(UIComponent component) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
HtmlBasicRenderer.augmentIdReference(String forValue,
UIComponent fromComponent)
Conditionally augment an id-reference value.
|
protected void |
BaseTableRenderer.clearMetaInfo(FacesContext context,
UIComponent table)
Removes the cached TableMetaInfo from the specified component.
|
protected String |
BaseTableRenderer.createKey(UIComponent table)
Creates a unique key based on the provided
UIComponent with which the TableMetaInfo can be looked up. |
void |
WebsocketRenderer.decode(FacesContext context,
UIComponent component)
Decode all client behaviors.
|
void |
RadioRenderer.decode(FacesContext context,
UIComponent component)
This override delegates to
#decodeGroup(FacesContext, UISelectOne, String) when 'group' attribute is set. |
void |
OutputLinkRenderer.decode(FacesContext context,
UIComponent component) |
void |
MenuRenderer.decode(FacesContext context,
UIComponent component) |
void |
HtmlBasicRenderer.decode(FacesContext context,
UIComponent component) |
void |
FileRenderer.decode(FacesContext context,
UIComponent component) |
void |
DoctypeRenderer.decode(FacesContext context,
UIComponent component) |
void |
CommandScriptRenderer.decode(FacesContext context,
UIComponent component) |
void |
ButtonRenderer.decode(FacesContext context,
UIComponent component) |
void |
ScriptStyleBaseRenderer.decode(FacesContext context,
UIComponent component) |
void |
OutcomeTargetRenderer.decode(FacesContext context,
UIComponent component) |
void |
HeadRenderer.decode(FacesContext context,
UIComponent component) |
void |
FormRenderer.decode(FacesContext context,
UIComponent component) |
void |
CommandLinkRenderer.decode(FacesContext context,
UIComponent component) |
void |
CheckboxRenderer.decode(FacesContext context,
UIComponent component) |
void |
BodyRenderer.decode(FacesContext context,
UIComponent component) |
void |
AjaxBehaviorRenderer.decode(FacesContext context,
UIComponent component,
ClientBehavior behavior) |
protected String |
HtmlBasicRenderer.decodeBehaviors(FacesContext context,
UIComponent component) |
void |
TextareaRenderer.encodeBegin(FacesContext context,
UIComponent component) |
void |
TextRenderer.encodeBegin(FacesContext context,
UIComponent component) |
void |
SecretRenderer.encodeBegin(FacesContext context,
UIComponent component) |
void |
OutputMessageRenderer.encodeBegin(FacesContext context,
UIComponent component) |
void |
OutputLinkRenderer.encodeBegin(FacesContext context,
UIComponent component) |
void |
OutcomeTargetLinkRenderer.encodeBegin(FacesContext context,
UIComponent component) |
void |
MessagesRenderer.encodeBegin(FacesContext context,
UIComponent component) |
void |
MenuRenderer.encodeBegin(FacesContext context,
UIComponent component) |
void |
LabelRenderer.encodeBegin(FacesContext context,
UIComponent component) |
void |
ImageRenderer.encodeBegin(FacesContext context,
UIComponent component) |
void |
HiddenRenderer.encodeBegin(FacesContext context,
UIComponent component) |
void |
GroupRenderer.encodeBegin(FacesContext context,
UIComponent component) |
void |
GridRenderer.encodeBegin(FacesContext context,
UIComponent component) |
void |
FileRenderer.encodeBegin(FacesContext context,
UIComponent component) |
void |
DoctypeRenderer.encodeBegin(FacesContext context,
UIComponent component) |
void |
CommandScriptRenderer.encodeBegin(FacesContext context,
UIComponent component) |
void |
ButtonRenderer.encodeBegin(FacesContext context,
UIComponent component) |
void |
TableRenderer.encodeBegin(FacesContext context,
UIComponent component) |
void |
ScriptStyleBaseRenderer.encodeBegin(FacesContext context,
UIComponent component) |
void |
PassthroughRenderer.encodeBegin(FacesContext context,
UIComponent component) |
void |
OutcomeTargetButtonRenderer.encodeBegin(FacesContext context,
UIComponent component) |
void |
MessageRenderer.encodeBegin(FacesContext context,
UIComponent component) |
void |
HeadRenderer.encodeBegin(FacesContext context,
UIComponent component) |
void |
FormRenderer.encodeBegin(FacesContext context,
UIComponent component) |
void |
CommandLinkRenderer.encodeBegin(FacesContext context,
UIComponent component) |
void |
CheckboxRenderer.encodeBegin(FacesContext context,
UIComponent component) |
void |
BodyRenderer.encodeBegin(FacesContext context,
UIComponent component)
Encode the beginning.
|
void |
TextRenderer.encodeChildren(FacesContext context,
UIComponent component) |
void |
OutputLinkRenderer.encodeChildren(FacesContext context,
UIComponent component) |
void |
GroupRenderer.encodeChildren(FacesContext context,
UIComponent component) |
void |
GridRenderer.encodeChildren(FacesContext context,
UIComponent component) |
void |
DoctypeRenderer.encodeChildren(FacesContext context,
UIComponent component) |
void |
CompositeFacetRenderer.encodeChildren(FacesContext context,
UIComponent component) |
void |
TableRenderer.encodeChildren(FacesContext context,
UIComponent component) |
void |
ScriptStyleBaseRenderer.encodeChildren(FacesContext context,
UIComponent component) |
void |
PassthroughRenderer.encodeChildren(FacesContext context,
UIComponent component) |
void |
MessageRenderer.encodeChildren(FacesContext context,
UIComponent component) |
void |
HeadRenderer.encodeChildren(FacesContext context,
UIComponent component) |
void |
CompositeRenderer.encodeChildren(FacesContext context,
UIComponent component) |
void |
CommandLinkRenderer.encodeChildren(FacesContext context,
UIComponent component) |
void |
BodyRenderer.encodeChildren(FacesContext context,
UIComponent component) |
void |
WebsocketRenderer.encodeEnd(FacesContext context,
UIComponent component)
Render
jsf.push.init() function if necessary. |
void |
SelectManyCheckboxListRenderer.encodeEnd(FacesContext context,
UIComponent component) |
void |
RadioRenderer.encodeEnd(FacesContext context,
UIComponent component)
This override delegates to
#encodeEndGroup(FacesContext, UISelectOne, String) when 'group' attribute is set. |
void |
OutputMessageRenderer.encodeEnd(FacesContext context,
UIComponent component) |
void |
OutputLinkRenderer.encodeEnd(FacesContext context,
UIComponent component) |
void |
OutcomeTargetLinkRenderer.encodeEnd(FacesContext context,
UIComponent component) |
void |
MessagesRenderer.encodeEnd(FacesContext context,
UIComponent component) |
void |
MenuRenderer.encodeEnd(FacesContext context,
UIComponent component) |
void |
LabelRenderer.encodeEnd(FacesContext context,
UIComponent component) |
void |
ImageRenderer.encodeEnd(FacesContext context,
UIComponent component) |
void |
HtmlBasicRenderer.encodeEnd(FacesContext context,
UIComponent component) |
void |
GroupRenderer.encodeEnd(FacesContext context,
UIComponent component) |
void |
GridRenderer.encodeEnd(FacesContext context,
UIComponent component) |
void |
DoctypeRenderer.encodeEnd(FacesContext context,
UIComponent component) |
void |
CommandScriptRenderer.encodeEnd(FacesContext context,
UIComponent component) |
void |
ButtonRenderer.encodeEnd(FacesContext context,
UIComponent component) |
void |
TableRenderer.encodeEnd(FacesContext context,
UIComponent component) |
void |
ScriptStyleBaseRenderer.encodeEnd(FacesContext context,
UIComponent component) |
void |
PassthroughRenderer.encodeEnd(FacesContext context,
UIComponent component) |
void |
OutcomeTargetButtonRenderer.encodeEnd(FacesContext context,
UIComponent component) |
void |
MessageRenderer.encodeEnd(FacesContext context,
UIComponent component) |
void |
HeadRenderer.encodeEnd(FacesContext context,
UIComponent component) |
void |
FormRenderer.encodeEnd(FacesContext context,
UIComponent component) |
void |
CommandLinkRenderer.encodeEnd(FacesContext context,
UIComponent component) |
void |
BodyRenderer.encodeEnd(FacesContext context,
UIComponent component) |
protected void |
HtmlBasicRenderer.encodeRecursive(FacesContext context,
UIComponent component)
Render nested child components by invoking the encode methods on those components, but only when the
rendered property is true. |
protected void |
StylesheetRenderer.endExternalElement(ResponseWriter writer,
UIComponent component,
String resourceUrl) |
protected abstract void |
ScriptStyleBaseRenderer.endExternalElement(ResponseWriter writer,
UIComponent component,
String resourceUrl)
Allow the subclass to customize the end external element content.
|
protected void |
ScriptRenderer.endExternalElement(ResponseWriter writer,
UIComponent component,
String resourceUrl) |
protected void |
StylesheetRenderer.endInlineElement(ResponseWriter writer,
UIComponent component) |
protected abstract void |
ScriptStyleBaseRenderer.endInlineElement(ResponseWriter writer,
UIComponent component)
Allow the subclass to customize the end inline element content.
|
protected void |
ScriptRenderer.endInlineElement(ResponseWriter writer,
UIComponent component) |
protected Collection<ClientBehaviorContext.Parameter> |
HtmlBasicRenderer.getBehaviorParameters(UIComponent command)
Collections parameters for use with Behavior script rendering.
|
protected Iterator<UIComponent> |
HtmlBasicRenderer.getChildren(UIComponent component) |
Object |
MenuRenderer.getConvertedValue(FacesContext context,
UIComponent component,
Object submittedValue) |
Object |
FileRenderer.getConvertedValue(FacesContext context,
UIComponent component,
Object submittedValue) |
Object |
HtmlBasicInputRenderer.getConvertedValue(FacesContext context,
UIComponent component,
Object submittedValue) |
Object |
CheckboxRenderer.getConvertedValue(FacesContext context,
UIComponent component,
Object submittedValue) |
protected Object |
MenuRenderer.getCurrentSelectedValues(UIComponent component) |
protected String |
HtmlBasicRenderer.getCurrentValue(FacesContext context,
UIComponent component) |
protected String |
OutcomeTargetRenderer.getEncodedTargetURL(FacesContext context,
UIComponent component,
NavigationCase navCase)
Resolve the target view id and then delegate to
ViewHandler.getBookmarkableURL(jakarta.faces.context.FacesContext, String, java.util.Map, boolean) to produce
a redirect URL, which will add the page parameters if necessary and properly prioritizing the parameter overrides. |
protected void |
TextareaRenderer.getEndTextToRender(FacesContext context,
UIComponent component,
String currentValue) |
protected void |
TextRenderer.getEndTextToRender(FacesContext context,
UIComponent component,
String currentValue) |
protected void |
SecretRenderer.getEndTextToRender(FacesContext context,
UIComponent component,
String currentValue) |
protected void |
HtmlBasicRenderer.getEndTextToRender(FacesContext context,
UIComponent component,
String currentValue)
Renderers override this method to write appropriate HTML content into the buffer.
|
protected void |
HiddenRenderer.getEndTextToRender(FacesContext context,
UIComponent component,
String currentValue) |
protected void |
CheckboxRenderer.getEndTextToRender(FacesContext context,
UIComponent component,
String currentValue) |
protected UIComponent |
HtmlBasicRenderer.getFacet(UIComponent component,
String name) |
protected UIComponent |
HtmlBasicRenderer.getForComponent(FacesContext context,
String forComponent,
UIComponent component)
Locates the component identified by
forComponent |
protected String |
LabelRenderer.getForComponentClientId(UIComponent component,
FacesContext context,
String forValue)
Builds and returns the clientId of the component that is represented by the forValue.
|
protected String |
HtmlBasicRenderer.getFormattedValue(FacesContext context,
UIComponent component,
Object currentValue) |
protected String |
HtmlBasicRenderer.getFormattedValue(FacesContext context,
UIComponent component,
Object currentValue,
Converter converter)
Overloads getFormattedValue to take a advantage of a previously obtained converter.
|
protected String |
OutputLinkRenderer.getFragment(UIComponent component) |
protected String |
OutcomeTargetRenderer.getFragment(UIComponent component) |
protected String |
OutcomeTargetRenderer.getLabel(UIComponent component) |
protected Iterator |
HtmlBasicRenderer.getMessageIter(FacesContext context,
String forComponent,
UIComponent component) |
protected BaseTableRenderer.TableMetaInfo |
BaseTableRenderer.getMetaInfo(FacesContext context,
UIComponent table)
Returns a
TableMetaInfo object containing details such as row and column classes, columns, and a
mechanism for scrolling through the row/column classes. |
protected String |
MenuRenderer.getMultipleText(UIComponent component) |
protected NavigationCase |
OutcomeTargetRenderer.getNavigationCase(FacesContext context,
UIComponent component)
Invoke the
NavigationHandler preemptively to resolve a NavigationCase for the outcome declared on the
UIOutcomeTarget component. |
protected static Map<String,List<ClientBehavior>> |
HtmlBasicInputRenderer.getNonOnChangeBehaviors(UIComponent component) |
protected static Map<String,List<ClientBehavior>> |
HtmlBasicInputRenderer.getNonOnClickSelectBehaviors(UIComponent component) |
protected String |
OutcomeTargetButtonRenderer.getOnclick(UIComponent component,
String targetURI) |
protected HtmlBasicRenderer.Param[] |
HtmlBasicRenderer.getParamList(UIComponent command) |
protected Map<String,List<String>> |
OutcomeTargetRenderer.getParamOverrides(UIComponent component) |
protected static Map<String,List<ClientBehavior>> |
HtmlBasicRenderer.getPassThruBehaviors(UIComponent component,
String domEventName,
String componentEventName)
When rendering pass thru attributes, we need to take any attached Behaviors into account.
|
protected Object[] |
MenuRenderer.getSubmittedSelectedValues(UIComponent component) |
protected Object |
OutputLinkRenderer.getValue(UIComponent component) |
protected Object |
HtmlBasicRenderer.getValue(UIComponent component) |
protected Object |
OutcomeTargetRenderer.getValue(UIComponent component) |
protected Object |
HtmlBasicInputRenderer.getValue(UIComponent component) |
protected Object |
CommandLinkRenderer.getValue(UIComponent component) |
protected static boolean |
MenuRenderer.isHideNoSelection(UIComponent component) |
protected boolean |
OutcomeTargetRenderer.isIncludeViewParams(UIComponent component,
NavigationCase navcase) |
protected boolean |
MenuRenderer.isSelected(FacesContext context,
UIComponent component,
Object itemValue,
Object valueArray,
Converter<?> converter) |
protected void |
OutcomeTargetLinkRenderer.renderAsActive(FacesContext context,
NavigationCase navCase,
UIComponent component) |
protected void |
OutputLinkRenderer.renderAsActive(FacesContext context,
UIComponent component) |
protected abstract void |
LinkRenderer.renderAsActive(FacesContext context,
UIComponent component) |
protected void |
CommandLinkRenderer.renderAsActive(FacesContext context,
UIComponent command) |
protected void |
LinkRenderer.renderAsDisabled(FacesContext context,
UIComponent component) |
protected void |
OutcomeTargetLinkRenderer.renderAsDisabled(FacesContext context,
UIComponent component,
boolean failedToResolveNavigationCase) |
protected void |
SelectManyCheckboxListRenderer.renderBeginText(UIComponent component,
int border,
boolean alignVertical,
FacesContext context,
boolean outerTable) |
protected void |
BaseTableRenderer.renderCaption(FacesContext context,
UIComponent table,
ResponseWriter writer)
Renders the caption of the table applying the values of
captionClass as the class and
captionStyle as the style if either are present. |
protected void |
TableRenderer.renderColumnGroups(FacesContext context,
UIComponent table) |
protected void |
SelectManyCheckboxListRenderer.renderEndText(UIComponent component,
boolean alignVertical,
FacesContext context) |
protected void |
HtmlBasicRenderer.rendererParamsNotNull(FacesContext context,
UIComponent component) |
protected void |
GridRenderer.renderFooter(FacesContext context,
UIComponent table,
ResponseWriter writer) |
protected abstract void |
BaseTableRenderer.renderFooter(FacesContext context,
UIComponent table,
ResponseWriter writer)
Called to render the opening/closing
tfoot elements and any content nested between. |
protected void |
TableRenderer.renderFooter(FacesContext context,
UIComponent table,
ResponseWriter writer) |
protected void |
GridRenderer.renderHeader(FacesContext context,
UIComponent table,
ResponseWriter writer) |
protected abstract void |
BaseTableRenderer.renderHeader(FacesContext context,
UIComponent table,
ResponseWriter writer)
Called to render the opening/closing
thead elements and any content nested between. |
protected void |
TableRenderer.renderHeader(FacesContext context,
UIComponent table,
ResponseWriter writer) |
protected void |
RadioRenderer.renderInput(FacesContext context,
ResponseWriter writer,
UIComponent component,
String clientId,
Object itemValue,
Converter<?> converter,
boolean checked,
boolean disabled,
RadioRenderer.Group group) |
protected void |
RadioRenderer.renderLabel(ResponseWriter writer,
UIComponent component,
String forClientId,
SelectItem curItem,
HtmlBasicRenderer.OptionComponentInfo optionInfo) |
protected void |
OutcomeTargetLinkRenderer.renderLinkCommonAttributes(ResponseWriter writer,
UIComponent component) |
protected void |
SelectManyCheckboxListRenderer.renderOption(FacesContext context,
UIComponent component,
Converter converter,
SelectItem curItem,
Object currentSelections,
Object[] submittedValues,
boolean alignVertical,
int itemNumber,
HtmlBasicRenderer.OptionComponentInfo optionInfo) |
protected void |
RadioRenderer.renderOption(FacesContext context,
UIComponent component,
Converter converter,
SelectItem curItem,
Object currentSelections,
Object[] submittedValues,
boolean alignVertical,
int itemNumber,
HtmlBasicRenderer.OptionComponentInfo optionInfo) |
protected boolean |
MenuRenderer.renderOption(FacesContext context,
UIComponent component,
UIComponent selectComponent,
Converter<?> converter,
SelectItem curItem,
Object currentSelections,
Object[] submittedValues,
HtmlBasicRenderer.OptionComponentInfo optionInfo) |
protected int |
MenuRenderer.renderOptions(FacesContext context,
UIComponent component,
SelectItemsIterator<SelectItem> items) |
protected void |
OutcomeTargetRenderer.renderPassThruAttributes(FacesContext ctx,
ResponseWriter writer,
UIComponent component,
Attribute[] attributes,
List excludedAttributes) |
protected void |
GridRenderer.renderRow(FacesContext context,
UIComponent table,
UIComponent child,
ResponseWriter writer) |
protected abstract void |
BaseTableRenderer.renderRow(FacesContext context,
UIComponent table,
UIComponent row,
ResponseWriter writer)
Call to render the content that should be included between opening and closing
tr elements. |
protected void |
TableRenderer.renderRow(FacesContext context,
UIComponent table,
UIComponent child,
ResponseWriter writer) |
protected void |
BaseTableRenderer.renderRowEnd(FacesContext context,
UIComponent table,
ResponseWriter writer)
Renders the closing
rt element. |
protected void |
BaseTableRenderer.renderRowStart(FacesContext context,
UIComponent table,
ResponseWriter writer)
Renders the starting
tr element applying any values from the rowClasses attribute. |
protected void |
MenuRenderer.renderSelect(FacesContext context,
UIComponent component) |
protected void |
BaseTableRenderer.renderTableBodyEnd(FacesContext context,
UIComponent table,
ResponseWriter writer)
Renders the closing
tbody element. |
protected void |
BaseTableRenderer.renderTableBodyStart(FacesContext context,
UIComponent table,
ResponseWriter writer)
Renders the starting
tbody element. |
protected void |
BaseTableRenderer.renderTableEnd(FacesContext context,
UIComponent table,
ResponseWriter writer)
Renders the closing
table element. |
protected void |
BaseTableRenderer.renderTableStart(FacesContext context,
UIComponent table,
ResponseWriter writer,
Attribute[] attributes)
Renders the start of a table and applies the value of
styleClass if available and renders any pass
through attributes that may be specified. |
protected void |
HtmlBasicRenderer.setSubmittedValue(UIComponent component,
Object value)
Renderers override this method to store the previous value of the associated component.
|
void |
HtmlBasicInputRenderer.setSubmittedValue(UIComponent component,
Object value) |
protected boolean |
HtmlBasicRenderer.shouldDecode(UIComponent component) |
protected boolean |
HtmlBasicRenderer.shouldEncode(UIComponent component) |
protected boolean |
HtmlBasicRenderer.shouldEncodeChildren(UIComponent component) |
protected boolean |
HtmlBasicRenderer.shouldWriteIdAttribute(UIComponent component) |
void |
HtmlResponseWriter.startElement(String name,
UIComponent componentForElement)
Write the start of an element, up to and including the element name.
|
protected void |
StylesheetRenderer.startExternalElement(ResponseWriter writer,
UIComponent component) |
protected abstract void |
ScriptStyleBaseRenderer.startExternalElement(ResponseWriter writer,
UIComponent component)
Allow the subclass to customize the start external element content.
|
protected void |
ScriptRenderer.startExternalElement(ResponseWriter writer,
UIComponent component) |
protected void |
StylesheetRenderer.startInlineElement(ResponseWriter writer,
UIComponent component) |
protected abstract void |
ScriptStyleBaseRenderer.startInlineElement(ResponseWriter writer,
UIComponent component)
Allow the subclass to customize the start inline element content.
|
protected void |
ScriptRenderer.startInlineElement(ResponseWriter writer,
UIComponent component) |
protected void |
LinkRenderer.writeCommonLinkAttributes(ResponseWriter writer,
UIComponent component) |
protected void |
OutcomeTargetLinkRenderer.writeIdAndNameAttributes(FacesContext context,
ResponseWriter writer,
UIComponent component) |
protected String |
HtmlBasicRenderer.writeIdAttributeIfNecessary(FacesContext context,
ResponseWriter writer,
UIComponent component) |
protected void |
OutcomeTargetLinkRenderer.writeValue(ResponseWriter writer,
UIComponent component) |
protected void |
LinkRenderer.writeValue(UIComponent component,
ResponseWriter writer) |
| Constructor and Description |
|---|
OptionComponentInfo(UIComponent component) |
TableMetaInfo(UIComponent table) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SelectOneMenuTag.setProperties(UIComponent component) |
protected void |
SelectOneListboxTag.setProperties(UIComponent component) |
protected void |
SelectManyListboxTag.setProperties(UIComponent component) |
protected void |
SelectBooleanCheckboxTag.setProperties(UIComponent component) |
protected void |
PanelGridTag.setProperties(UIComponent component) |
protected void |
OutputTextTag.setProperties(UIComponent component) |
protected void |
OutputLabelTag.setProperties(UIComponent component) |
protected void |
MessagesTag.setProperties(UIComponent component) |
protected void |
InputTextareaTag.setProperties(UIComponent component) |
protected void |
InputSecretTag.setProperties(UIComponent component) |
protected void |
InputFileTag.setProperties(UIComponent component) |
protected void |
GraphicImageTag.setProperties(UIComponent component) |
protected void |
DataTableTag.setProperties(UIComponent component) |
protected void |
CommandLinkTag.setProperties(UIComponent component) |
protected void |
ColumnTag.setProperties(UIComponent component) |
protected void |
SelectOneRadioTag.setProperties(UIComponent component) |
protected void |
SelectManyMenuTag.setProperties(UIComponent component) |
protected void |
SelectManyCheckboxTag.setProperties(UIComponent component) |
protected void |
PanelGroupTag.setProperties(UIComponent component) |
protected void |
OutputLinkTag.setProperties(UIComponent component) |
protected void |
OutputFormatTag.setProperties(UIComponent component) |
protected void |
MessageTag.setProperties(UIComponent component) |
protected void |
InputTextTag.setProperties(UIComponent component) |
protected void |
InputHiddenTag.setProperties(UIComponent component) |
protected void |
FormTag.setProperties(UIComponent component) |
protected void |
CommandButtonTag.setProperties(UIComponent component) |
| Modifier and Type | Method and Description |
|---|---|
protected UIComponent |
SubviewTag.createVerbatimComponentFromBodyContent() |
| Modifier and Type | Method and Description |
|---|---|
Object |
ConverterTag.BindingConverter.getAsObject(FacesContext context,
UIComponent component,
String value) |
String |
ConverterTag.BindingConverter.getAsString(FacesContext context,
UIComponent component,
Object value) |
protected void |
ViewTag.setProperties(UIComponent component) |
protected void |
SelectItemsTag.setProperties(UIComponent component) |
protected void |
ParameterTag.setProperties(UIComponent component) |
protected void |
VerbatimTag.setProperties(UIComponent component) |
protected void |
SelectItemTag.setProperties(UIComponent component) |
void |
ValidatorTag.BindingValidator.validate(FacesContext context,
UIComponent component,
Object value)
Perform the correctness checks implemented by this
Validator against the specified
UIComponent. |
| Modifier and Type | Method and Description |
|---|---|
static void |
Util.checkIdUniqueness(FacesContext context,
UIComponent component,
Set<String> componentIds)
Utility method to validate ID uniqueness for the tree represented by
component. |
static boolean |
Util.componentIsDisabled(UIComponent component) |
static boolean |
Util.componentIsDisabledOrReadonly(UIComponent component) |
static Object |
MessageFactory.getLabel(FacesContext context,
UIComponent component)
Returns the
label property from the specified component. |
static jakarta.el.ValueExpression |
Util.getValueExpressionNullSafe(UIComponent component,
String name) |
static String |
DebugUtil.printTree(UIComponent root) |
static void |
DebugUtil.printTree(UIComponent root,
Logger logger,
Level level) |
static void |
DebugUtil.printTree(UIComponent root,
PrintStream out)
Output of printTree() to a PrintStream.
|
static void |
DebugUtil.printTree(UIComponent root,
Writer out) |
static void |
DebugUtil.simplePrintTree(UIComponent root,
String duplicateId,
Writer out) |
| Modifier and Type | Method and Description |
|---|---|
UIComponent |
ApplicationWrapper.createComponent(FacesContext context,
Resource componentResource)
The default behavior of this method is to call
|
UIComponent |
Application.createComponent(FacesContext context,
Resource componentResource)
Instantiate and return a new |
UIComponent |
ApplicationWrapper.createComponent(FacesContext context,
String componentType,
String rendererType)
The default behavior of this method is to call
|
UIComponent |
Application.createComponent(FacesContext context,
String componentType,
String rendererType)
Like |
UIComponent |
ApplicationWrapper.createComponent(String componentType)
The default behavior of this method is to call |
abstract UIComponent |
Application.createComponent(String componentType)
Instantiate and return a new
UIComponent instance of the class
specified by a previous call to addComponent() for the specified component type. |
UIComponent |
ApplicationWrapper.createComponent(ValueBinding componentBinding,
FacesContext context,
String componentType)
Deprecated.
See superclass for alternative.
|
abstract UIComponent |
Application.createComponent(ValueBinding componentBinding,
FacesContext context,
String componentType)
Deprecated.
This has been replaced by
Application.createComponent(jakarta.el.ValueExpression,jakarta.faces.context.FacesContext,java.lang.String). |
UIComponent |
ApplicationWrapper.createComponent(jakarta.el.ValueExpression componentExpression,
FacesContext context,
String componentType)
The default behavior of this method is to call
|
UIComponent |
Application.createComponent(jakarta.el.ValueExpression componentExpression,
FacesContext context,
String componentType)
Call the
getValue() method on the specified
ValueExpression. |
UIComponent |
ApplicationWrapper.createComponent(jakarta.el.ValueExpression componentExpression,
FacesContext context,
String componentType,
String rendererType)
The default behavior of this method is to call
|
UIComponent |
Application.createComponent(jakarta.el.ValueExpression componentExpression,
FacesContext context,
String componentType,
String rendererType)
Like |
| Modifier and Type | Class and Description |
|---|---|
class |
UIColumn
UIColumn is a
UIComponent that represents a single column of data within a parent
UIData component. |
class |
UICommand
UICommand is a
UIComponent that represents a user interface component which, when activated
by the user, triggers an application specific "command" or "action". |
class |
UIComponentBase
UIComponentBase is a
convenience base class that implements the default concrete behavior of all methods defined by
UIComponent. |
class |
UIData
UIData is a
UIComponent that supports data binding to a collection of data objects represented by a DataModel
instance, which is the current value of this component itself (typically established via a ValueExpression). |
class |
UIForm
UIForm is a
UIComponent that represents an input form to be
presented to the user, and whose child components represent (among other things) the input fields to be included when
the form is submitted. |
class |
UIGraphic
UIGraphic is a
UIComponent that displays a graphical image to the user. |
class |
UIImportConstants
|
class |
UIInput
UIInput is a
UIComponent that represents a component that both
displays output to the user (like UIOutput components do) and processes request parameters on the subsequent
request that need to be decoded. |
class |
UIMessage
This component is responsible for displaying messages for a specific
UIComponent, identified by a clientId or component id
relative to the closest ancestor NamingContainer. |
class |
UIMessages
The renderer for this component is responsible for obtaining the messages from the
FacesContext and
displaying them to the user. |
class |
UINamingContainer
UINamingContainer is a convenience base class for components that wish
to implement
NamingContainer functionality. |
class |
UIOutcomeTarget
This component is paired with the |
class |
UIOutput
UIOutput is a
UIComponent that has a
value, optionally retrieved from a model tier bean via a value expression, that is displayed to the user. |
class |
UIPanel
UIPanel is a
UIComponent that manages the layout of its child components. |
class |
UIParameter
UIParameter is a
UIComponent that represents an optionally named configuration parameter for
a parent component. |
class |
UISelectBoolean
|
class |
UISelectItem
UISelectItem is a component that may be
nested inside a
UISelectMany or UISelectOne component, and causes the addition of a
SelectItem instance to the list of available options for the parent component. |
class |
UISelectItems
UISelectItems is a component that may be nested inside a
UISelectMany or UISelectOne
component, and causes the addition of one or more SelectItem instances to the list of available options in
the parent component. |
class |
UISelectMany
UISelectMany is a
UIComponent that
represents the user's choice of a zero or more items from among a discrete set of available options. |
class |
UISelectOne
UISelectOne is a
UIComponent that represents the user's choice
of zero or one items from among a discrete set of available options. |
class |
UIViewAction
UIViewAction represents a method invocation that occurs during the request processing lifecycle, usually in response to an initial request, as opposed to a postback. |
class |
UIViewParameter
UIViewParameter represents a binding between a
request parameter and a model property or |
class |
UIViewRoot
UIViewRoot is the UIComponent that represents the root of
the UIComponent tree.
|
class |
UIWebsocket
The |
| Modifier and Type | Method and Description |
|---|---|
UIComponent |
UIComponentBase.findComponent(String expression) |
abstract UIComponent |
UIComponent.findComponent(String expr)
Search for and return the
UIComponent with an id that
matches the specified search expression (if any), according to the algorithm described below. |
static UIComponent |
UIComponent.getCompositeComponentParent(UIComponent component)
Finds the nearest composite component parent of the specified component.
|
static UIComponent |
UIComponent.getCurrentComponent(FacesContext context)
Return the |
static UIComponent |
UIComponent.getCurrentCompositeComponent(FacesContext context)
Return the closest ancestor component, relative to the component returned from |
UIComponent |
UIComponentBase.getFacet(String name) |
abstract UIComponent |
UIComponent.getFacet(String name)
Convenience method to return the named facet, if it exists, or
null otherwise. |
UIComponent |
UIData.getFooter()
Return the footer facet of this component (if any).
|
UIComponent |
UIColumn.getFooter()
Return the footer facet of the column (if any).
|
UIComponent |
UIData.getHeader()
Return the header facet of this component (if any).
|
UIComponent |
UIColumn.getHeader()
Return the header facet of the column (if any).
|
UIComponent |
UIComponent.getNamingContainer()
Starting with "this", return the closest component in the ancestry that is a |
UIComponent |
UIComponentBase.getParent() |
abstract UIComponent |
UIComponent.getParent()
Return the parent
UIComponent of this UIComponent, if any. |
| Modifier and Type | Method and Description |
|---|---|
List<UIComponent> |
UIComponentBase.getChildren() |
abstract List<UIComponent> |
UIComponent.getChildren()
|
List<UIComponent> |
UIViewRoot.getComponentResources(FacesContext context)
Return an unmodifiable ordered |
List<UIComponent> |
UIViewRoot.getComponentResources(FacesContext context,
String target)
Return an unmodifiable |
Map<String,UIComponent> |
UIComponentBase.getFacets() |
abstract Map<String,UIComponent> |
UIComponent.getFacets()
Return a mutable
Map representing the facet UIComponents associated with this
UIComponent, keyed by facet name (which must be a String). |
Iterator<UIComponent> |
UIComponentBase.getFacetsAndChildren() |
abstract Iterator<UIComponent> |
UIComponent.getFacetsAndChildren()
|
| Modifier and Type | Method and Description |
|---|---|
void |
UIViewRoot.addComponentResource(FacesContext context,
UIComponent componentResource)
Add argument |
void |
UIViewRoot.addComponentResource(FacesContext context,
UIComponent componentResource,
String target)
Add argument |
static UIComponent |
UIComponent.getCompositeComponentParent(UIComponent component)
Finds the nearest composite component parent of the specified component.
|
void |
ContextCallback.invokeContextCallback(FacesContext context,
UIComponent target)
This method will be called by an implementation of
invokeOnComponent(jakarta.faces.context.FacesContext, java.lang.String, jakarta.faces.component.ContextCallback) and must be passed the
component with the clientId given as an argument to invokeOnComponent. |
static boolean |
UIComponent.isCompositeComponent(UIComponent component)
Return |
void |
UIComponent.pushComponentToEL(FacesContext context,
UIComponent component)
Push the current |
void |
UIViewRoot.removeComponentResource(FacesContext context,
UIComponent componentResource)
Remove argument |
void |
UIViewRoot.removeComponentResource(FacesContext context,
UIComponent componentResource,
String target)
Remove argument |
void |
UIData.setFooter(UIComponent footer)
Set the footer facet of this component.
|
void |
UIColumn.setFooter(UIComponent footer)
Set the footer facet of the column.
|
void |
UIData.setHeader(UIComponent header)
Set the header facet of this component.
|
void |
UIColumn.setHeader(UIComponent header)
Set the header facet of the column.
|
void |
UIComponentBase.setParent(UIComponent parent) |
abstract void |
UIComponent.setParent(UIComponent parent)
Set the parent |
| Modifier and Type | Method and Description |
|---|---|
abstract UIComponent |
ClientBehaviorContext.getComponent()
Returns the |
| Modifier and Type | Method and Description |
|---|---|
static ClientBehaviorContext |
ClientBehaviorContext.createClientBehaviorContext(FacesContext context,
UIComponent component,
String eventName,
String sourceId,
Collection<ClientBehaviorContext.Parameter> parameters)
Creates a ClientBehaviorContext instance. |
void |
ClientBehaviorBase.decode(FacesContext context,
UIComponent component)
Default implementation of of |
void |
ClientBehavior.decode(FacesContext context,
UIComponent component)
Decode any new state of this |
| Modifier and Type | Class and Description |
|---|---|
class |
HtmlBody
NONE
|
class |
HtmlColumn
Represents a column that will be rendered in an HTML
table element. |
class |
HtmlCommandButton
Represents an HTML
input element for a button of type submit or reset. |
class |
HtmlCommandLink
Represents an HTML
a element for a hyperlink that acts like a submit button. |
class |
HtmlCommandScript
Represents an HTML
script element for a function that acts like an ajax form submit. |
class |
HtmlDataTable
Represents a set of repeating data (segregated into columns by child UIColumn components) that will be rendered in an
HTML
table element. |
class |
HtmlDoctype
NONE
|
class |
HtmlForm
Represents an HTML
form element. |
class |
HtmlGraphicImage
Represents an HTML
img element, used to retrieve and render a graphical image. |
class |
HtmlHead
NONE
|
class |
HtmlInputFile |
class |
HtmlInputHidden
Represents an HTML
input element of type hidden. |
class |
HtmlInputSecret
Represents an HTML
input element of type password. |
class |
HtmlInputText
Represents an HTML
input element of type text. |
class |
HtmlInputTextarea
Represents an HTML
textarea element. |
class |
HtmlMessage
By default, the
rendererType property must be set to "jakarta.faces.Message". |
class |
HtmlMessages
By default, the
rendererType property must be set to "jakarta.faces.Messages". |
class |
HtmlOutcomeTargetButton
Represents an HTML
input element of type "button" or image that may be used to link to a URL handled by
the Faces Servlet resolved preemptively using the logical outcome defined by the outcome property. |
class |
HtmlOutcomeTargetLink
Represents an HTML
a (hyperlink) element that may be used to link to a URL handled by the Faces Servlet
resolved preemptively using the logical outcome defined by the outcome property. |
class |
HtmlOutputFormat
Represents a component that looks up a localized message in a resource bundle, optionally uses it as a
MessageFormat pattern string and substitutes in parameter values from nested UIParameter
components, and renders the result. |
class |
HtmlOutputLabel
Represents an HTML
label element, used to define an accessible label for a corresponding input element. |
class |
HtmlOutputLink
Represents an HTML
a (hyperlink) element that may be used to link to an arbitrary URL defined by the
value property. |
class |
HtmlOutputText
Renders the component value as text, optionally wrapping in a
span element if I18N attributes, CSS
styles or style classes are specified. |
class |
HtmlPanelGrid
Renders child components in a table, starting a new row after the specified number of columns.
|
class |
HtmlPanelGroup
Causes all child components of this component to be rendered.
|
class |
HtmlSelectBooleanCheckbox
Represents an HTML
input element of type
checkbox. |
class |
HtmlSelectManyCheckbox
Represents a multiple-selection component that is rendered as a set
of HTML
input elements of type checkbox. |
class |
HtmlSelectManyListbox
Represents a multiple-selection component that is rendered as an HTML
select element, showing either all
available options or the specified number of options. |
class |
HtmlSelectManyMenu
Represents a multiple-selection component that is rendered as an HTML
select element, showing a single
available option at a time. |
class |
HtmlSelectOneListbox
Represents a single-selection component that is rendered as an HTML
select element, showing either all
available options or the specified number of options. |
class |
HtmlSelectOneMenu
Represents a single-selection component that is rendered as an HTML
select element, showing a single
available option at a time. |
class |
HtmlSelectOneRadio
Represents a single-selection component that is rendered as a set of
HTML
input elements of type radio. |
| Modifier and Type | Method and Description |
|---|---|
abstract UIComponent |
SearchExpressionContext.getSource()
Returns the source / base component from which we will start to perform our search. |
| Modifier and Type | Method and Description |
|---|---|
static SearchExpressionContext |
SearchExpressionContext.createSearchExpressionContext(FacesContext context,
UIComponent source)
Creates a |
static SearchExpressionContext |
SearchExpressionContext.createSearchExpressionContext(FacesContext context,
UIComponent source,
Set<SearchExpressionHint> expressionHints,
Set<VisitHint> visitHints)
Creates a |
abstract SearchExpressionContext |
SearchExpressionContextFactory.getSearchExpressionContext(FacesContext context,
UIComponent source,
Set<SearchExpressionHint> expressionHints,
Set<VisitHint> visitHints)
Creates a |
void |
SearchKeywordContext.invokeContextCallback(UIComponent target)
This method will be called by an implementation of |
abstract void |
SearchExpressionHandler.invokeOnComponent(SearchExpressionContext searchExpressionContext,
UIComponent previous,
String expression,
ContextCallback callback)
Resolves multiple |
void |
SearchExpressionHandlerWrapper.invokeOnComponent(SearchExpressionContext searchExpressionContext,
UIComponent previous,
String expression,
ContextCallback callback) |
abstract void |
SearchKeywordResolver.resolve(SearchKeywordContext searchKeywordContext,
UIComponent current,
String keyword)
Try to resolve one or multiple |
| Modifier and Type | Method and Description |
|---|---|
Collection<String> |
VisitContextWrapper.getSubtreeIdsToVisit(UIComponent component) |
abstract Collection<String> |
VisitContext.getSubtreeIdsToVisit(UIComponent component)
Given a |
VisitResult |
VisitContextWrapper.invokeVisitCallback(UIComponent component,
VisitCallback callback) |
abstract VisitResult |
VisitContext.invokeVisitCallback(UIComponent component,
VisitCallback callback)
Called by
UIComponent.visitTree() to visit a single component. |
VisitResult |
VisitCallback.visit(VisitContext context,
UIComponent target)
This method is called during component tree visits by
VisitContext.invokeVisitCallback() to visit the specified component. |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
ResponseWriter.startElement(String name,
UIComponent component)
Write the start of an element, up to and including the element name.
|
void |
ResponseWriterWrapper.startElement(String name,
UIComponent component)
The default behavior of this method is to call
ResponseWriter.startElement(String, jakarta.faces.component.UIComponent) on the wrapped
ResponseWriter object. |
void |
ResponseWriter.writeText(Object text,
UIComponent component,
String property)
Write an object, after converting it to a String (if necessary), and after performing any escaping appropriate for
the markup language being rendered.
|
void |
ResponseWriterWrapper.writeText(Object text,
UIComponent component,
String property)
The default behavior of this method is to call
ResponseWriter.writeText(Object, UIComponent, String) on the
wrapped ResponseWriter object. |
| Modifier and Type | Method and Description |
|---|---|
Object |
NumberConverter.getAsObject(FacesContext context,
UIComponent component,
String value) |
Object |
LongConverter.getAsObject(FacesContext context,
UIComponent component,
String value) |
Object |
FloatConverter.getAsObject(FacesContext context,
UIComponent component,
String value) |
Object |
DateTimeConverter.getAsObject(FacesContext context,
UIComponent component,
String value) |
T |
Converter.getAsObject(FacesContext context,
UIComponent component,
String value)
Convert the specified string value, which is associated with the specified
UIComponent, into a model data object that is appropriate for being stored during the
Process Validations phase of the request processing lifecycle. |
Object |
CharacterConverter.getAsObject(FacesContext context,
UIComponent component,
String value) |
Object |
BooleanConverter.getAsObject(FacesContext context,
UIComponent component,
String value) |
Object |
BigDecimalConverter.getAsObject(FacesContext context,
UIComponent component,
String value) |
Object |
ShortConverter.getAsObject(FacesContext context,
UIComponent component,
String value) |
Object |
IntegerConverter.getAsObject(FacesContext context,
UIComponent component,
String value) |
Object |
EnumConverter.getAsObject(FacesContext context,
UIComponent component,
String value)
Convert the
value argument to one of the enum constants of the class provided in our constructor. |
Object |
DoubleConverter.getAsObject(FacesContext context,
UIComponent component,
String value) |
Object |
ByteConverter.getAsObject(FacesContext context,
UIComponent component,
String value) |
Object |
BigIntegerConverter.getAsObject(FacesContext context,
UIComponent component,
String value) |
String |
NumberConverter.getAsString(FacesContext context,
UIComponent component,
Object value) |
String |
LongConverter.getAsString(FacesContext context,
UIComponent component,
Object value) |
String |
FloatConverter.getAsString(FacesContext context,
UIComponent component,
Object value) |
String |
DateTimeConverter.getAsString(FacesContext context,
UIComponent component,
Object value) |
String |
CharacterConverter.getAsString(FacesContext context,
UIComponent component,
Object value) |
String |
BooleanConverter.getAsString(FacesContext context,
UIComponent component,
Object value) |
String |
BigDecimalConverter.getAsString(FacesContext context,
UIComponent component,
Object value) |
String |
ShortConverter.getAsString(FacesContext context,
UIComponent component,
Object value) |
String |
IntegerConverter.getAsString(FacesContext context,
UIComponent component,
Object value) |
String |
EnumConverter.getAsString(FacesContext context,
UIComponent component,
Object value)
Convert the enum constant given by the |
String |
DoubleConverter.getAsString(FacesContext context,
UIComponent component,
Object value) |
String |
ByteConverter.getAsString(FacesContext context,
UIComponent component,
Object value) |
String |
BigIntegerConverter.getAsString(FacesContext context,
UIComponent component,
Object value) |
String |
Converter.getAsString(FacesContext context,
UIComponent component,
T value)
Convert the specified model object value, which is associated with the specified
UIComponent, into a String
that is suitable for being included in the response generated during the Render Response phase of the
request processing lifeycle. |
| Modifier and Type | Method and Description |
|---|---|
UIComponent |
FacesEvent.getComponent()
Return the source
UIComponent that sent this event. |
UIComponent |
ComponentSystemEvent.getComponent()
the source |
UIComponent |
ExceptionQueuedEventContext.getComponent()
Return the |
| Modifier and Type | Method and Description |
|---|---|
void |
PostRestoreStateEvent.setComponent(UIComponent newComponent) |
| Constructor and Description |
|---|
ActionEvent(FacesContext facesContext,
UIComponent component)
Construct a new event object from the Faces context, specified source component and action command. |
ActionEvent(UIComponent component)
Construct a new event object from the specified source component and action command. |
AjaxBehaviorEvent(FacesContext facesContext,
UIComponent component,
Behavior behavior)
Construct a new event object from the Faces context, specified source component and Ajax behavior. |
AjaxBehaviorEvent(UIComponent component,
Behavior behavior)
Construct a new event object from the specified source component and Ajax behavior. |
BehaviorEvent(FacesContext facesContext,
UIComponent component,
Behavior behavior)
Construct a new event object from the Faces context, specified source component and behavior. |
BehaviorEvent(UIComponent component,
Behavior behavior)
Construct a new event object from the specified source component and |
ComponentSystemEvent(FacesContext facesContext,
UIComponent component)
Pass the argument |
ComponentSystemEvent(UIComponent component)
Pass the argument |
ExceptionQueuedEventContext(FacesContext context,
Throwable thrown,
UIComponent component)
Instantiate a new |
ExceptionQueuedEventContext(FacesContext context,
Throwable thrown,
UIComponent component,
PhaseId phaseId)
Instantiate a new |
FacesEvent(FacesContext facesContext,
UIComponent component)
Construct a new event object from the Faces context and specified source component. |
FacesEvent(UIComponent component)
Construct a new event object from the specified source component. |
PostAddToViewEvent(FacesContext facesContext,
UIComponent component)
Instantiate a new |
PostAddToViewEvent(UIComponent component)
Instantiate a new |
PostRestoreStateEvent(FacesContext facesContext,
UIComponent component)
Instantiate a new |
PostRestoreStateEvent(UIComponent component)
Instantiate a new |
PostValidateEvent(FacesContext facesContext,
UIComponent component)
Constructor |
PostValidateEvent(UIComponent component)
Constructor |
PreRemoveFromViewEvent(FacesContext facesContext,
UIComponent component)
Instantiate a new |
PreRemoveFromViewEvent(UIComponent component)
Instantiate a new |
PreRenderComponentEvent(FacesContext facesContext,
UIComponent component)
Instantiate a new |
PreRenderComponentEvent(UIComponent component)
Instantiate a new |
PreValidateEvent(FacesContext facesContext,
UIComponent component)
Constructor |
PreValidateEvent(UIComponent component)
Constructor |
ValueChangeEvent(FacesContext facesContext,
UIComponent component,
Object oldValue,
Object newValue)
Construct a new event object from the Faces context, specified source component, old value and new value. |
ValueChangeEvent(UIComponent component,
Object oldValue,
Object newValue)
Construct a new event object from the specified source component, old value, and new value. |
| Modifier and Type | Method and Description |
|---|---|
void |
Renderer.decode(FacesContext context,
UIComponent component)
Decode any new state of the specified
UIComponent from the request contained in the specified
FacesContext, and store that state on the UIComponent. |
void |
RendererWrapper.decode(FacesContext context,
UIComponent component) |
void |
ClientBehaviorRenderer.decode(FacesContext context,
UIComponent component,
ClientBehavior behavior)
Decode any new state of this |
void |
Renderer.encodeBegin(FacesContext context,
UIComponent component)
Render the beginning specified
UIComponent to the output stream or writer associated with the response we are
creating. |
void |
RendererWrapper.encodeBegin(FacesContext context,
UIComponent component) |
void |
Renderer.encodeChildren(FacesContext context,
UIComponent component)
Render the child components of this
UIComponent, following the rules described for encodeBegin()
to acquire the appropriate value to be rendered. |
void |
RendererWrapper.encodeChildren(FacesContext context,
UIComponent component) |
void |
Renderer.encodeEnd(FacesContext context,
UIComponent component)
Render the ending of the current state of the specified
UIComponent, following the rules described for
encodeBegin() to acquire the appropriate value to be rendered. |
void |
RendererWrapper.encodeEnd(FacesContext context,
UIComponent component) |
Object |
Renderer.getConvertedValue(FacesContext context,
UIComponent component,
Object submittedValue)
Attempt to convert previously stored state information into an object of the type required for this component
(optionally using the registered
Converter for this component, if there is one). |
Object |
RendererWrapper.getConvertedValue(FacesContext context,
UIComponent component,
Object submittedValue) |
| Modifier and Type | Method and Description |
|---|---|
void |
RegexValidator.validate(FacesContext context,
UIComponent component,
Object value)
Validate a String against a regular expression pattern.
|
void |
LengthValidator.validate(FacesContext context,
UIComponent component,
Object value) |
void |
BeanValidator.validate(FacesContext context,
UIComponent component,
Object value)
Verify that the value is valid according to the Bean Validation constraints. |
void |
RequiredValidator.validate(FacesContext context,
UIComponent component,
Object value)
Verify that the converted object value is not null.
|
void |
MethodExpressionValidator.validate(FacesContext context,
UIComponent component,
Object value) |
void |
LongRangeValidator.validate(FacesContext context,
UIComponent component,
Object value) |
void |
DoubleRangeValidator.validate(FacesContext context,
UIComponent component,
Object value) |
void |
Validator.validate(FacesContext context,
UIComponent component,
T value)
|
| Modifier and Type | Method and Description |
|---|---|
UIComponent |
ViewDeclarationLanguageWrapper.createComponent(FacesContext context,
String taglibURI,
String tagName,
Map<String,Object> attributes) |
UIComponent |
ViewDeclarationLanguage.createComponent(FacesContext context,
String taglibURI,
String tagName,
Map<String,Object> attributes)
Create a component given a |
| Modifier and Type | Method and Description |
|---|---|
List<UIComponent> |
AttachedObjectTarget.getTargets(UIComponent topLevelComponent)
Returns the |
| Modifier and Type | Method and Description |
|---|---|
void |
AttachedObjectHandler.applyAttachedObject(FacesContext context,
UIComponent parent)
Take the argument |
List<UIComponent> |
AttachedObjectTarget.getTargets(UIComponent topLevelComponent)
Returns the |
void |
ViewDeclarationLanguageWrapper.retargetAttachedObjects(FacesContext context,
UIComponent topLevelComponent,
List<AttachedObjectHandler> handlers) |
void |
ViewDeclarationLanguage.retargetAttachedObjects(FacesContext context,
UIComponent topLevelComponent,
List<AttachedObjectHandler> handlers)
Assuming the component metadata for argument
|
void |
ViewDeclarationLanguageWrapper.retargetMethodExpressions(FacesContext context,
UIComponent topLevelComponent) |
void |
ViewDeclarationLanguage.retargetMethodExpressions(FacesContext context,
UIComponent topLevelComponent)
Assuming the component metadata for argument |
| Modifier and Type | Method and Description |
|---|---|
UIComponent |
ComponentHandler.createComponent(FaceletContext ctx)
Subclasses that wish to take over the task of instantiating the |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
TagHandlerDelegate.apply(FaceletContext ctx,
UIComponent comp)
Called by classes that implement
|
void |
DelegatingMetaTagHandler.apply(FaceletContext ctx,
UIComponent parent)
The default implementation simply calls through to |
void |
FaceletHandler.apply(FaceletContext ctx,
UIComponent parent)
Process changes on a particular UIComponent |
void |
CompositeFaceletHandler.apply(FaceletContext ctx,
UIComponent parent)
Calls apply on any child handlers. |
abstract void |
Facelet.apply(FacesContext facesContext,
UIComponent parent)
The passed UIComponent parent will be populated/restored in accordance with
the Facelets chapter in the spec prose document.
|
void |
FaceletsAttachedObjectHandler.applyAttachedObject(FacesContext ctx,
UIComponent parent)
Take the necessary actions to apply the attached object represented by the tag for the concrete subclass of this
class to the argument |
void |
DelegatingMetaTagHandler.applyNextHandler(FaceletContext ctx,
UIComponent c)
Invoke the |
abstract void |
FaceletContext.includeFacelet(UIComponent parent,
String relativePath)
Include another Facelet defined at some path, relative to the executing context, not the current Facelet (same as include directive in Jakarta Server Pages) |
abstract void |
FaceletContext.includeFacelet(UIComponent parent,
URL absolutePath)
Include another Facelet defined at some path, absolute to this ClassLoader/OS |
static boolean |
ComponentHandler.isNew(UIComponent component)
Determine if the passed component is not null and if it's new to the tree. |
void |
ComponentHandler.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. |
void |
ComponentHandler.onComponentPopulated(FaceletContext ctx,
UIComponent c,
UIComponent parent)
This method is guaranteed to be called after the component has been populated with children. |
| Modifier and Type | Method and Description |
|---|---|
protected abstract UIComponent |
UIComponentClassicTagBase.createComponent(FacesContext context,
String newId)
Create and return a new child component of the type returned by calling
getComponentType(). |
protected UIComponent |
UIComponentTag.createComponent(FacesContext context,
String newId)
Deprecated.
Implement
createComponent using Faces 1.1 EL API. |
protected UIComponent |
UIComponentELTag.createComponent(FacesContext context,
String newId)
Create and return a new child component of the type returned by calling
getComponentType(). |
protected UIComponent |
UIComponentClassicTagBase.createVerbatimComponentFromBodyContent()
Create a transient UIOutput component from the body content, of this tag instance or return null if there is no body
content, the body content is whitespace, or the body content is a comment.
|
protected UIComponent |
UIComponentClassicTagBase.findComponent(FacesContext context)
Find and return the
UIComponent, from the component tree, that corresponds to this tag handler instance. |
UIComponent |
UIComponentClassicTagBase.getComponentInstance()
Return the
UIComponent instance that is associated with this tag instance. |
abstract UIComponent |
UIComponentTagBase.getComponentInstance()
Return the
UIComponent instance that is associated with this tag instance. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
UIComponentClassicTagBase.addChild(UIComponent child) |
protected abstract void |
UIComponentTagBase.addChild(UIComponent child)
Add the component identifier of the specified
UIComponent to the list of component identifiers created or
located by nested UIComponentTags processing this request. |
protected void |
UIComponentClassicTagBase.addVerbatimAfterComponent(UIComponentClassicTagBase parentTag,
UIComponent verbatim,
UIComponent component)
Add verbatim as a sibling of component in component in the parent's child list.
|
protected void |
UIComponentClassicTagBase.addVerbatimBeforeComponent(UIComponentClassicTagBase parentTag,
UIComponent verbatim,
UIComponent component)
Add verbatim as a sibling of component in component in the parent's child list.
|
protected abstract void |
UIComponentClassicTagBase.setProperties(UIComponent component)
Override properties and attributes of the specified component, if the corresponding properties of this tag handler
instance were explicitly set.
|
protected void |
UIComponentTag.setProperties(UIComponent component)
Deprecated.
|
protected void |
UIComponentELTag.setProperties(UIComponent component)
Override properties and attributes of the specified component, if the corresponding properties of this tag handler
instance were explicitly set.
|
Copyright © 1997–2020 Eclipse Foundation. All rights reserved.