| org.apache.tapestry.annotations.Path
Path | public @interface Path(Code) | | Used in conjunction with the
Inject annotation to inject an
Asset based on a
path.
|
Field Summary | |
String | value The path to the resource; if prefixed (say with "classpath:") then its a complete path within
the identified namespace; otherwise it's a relative path from the class containing the
annotation. |
value | String value(Code) | | The path to the resource; if prefixed (say with "classpath:") then its a complete path within
the identified namespace; otherwise it's a relative path from the class containing the
annotation. Symbols will be expanded.
|
|
|