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