| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=TYPE) @Retention(value=RUNTIME) @Documented @Inherited public @interface Render
Specifies that an exception should result in immediate rendering of the view. This may only be used with exceptions thrown during the INVOKE_APPLICATION phase.
| Optional Element Summary | |
|---|---|
|  boolean | endShould the current long-running conversation end when this exception occurs. | 
|  String | messageThe message to be displayed as a FacesMessage, default to using the exception message. | 
|  boolean | rollbackShould the transaction be rolled back when this exception occurs. | 
|  String | viewIdThe view to render, default to the current view. | 
public abstract String message
public abstract String viewId
public abstract boolean end
public abstract boolean rollback
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||