package com.joe.facelets.table.formatters; public interface Format { public String format(Object o); }