Interface ComponentAssemblerSource
- 
- All Known Implementing Classes:
 PageLoaderImpl
public interface ComponentAssemblerSource
Provides access toComponentAssemblers (this is used by the assemblers to find related assemblers). 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.tapestry5.internal.pageload.ComponentAssemblergetAssembler(String className, ComponentResourceSelector selector)Gets (and possibly creates) a component assembler for the indicated class name and selector. 
 - 
 
- 
- 
Method Detail
- 
getAssembler
org.apache.tapestry5.internal.pageload.ComponentAssembler getAssembler(String className, ComponentResourceSelector selector)
Gets (and possibly creates) a component assembler for the indicated class name and selector. 
 - 
 
 -