@Retention(value=RUNTIME) @Target(value=METHOD) public @interface PreventDoubleSubmission
Mark an action handler method to be double-submission protected
static String
DEFAULT
String
value
public static final String DEFAULT
public abstract String value
Specify the dsp (double submission protection) token name
Copyright © 2014–2018 ActFramework. All rights reserved.