@Documented @Retention(value=RUNTIME) @Target(value=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 a
PostConstruct
for them, but then for <o:scriptParam>
.
ScriptParam
Copyright © 2012–2020 OmniFaces. All rights reserved.