-
@Documented @Retention(RUNTIME) @Target(METHOD) public @interface PostScriptParam
The annotation
@PostScriptParamallows you to invoke a managed bean method when all<o:scriptParam>values have been set in the associated managed bean. It's basically like aPostConstructfor them, but then for<o:scriptParam>.- Since:
- 3.6
- Author:
- Bauke Scholtz
- See Also:
ScriptParam