org.apache.tapestry5.services
Annotation Type Ajax


@Target(value={PARAMETER,FIELD})
@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 © 2006-2009 Apache Software Foundation. All Rights Reserved.