The jsf component model :
It have some type of properties and events just like the swing .jsf also have the containers that contains components and that also are components that can be contained by other containers .
component functionality typically combination of two part
1-decoding
2-encoding
Decoding is the process of converting incoming request parameters to the values of the components and encoding is the process in which convert the current value of components into corresponding markup language that is html.
component functionality typically combination of two part
1-decoding
2-encoding
Decoding is the process of converting incoming request parameters to the values of the components and encoding is the process in which convert the current value of components into corresponding markup language that is html.
No comments:
Post a Comment