Uses of Interface
org.apache.tapestry5.ioc.services.SymbolSource

Packages that use SymbolSource
org.apache.tapestry5.ioc.internal.services   
org.apache.tapestry5.ioc.test   
 

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, java.lang.String input)
           
protected  void IOCTestCase.train_expandSymbols(SymbolSource source, java.lang.String input, java.lang.String expanded)
           
protected  void IOCTestCase.train_valueForSymbol(SymbolSource symbolSource, java.lang.String symbolName, java.lang.String value)
           
 



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