net.sourceforge.stripes.action
Annotation Type HandlesEvent


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

Annotation used by ActionBean to declare that a method is capable of handling a named event being submitted by a client. Used by the AnnotatedClassActionResolver to map requests to the appropriate method to handle them at run time.

Author:
Tim Fennell

Required Element Summary
 String value
          The name of the event that will be handled by the annotated method.
 

Element Detail

value

public abstract String value
The name of the event that will be handled by the annotated method.



? Copyright 2005-2006, Stripes Development Team.