org.apache.shale.tiger.view
Annotation Type Prerender


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface Prerender

Method-level annotation indicating that the decorated method should have the semantics of org.apache.shale.view.ViewController.prerender(), even if it is named differently.

ASSERTION - the annotated method is public, has a return type of void, and takes no parameters.

ASSERTION - the annotated method is part of a class that is annotated with the View annotation.



Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.