org.apache.beehive.netui.pageflow.annotations
Annotation Type Jpf.ExceptionHandler


@Target(value=METHOD)
@Retention(value=RUNTIME)
public static @interface Jpf.ExceptionHandler

was jpf:exception-handler


Optional Element Summary
 Jpf.Forward[] forwards
          forwards (optional )
 boolean readOnly
          is the exception handler read-only, i.e., is it guaranteed not to modify member state (optional )
 

forwards

public abstract Jpf.Forward[] forwards
forwards (optional )

Default:
{}

readOnly

public abstract boolean readOnly
is the exception handler read-only, i.e., is it guaranteed not to modify member state (optional )

Default:
false