Examples of HtDocs


Examples of org.sf.bee.app.server.web.htdocs.HtDocs

    private void init() {
        //-- add support for custom mime types --//
        MimeTypeUtils.addMimeType(MIME_VHTML, MIMETYPE_VHTML);

        //-- register basic deployer for beeing resources --//
        DeployerRepository.register(new HtDocs());
        //-- deploy htdocs resources --//
        DeployerRepository.deploy();

        //-- init custom VLC tools (templating) --//
        this.getLogger().info(WebTemplatingFacade.getInstance().getStatus());
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.