Interface ComponentAssemblerSource
-
- All Known Implementing Classes:
PageLoaderImpl
public interface ComponentAssemblerSource
Provides access toComponentAssembler
s (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.ComponentAssembler
getAssembler(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.
-
-