org.slim3.struts.annotation
Annotation Type Execute


@Retention(value=RUNTIME)
@Target(value=METHOD)
@Documented
public @interface Execute

An annotation for execute method.

Since:
3.0
Author:
higa

Optional Element Summary
 String input
          the path to transit when a validation error is encountered.
 String reset
          the reset method name.
 String[] roles
          The roles.
 boolean validate
          Whether this execute method is validated.
 

validate

public abstract boolean validate
Whether this execute method is validated.

Default:
true

input

public abstract String input
the path to transit when a validation error is encountered.

Default:
""

roles

public abstract String[] roles
The roles.

Default:
{}

reset

public abstract String reset
the reset method name.

Default:
""


Copyright © 2008-2009 The Slim3 project. All Rights Reserved.