org.apache.tapestry5.services
Annotation Type Traditional


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

Marker annotation for a service that should be used for traditional page oriented requests, as opposed to Ajax requests (that send ad-hoc or partial page markup responses.

See Also:
ComponentEventRequestHandler



Copyright © 2006-2009 Apache Software Foundation. All Rights Reserved.