| Package | Description | 
|---|---|
| javax.faces.application | |
| javax.faces.component | |
| javax.faces.component.behavior | |
| javax.faces.component.html | 
 
 Specialized user interface
 component classes for HTML. 
 | 
| javax.faces.component.search | |
| javax.faces.component.visit | |
| javax.faces.context | |
| javax.faces.convert | |
| javax.faces.event | |
| javax.faces.render | |
| javax.faces.validator | |
| javax.faces.view | |
| javax.faces.view.facelets | |
| javax.faces.webapp | 
| 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(javax.el.ValueExpression,javax.faces.context.FacesContext,java.lang.String). | 
UIComponent | 
ApplicationWrapper.createComponent(ValueExpression componentExpression,
               FacesContext context,
               String componentType)
 The default behavior of this method is to call
   | 
UIComponent | 
Application.createComponent(ValueExpression componentExpression,
               FacesContext context,
               String componentType)
 | 
UIComponent | 
ApplicationWrapper.createComponent(ValueExpression componentExpression,
               FacesContext context,
               String componentType,
               String rendererType)
 The default behavior of this method is to call
   | 
UIComponent | 
Application.createComponent(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(javax.faces.context.FacesContext, java.lang.String, javax.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 "javax.faces.Message". | 
class  | 
HtmlMessages
By default, the  
rendererType property must be set to "javax.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   | 
void | 
SearchExpressionHandlerWrapper.invokeOnComponent(SearchExpressionContext searchExpressionContext,
                 UIComponent previous,
                 String expression,
                 ContextCallback callback)  | 
abstract void | 
SearchExpressionHandler.invokeOnComponent(SearchExpressionContext searchExpressionContext,
                 UIComponent previous,
                 String expression,
                 ContextCallback callback)
Resolves multiple   | 
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 | 
|---|---|
void | 
ResponseWriterWrapper.startElement(String name,
            UIComponent component)
The default behavior of this method is to
 call  
ResponseWriter.startElement(String, javax.faces.component.UIComponent)
 on the wrapped ResponseWriter object. | 
abstract void | 
ResponseWriter.startElement(String name,
            UIComponent component)
Write the start of an element, 
       up to and including the
 element name. 
 | 
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. | 
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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
ShortConverter.getAsObject(FacesContext context,
           UIComponent component,
           String value)  | 
Object | 
NumberConverter.getAsObject(FacesContext context,
           UIComponent component,
           String value)  | 
Object | 
LongConverter.getAsObject(FacesContext context,
           UIComponent component,
           String value)  | 
Object | 
IntegerConverter.getAsObject(FacesContext context,
           UIComponent component,
           String value)  | 
Object | 
FloatConverter.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 | 
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 | 
ByteConverter.getAsObject(FacesContext context,
           UIComponent component,
           String value)  | 
Object | 
BooleanConverter.getAsObject(FacesContext context,
           UIComponent component,
           String value)  | 
Object | 
BigIntegerConverter.getAsObject(FacesContext context,
           UIComponent component,
           String value)  | 
Object | 
BigDecimalConverter.getAsObject(FacesContext context,
           UIComponent component,
           String value)  | 
String | 
ShortConverter.getAsString(FacesContext context,
           UIComponent component,
           Object value)  | 
String | 
NumberConverter.getAsString(FacesContext context,
           UIComponent component,
           Object value)  | 
String | 
LongConverter.getAsString(FacesContext context,
           UIComponent component,
           Object value)  | 
String | 
IntegerConverter.getAsString(FacesContext context,
           UIComponent component,
           Object value)  | 
String | 
FloatConverter.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 | 
DateTimeConverter.getAsString(FacesContext context,
           UIComponent component,
           Object value)  | 
String | 
CharacterConverter.getAsString(FacesContext context,
           UIComponent component,
           Object value)  | 
String | 
ByteConverter.getAsString(FacesContext context,
           UIComponent component,
           Object value)  | 
String | 
BooleanConverter.getAsString(FacesContext context,
           UIComponent component,
           Object value)  | 
String | 
BigIntegerConverter.getAsString(FacesContext context,
           UIComponent component,
           Object value)  | 
String | 
BigDecimalConverter.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 | 
ExceptionQueuedEventContext.getComponent()
Return the   | 
UIComponent | 
ComponentSystemEvent.getComponent()
the source   | 
| 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 | 
RendererWrapper.decode(FacesContext context,
      UIComponent component)  | 
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 | 
ClientBehaviorRenderer.decode(FacesContext context,
      UIComponent component,
      ClientBehavior behavior)
Decode any new state of this   | 
void | 
RendererWrapper.encodeBegin(FacesContext context,
           UIComponent component)  | 
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.encodeChildren(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.encodeEnd(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. | 
Object | 
RendererWrapper.getConvertedValue(FacesContext context,
                 UIComponent component,
                 Object submittedValue)  | 
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). | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
RequiredValidator.validate(FacesContext context,
        UIComponent component,
        Object value)
Verify that the converted object value is not null. 
 | 
void | 
RegexValidator.validate(FacesContext context,
        UIComponent component,
        Object value)
Validate a String against a regular expression pattern. 
 | 
void | 
MethodExpressionValidator.validate(FacesContext context,
        UIComponent component,
        Object value)  | 
void | 
LongRangeValidator.validate(FacesContext context,
        UIComponent component,
        Object value)  | 
void | 
LengthValidator.validate(FacesContext context,
        UIComponent component,
        Object value)  | 
void | 
DoubleRangeValidator.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 | 
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 | 
FaceletHandler.apply(FaceletContext ctx,
     UIComponent parent)
Process changes on a particular UIComponent  | 
void | 
DelegatingMetaTagHandler.apply(FaceletContext ctx,
     UIComponent parent)
The default implementation simply
 calls through to   | 
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 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 abstract UIComponent | 
UIComponentClassicTagBase.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. | 
abstract UIComponent | 
UIComponentTagBase.getComponentInstance()
Return the  
UIComponent instance that is associated with
 this tag instance. | 
UIComponent | 
UIComponentClassicTagBase.getComponentInstance()
Return the  
UIComponent instance that is associated with
 this tag instance. | 
| Modifier and Type | Method and Description | 
|---|---|
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.addChild(UIComponent child)  | 
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 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. 
 | 
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. 
 | 
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.