public class PythonPageFactory extends PythonBaseFactory<Page>
PYTHON_CONFIG_FILE, PYTHON_PATH
Constructor and Description |
---|
PythonPageFactory() |
Modifier and Type | Method and Description |
---|---|
Page |
getAssembler(String name)
Get an Assembler.
|
Loader<Page> |
getLoader()
Get the loader for this type of assembler
|
Class<Page> |
getManagedClass()
Get the class of this assembler
|
getAssembler, getCacheSize
public PythonPageFactory()
public Page getAssembler(String name) throws Exception
name
- name of the requested AssemblerException
- generic exceptionpublic Loader<Page> getLoader()
getLoader
in interface AssemblerFactory<Page>
getLoader
in class PythonBaseFactory<Page>
public Class<Page> getManagedClass()
Copyright © 2000-2015 The Apache Software Foundation. All Rights Reserved.