|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of SymbolSource in org.apache.tapestry5.internal.services |
|---|
| Constructors in org.apache.tapestry5.internal.services with parameters of type SymbolSource | |
|---|---|
AssetInjectionProvider(SymbolSource symbolSource,
AssetSource assetSource)
|
|
AssetObjectProvider(AssetSource source,
TypeCoercer typeCoercer,
SymbolSource symbolSource)
|
|
ClientInfrastructureImpl(SymbolSource symbolSource,
AssetSource assetSource,
ThreadLocale threadLocale,
boolean isBlackbirdEnabled)
|
|
MetaDataLocatorImpl(SymbolSource symbolSource,
TypeCoercer typeCoercer,
ComponentModelSource modelSource,
Map<String,String> configuration)
|
|
RenderSupportImpl(DocumentLinker linker,
SymbolSource symbolSource,
AssetSource assetSource,
JavascriptSupport javascriptSupport)
|
|
| Uses of SymbolSource in org.apache.tapestry5.internal.transform |
|---|
| Constructors in org.apache.tapestry5.internal.transform with parameters of type SymbolSource | |
|---|---|
AbstractIncludeAssetWorker(AssetSource assetSource,
SymbolSource symbolSource)
|
|
IncludeJavaScriptLibraryWorker(AssetSource assetSource,
JavascriptSupport renderSupport,
SymbolSource symbolSource)
|
|
IncludeStylesheetWorker(AssetSource assetSource,
RenderSupport renderSupport,
SymbolSource symbolSource)
|
|
| Uses of SymbolSource in org.apache.tapestry5.ioc.internal.services |
|---|
| Classes in org.apache.tapestry5.ioc.internal.services that implement SymbolSource | |
|---|---|
class |
SymbolSourceImpl
|
| Constructors in org.apache.tapestry5.ioc.internal.services with parameters of type SymbolSource | |
|---|---|
SymbolObjectProvider(SymbolSource symbolSource,
TypeCoercer typeCoercer)
|
|
ValueObjectProvider(SymbolSource symbolSource,
TypeCoercer typeCoercer)
|
|
| Uses of SymbolSource in org.apache.tapestry5.ioc.test |
|---|
| Methods in org.apache.tapestry5.ioc.test that return SymbolSource | |
|---|---|
protected SymbolSource |
IOCTestCase.mockSymbolSource()
|
| Methods in org.apache.tapestry5.ioc.test with parameters of type SymbolSource | |
|---|---|
protected void |
IOCTestCase.train_expandSymbols(SymbolSource source,
String input)
|
protected void |
IOCTestCase.train_expandSymbols(SymbolSource source,
String input,
String expanded)
|
protected void |
IOCTestCase.train_valueForSymbol(SymbolSource symbolSource,
String symbolName,
String value)
|
| Uses of SymbolSource in org.apache.tapestry5.services |
|---|
| Methods in org.apache.tapestry5.services with parameters of type SymbolSource | |
|---|---|
static void |
TapestryModule.contributeInjectionProvider(OrderedConfiguration<InjectionProvider> configuration,
MasterObjectProvider masterObjectProvider,
ObjectLocator locator,
SymbolSource symbolSource,
AssetSource assetSource)
Contributes the base set of injection providers: Default based on MasterObjectProvider
Block
injects fields of type Block
ComponentResources
give component access to its resources
CommonResources
access to properties of resources (log, messages, etc.)
Asset
injection of assets (triggered via Path annotation), with the path relative to the component class
Service
ordered last, for use when Inject is present and nothing else works, matches field type against Tapestry IoC
services
|
void |
TapestryModule.contributeMarkupRenderer(OrderedConfiguration<MarkupRendererFilter> configuration,
boolean productionMode,
Asset spacerImage,
boolean omitGeneratorMeta,
String tapestryVersion,
boolean combineScripts,
SymbolSource symbolSource,
AssetSource assetSource,
ClientDataEncoder clientDataEncoder,
ClientInfrastructure clientInfrastructure)
Adds page render filters, each of which provides an Environmental
service. |
void |
TapestryModule.contributePartialMarkupRenderer(OrderedConfiguration<PartialMarkupRendererFilter> configuration,
Asset spacerImage,
SymbolSource symbolSource,
AssetSource assetSource)
Contributes PartialMarkupRendererFilters used when rendering a
partial Ajax response. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||