Class implementing the UIDLTransformer Factory. The factory creates and maintains a pool of transformers that are used for transforming UIDL to HTML.
3.0
Inheritance Path. java.lang.Object-> com.itmill.toolkit.terminal.web.UIDLTransformerFactory
Parameters
themeSource
Theme source to be used for themes.
webAdapterServlet
The Adapter servlet.
maxConcurrentTransformers
Maximum number of concurrent themes in use.
cacheTime
Time to cache the transformers.
Constructor for transformer factory. Method UIDLTransformerFactory.
Parameters
type
Type of the requested transformer.
variableMap
WebVariable map used by the transformer
Created new transformer.
Get new transformer of the specified type