org.apache.tapestry.annotations
Annotation Type InjectScript


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

Injects a compiled IScript.

Since:
4.0
Author:
Howard Lewis Ship

Required Element Summary
 String value
          The path, relative to the specification (if it exists), or the template (if it does not),j of the script file.
 

Element Detail

value

public abstract String value
The path, relative to the specification (if it exists), or the template (if it does not),j of the script file.



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