Package org.openfaces.component.social

Examples of org.openfaces.component.social.DisqusComments


public class DisqusCommentsRenderer extends RendererBase {
    @Override
    public void encodeBegin(FacesContext context, UIComponent component) throws IOException {
        super.encodeBegin(context, component);

        DisqusComments dc = (DisqusComments) component;

        String disqusShortname = "localhost-20101209";
        String disqusIdentifier = null;//"thread01309234";//null;
        String disqusUrl = null;//"http://localhost:8080/LiveDemoFacelets/datatable/DataTable_general.jsf";//null;
        boolean disqusDeveloper = true;
View Full Code Here

TOP

Related Classes of org.openfaces.component.social.DisqusComments

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.