Package org.restlet.example.ext.rdf.foaf

Examples of org.restlet.example.ext.rdf.foaf.Application


     * all HTML representations.
     *
     * @return the Freemarker's configuration object.
     */
    private Configuration getFmcConfiguration() {
        final Application application = (Application) getApplication();
        return application.getFmc();
    }
View Full Code Here


     * Gives access to the Objects layer.
     *
     * @return a facade.
     */
    protected ObjectsFacade getObjectsFacade() {
        final Application application = (Application) getApplication();
        return application.getObjectsFacade();
    }
View Full Code Here

TOP

Related Classes of org.restlet.example.ext.rdf.foaf.Application

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.