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