Package resources.article

Examples of resources.article.ArticleResource


        // Create resources
        environment.addResource(new RootResource(articleDao));
        environment.addResource(new SlugResource(articleDao));
        environment.addResource(new SearchResource(articleDao));
        environment.addResource(new ArticleResource(articleDao));
        environment.addResource(new AdminResource(articleDao));
        environment.addResource(new TagResource(articleDao));
        environment.addResource(new TagSearchResource(articleDao));
        environment.addResource(new FeedResource(articleDao)); // streaming resource
        environment.addResource(new TemplateResource());
View Full Code Here

TOP

Related Classes of resources.article.ArticleResource

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.