| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=TYPE) @Retention(value=RUNTIME) @Documented @Inherited public @interface Redirect
Specifies that an exception should result in a browser redirect.
| Required Element Summary | |
|---|---|
|  String | viewIdThe view to redirect to, default to the current view. | 
| 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. | 
| Element Detail | 
|---|
public abstract String viewId
public abstract String message
public abstract boolean end
public abstract boolean rollback
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||