uk.org.ponder.rsf.state.guards |
RSF "BeanGuards" are used to decorate and intercept access to the application
model, for example for validation tasks.
|
Java Source File Name | Type | Comment |
BeanGuard.java | Class | "Guards" the read or write access of a particular EL path, by allowing logic
supplied in a second bean to execute relative to the access - either before (PRE),
after (POST) or "around" (AROUND) it. |
BeanGuardProcessor.java | Class | Collects all BeanGuard definitions from the context, and supervises their
application. |