Posts by Grão-Lorde • 53 points
3 posts
-
2
votes3
answers220
viewsQ: How to build a differentiable for a Generic class?
How would it be possible to build a differentiated constructor for classes that extend a generic class? For example, for the situation below, I would like to create a Generic builder that can…
-
2
votes1
answer203
viewsQ: How to intercept only the public methods of a bean Managed?
If you have a managed bean ( @Managedbean annotation), how would it be possible to intercept only the public methods of this bean? The motivation for this would be as follows, suppose you have a…
-
1
votes1
answer344
viewsQ: How to change only checkboxes visible from a datatable?
Problem situation, suppose we have a datatable on the first faces with the following features: The first column instead of the title has a checkbox with the label all. All rows in this first column…