org.apache.tapestry.annotations
Annotation Type InjectAsset
@Target(value=METHOD)
@Retention(value=RUNTIME)
@Documented
public @interface InjectAsset
Annotation for injecting an asset by its name.
- Since:
- 4.0
- Author:
- Howard M. Lewis Ship
Required Element Summary |
String |
value
The name of the asset to inject. |
value
public abstract String value
- The name of the asset to inject. The asset is defined in the page or component specification.
Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.