org.apache.tapestry.annotations
Annotation Type PageDetached


@Target(value=METHOD)
@Retention(value=RUNTIME)
@Documented
public @interface PageDetached

Method annotation used for methods that should be invoked when the page is detached at the end of a request, before it is returned to the page pool for later reuse.

PageDetached methods should take no parameters and return void. They must either have this annotation, or be named "pageDetached".

See Also:
PageAttached



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