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