org.apache.tapestry5.services
Annotation Type Ajax


@Target(value={PARAMETER,FIELD,METHOD})
@Retention(value=RUNTIME)
@Documented
public @interface Ajax

Marker annotation for services related to processing an Ajax request (rather than a traditional request).

See Also:
ComponentEventRequestHandler



Copyright © 2003-2012 The Apache Software Foundation.