org.ajax4jsf.model
Annotation Type KeepAlive


@Target(value=TYPE)
@Retention(value=RUNTIME)
@Documented
public @interface KeepAlive

Marker annotation, to keep request-scope beans between requests in the view state.

Author:
asmirnov

Optional Element Summary
 boolean ajaxOnly
          Boolean attribute indicating whether kept beans are accessible for all requests or AJAX-only.
 

ajaxOnly

public abstract boolean ajaxOnly
Boolean attribute indicating whether kept beans are accessible for all requests or AJAX-only.

Returns:
Since:
3.2.2
Default:
false


Copyright © 2010. All Rights Reserved.