Annotation Type IgnorePostback


@Inherited @Documented @Target({METHOD,FIELD}) @Retention(RUNTIME) public @interface IgnorePostback
Specifies that an element annotated with @RequestAction should not be executed if the current HttpServletRequest is handling a JavaServer Faces form postback.
Author:
Lincoln Baxter, III