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
 java.lang.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 java.lang.String value
The path, relative to the specification (if it exists), or the template (if it does not),j of the script file.