Package org.xdoclet.plugin.ejb

Examples of org.xdoclet.plugin.ejb.EjbConfig


    public ValueObjectPlugin(MergeableVelocityTemplateEngine templateEngine,
            WriterMapper writerMapper, EjbConfig config)
            throws ClassNotFoundException {

        super(templateEngine, writerMapper,
                new EjbConfig(
                        new QDoxValueObjectExpanderFilterMetadataProvider(
                            config.getMetadataProvider()), writerMapper)
                );

        // Set the plugin for callback reference, as QDoxValueObjectExpanderFilterMetadataProvider must be static
View Full Code Here

TOP

Related Classes of org.xdoclet.plugin.ejb.EjbConfig

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.