Interface ComponentAssemblerSource

  • All Known Implementing Classes:
    PageLoaderImpl

    public interface ComponentAssemblerSource
    Provides access to ComponentAssemblers (this is used by the assemblers to find related assemblers).
    • Method Detail

      • getAssembler

        org.apache.tapestry5.internal.pageload.ComponentAssembler getAssembler​(java.lang.String className,
                                                                               ComponentResourceSelector selector)
        Gets (and possibly creates) a component assembler for the indicated class name and selector.