Package com.dodo.blog.ui.component.meta

Examples of com.dodo.blog.ui.component.meta.Link


    public Link getStyle()
    {
        if ( RequestCycle.get().getWebApplication().isDevelopment() )
        {
            return new Link( "/styles/style.css" );
        }
        return new Link( "/styles/style.min.css" );
    }
View Full Code Here

TOP

Related Classes of com.dodo.blog.ui.component.meta.Link

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.