org.apache.tapestry5.internal.pageload
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 Summary
 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.



Copyright © 2003-2012 The Apache Software Foundation.