List of usage examples for java.util Formatter subclass-usage
From source file org.intermine.webservice.server.output.XMLFormatter.java
/** * Formats data to XML format. * @author Jakub Kulaviak **/ public class XMLFormatter extends Formatter {
From source file org.kuali.rice.core.web.format.TimestampAMPMFormatter.java
/** * This class is used to format timestamp objects. */ @Deprecated public class TimestampAMPMFormatter extends Formatter {
From source file org.jboss.dashboard.ui.taglib.formatter.ForFormatter.java
/**
* This class extends Formatter to provide support for iteration through a list.
* <p/>
* It expects the following input parameters:
* <ul>
* <li> array. List of objects to render. Optional, but if it is empty or null, nothing is rendered.
From source file com.pjaol.ESB.formatters.JSONFormatter.java
public class JSONFormatter extends Formatter { @Override public String toOutput(NamedList output) { return iterateNamedList(output);
From source file org.jbpm.formModeler.service.bb.mvc.taglib.formatter.ForFormatter.java
/**
* This class extends Formatter to provide support for iteration through a list.
* <p/>
* It expects the following input parameters:
* <ul>
* <li> array. List of objects to render. Optional, but if it is empty or null, nothing is rendered.
From source file org.intermine.webservice.server.output.JSONFormatter.java
/**
* Base class for formatters that process JSON data. The
* following basic structure is assumed: The result set
* is a single JavaScript object literal, with an optional
* callback provided by the user, and some result
* status meta-data to round it off (see formatFooter).
From source file cc.redpen.formatter.JSONFormatter.java
/** * JSON error formatter */ public class JSONFormatter extends Formatter { private static final Logger LOG = LoggerFactory.getLogger(JSONFormatter.class);
From source file au.org.ala.delta.model.format.AttributeFormatter.java
/** * Formats an attribute. */ public class AttributeFormatter extends Formatter { private boolean _includeNumber;
From source file org.projectforge.renderer.custom.MicromataFormatter.java
/** * @author Sebastian Hardt (s.hardt@micromata.de) * */ public class MicromataFormatter extends Formatter {
From source file com.zimbra.cs.service.formatter.HtmlFormatter.java
public class HtmlFormatter extends Formatter { private static final String PATH_MAIN_CONTEXT = "/zimbra"; private static final String PATH_JSP_REST_PAGE = "/h/rest"; private static final long AUTH_EXPIRATION = 60L * 60L * 1000L;