Package org.crank.web.contribution

Examples of org.crank.web.contribution.Contribution


     * @param name
     * @throws IOException
     */
    private void outputContributionName(Writer writer, String name)
                                       throws IOException {
        Contribution contribution =
            (Contribution) getObjectRegistry().getObject(name);
        contribution.addToWriter(writer);
    }
View Full Code Here

TOP

Related Classes of org.crank.web.contribution.Contribution

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.