Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.jcorporate.expresso.core.security.filters
Class ISO_8859_1_eForum  view ISO_8859_1_eForum download ISO_8859_1_eForum.java

java.lang.Object
  extended bycom.jcorporate.expresso.core.security.filters.Filter
      extended bycom.jcorporate.expresso.core.security.filters.ISO_8859_1_eForum

Deprecated. As of Expresso 5.0.4 Eforum itself can do its own filtering now.

public class ISO_8859_1_eForum
extends Filter

This is a bit of an oddity filter. It substitutes :) and :( and embeds predefined image links in their place. Please only use standard filter on this or you'll get smileys stripped out all together. Also, you want to make sure that filters only happen after a normal characterset filtering.s

This ONLY does the smiley faces. :-)


Field Summary
private static java.lang.String[] replaceList
          Deprecated.  
private static java.lang.String[] specialStringList
          Deprecated.  
 
Fields inherited from class com.jcorporate.expresso.core.security.filters.Filter
maxReplaceLength, parseTree, stripTree
 
Constructor Summary
ISO_8859_1_eForum()
          Deprecated.  
 
Methods inherited from class com.jcorporate.expresso.core.security.filters.Filter
rawFilter, standardFilter, stripFilter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

specialStringList

private static final java.lang.String[] specialStringList
Deprecated. 

replaceList

private static final java.lang.String[] replaceList
Deprecated. 
Constructor Detail

ISO_8859_1_eForum

public ISO_8859_1_eForum()
Deprecated.