net.sourceforge.stripes.controller
Annotation Type Intercepts


@Retention(value=RUNTIME)
@Target(value=TYPE)
@Documented
public @interface Intercepts

Annotation that declares the lifecycle stages that an interceptor should intercept. In most cases this will probably be a single stage, but an array of stages can be specified. Only valid for annotating classes that implement Interceptor.

Since:
Stripes 1.3
Author:
Tim Fennell

Required Element Summary
 LifecycleStage[] value
          One or more lifecycle stages at which interception should occur.
 

Element Detail

value

public abstract LifecycleStage[] value
One or more lifecycle stages at which interception should occur.



? Copyright 2005-2006, Stripes Development Team.