Annotation Interface PostScriptParam


@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 a PostConstruct for them, but then for <o:scriptParam>.

Since:
3.6
Author:
Bauke Scholtz
See Also: