Where is the example code of a custom flex filter mentioned in the developer guide?
(Doc ID 1459108.1)
Last updated on JANUARY 24, 2024
Applies to:
Oracle WebCenter Sites - Version 7.6.0 and laterInformation in this document applies to any platform.
Goal
Where is the example code of a custom flex filter mentioned in the developer guide?
To implement a custom flex filter create a new Java class for it by extending the AbstractFlexFilter class. This filter class contains all default functionality required to handle filter requests. A working example of a custom flex filter class that extends the AbstractFlexFilter class, and whose purpose is to access a flex attribute and set a derived attribute value, is provided by the source file SampleFlexFilter.java.
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |