org.apache.tapestry5.services
Annotation Type Traditional


@Target(value={PARAMETER,FIELD,METHOD})
@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 © 2003-2012 The Apache Software Foundation.