if (includeFormatting == true) {
// Get formatter objects regarding the Attributes format and
// encoding
// format Attribute
formatters.addFormatter(new TagOutputFormatter(status.format, getTMLContext(), stringToBoolean(getTrim())));
// Encode the result regarding the encode attribute
String encodersList = getStatus().encode;
if (encodersList != null && !encodersList.equals("none")) {
Iterator encoders = WGUtils.deserializeCollection(encodersList, ",", true).iterator();