Package com.mysticcoders.mysticpaste.web.components.google

Examples of com.mysticcoders.mysticpaste.web.components.google.TagExternalLink


        add(new Label("latestYear", dateModel));

        add(new ExternalLink("sourceLink", "http://github.com/kinabalu/mysticpaste/"));

        add(new TagExternalLink("blogLink", "http://www.mysticcoders.com/blog"));

        add(new BookmarkablePageLink<Void>("legalLink", LegalPage.class));
    }
View Full Code Here

TOP

Related Classes of com.mysticcoders.mysticpaste.web.components.google.TagExternalLink

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.