|
||||||||||
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 |
end
Should the current long-running conversation end when this exception occurs. |
String |
message
The message to be displayed as a FacesMessage, default to using the exception message. |
String |
viewId
The view to render, default to the current view. |
public abstract String message
public abstract String viewId
public abstract boolean end
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |