Package org.apache.commons.digester.annotations.internal

Examples of org.apache.commons.digester.annotations.internal.DefaultDigesterLoaderHandlerFactory


     * {@link DigesterLoaderHandlerFactory} implementation.
     *
     * @return the {@link DigesterLoader}.
     */
    public DigesterLoader useDefaultDigesterLoaderHandlerFactory() {
        return this.useDigesterLoaderHandlerFactory(new DefaultDigesterLoaderHandlerFactory());
    }
View Full Code Here

TOP

Related Classes of org.apache.commons.digester.annotations.internal.DefaultDigesterLoaderHandlerFactory

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.