JavaScript is disabled on your browser.
Skip navigation links
Tapestry API - 5.9.0
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
org.apache.tapestry5.services
Annotation Type Ajax
@Target
({
PARAMETER
,
FIELD
,
METHOD
})
@Retention
(
RUNTIME
)
@Documented
public @interface
Ajax
Marker annotation for services related to processing an Ajax request (rather than a
traditional request
).
See Also:
ComponentEventRequestHandler