public class JavaLayoutFactory extends JavaBaseFactory<Layout>
log
Constructor and Description |
---|
JavaLayoutFactory() |
Modifier and Type | Method and Description |
---|---|
Layout |
getAssembler(String name)
Get an Assembler.
|
Loader<Layout> |
getLoader()
Get the loader for this type of assembler
|
Class<Layout> |
getManagedClass()
Get the class of this assembler
|
getAssembler, getCacheSize
public JavaLayoutFactory()
public Layout getAssembler(String name)
name
- name of the requested Assemblerpublic Loader<Layout> getLoader()
getLoader
in interface AssemblerFactory<Layout>
getLoader
in class JavaBaseFactory<Layout>
public Class<Layout> getManagedClass()
Copyright © 2000–2018 The Apache Software Foundation. All rights reserved.