Package org.nemesis.forum.filter

Examples of org.nemesis.forum.filter.FilterHtml


    insertIntoDb();
    properties = new Properties();
    //Forums should start with an html filter by default for
    //security purposes.
    filters = new MessageFilter[2];
    filters[0] = new FilterHtml();
    filters[1] = new FilterNewline();
    saveFiltersToDb();
    //**Commenting out below since it doesn't seem to work for some reason.
    //try {
    //    addForumMessageFilter(new FilterHtml(), 0);
View Full Code Here

TOP

Related Classes of org.nemesis.forum.filter.FilterHtml

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.