Technically, the input components as described in Chapter 4 are also output components. They are not only capable of processing any submitted input values but they are also capable of outputting the model value during the render response phase (sixth phase). This is also visible in the Jakarta Faces API (application programming interface): the UIInput superclass extends from the UIOutput superclass.
There are also a bunch ...