${foo.bar.baz}
where foo.bar.baz
is the name of the symbol. The symbol may appear inside annotation, such as {@link Value}. Values for symbols are provided by {@link SymbolProvider}.
${foo.bar.baz}
where foo.bar.baz
is the name of the symbol. The symbol may appear inside some annotation, such as {@link Value}. The SymbolSource service configuration is an ordered list of {@link org.apache.tapestry5.ioc.services.SymbolProvider}s. Two key SymbolProvider services are FactoryDefaults and ApplicationDefaults.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|