787980818283848586
{ if (textManipulators == null) { textManipulators = new LinkedList(); textManipulators.add(new FilterTextManipulator()); textManipulators.add(new TokenReplaceTextManipulator()); } init = true; }