Built-in FormInterceptor plugins
| Name | Description |
|---|---|
|
SampleFormInterceptor |
Reference implementation demonstrating all three interception points (add, get, set), tied to the demo "Consulting" metadata group (okp:consulting.input1, okp:consulting.input2). Every modification only applies when the current user's ID is "test" - with any other user it behaves as if the interceptor were not present, so the same environment can be used to compare both behaviours.
|
Not wired to a metadata group automatically - it is referenced by canonical class name in the interceptorClassName attribute of a property-group element in the metadata XML definition. See Creating your own FormInterceptor plugin for the interface, the full XML example, and the metadata group definition this sample expects.