org.sitemesh.config
Class ObjectFactory.Default
java.lang.Object
org.sitemesh.config.ObjectFactory.Default
- All Implemented Interfaces:
- ObjectFactory
- Enclosing interface:
- ObjectFactory
public static class ObjectFactory.Default
- extends Object
- implements ObjectFactory
Default implementation of ObjectFactory that treats the object
name as a class name, loading it from the current ClassLoader and instantiating
with the default constructor.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObjectFactory.Default
public ObjectFactory.Default()
create
public Object create(String name)
- Specified by:
create in interface ObjectFactory
Copyright © 2011. All Rights Reserved.