org.codehaus.waffle.action.annotation
Annotation Type PRG


@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface PRG

Annotation to control the use of the PRG (Post/Redirect/Get) paradigm. See http://en.wikipedia.org/wiki/Post/Redirect/Get

Author:
Mauro Talevi, Michael Ward

Optional Element Summary
 boolean value
           
 

value

public abstract boolean value
Default:
true


Copyright © 2008. All Rights Reserved.