org.apache.tapestry5.annotations
Annotation Type IncludeJavaScriptLibrary


@Target(value=TYPE)
@Retention(value=RUNTIME)
@Documented
public @interface IncludeJavaScriptLibrary

Allows for the inclusion of one or more JavaScript libraries. The libraries are assets, usually (but not always) stored on the classpath with the component.

See Also:
IncludeStylesheet, Path

Required Element Summary
 String[] value
          The paths to the JavaScript library assets.
 

Element Detail

value

public abstract String[] value
The paths to the JavaScript library assets. Symbols in the paths are expanded. The library may be localized.



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