Package org.apache.stanbol.commons.web.viewable

Examples of org.apache.stanbol.commons.web.viewable.RdfViewable


        //this is the IRI assigned to the subitted content
        final UriRef contentIri = contentItem.getUri();
        //this represent the submitted Content within the resultGraph
        final GraphNode node = new GraphNode(contentIri, resultGraph);
        //node is the "root" for rendering the results
        return new RdfViewable("Enhancements", node, MultiEnhancer.class);
    }
View Full Code Here

TOP

Related Classes of org.apache.stanbol.commons.web.viewable.RdfViewable

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.