"Fossies" - the Fresh Open Source Software Archive

Member "moskito-moskito-3.2.2/moskito-webui/src/main/java/net/anotheria/moskito/webui/accumulators/jsp/AccumulatorsCSV.jsp" (10 Feb 2023, 503 Bytes) of package /linux/misc/moskito-moskito-3.2.2.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) JavaServer Pages source code syntax highlighting (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 <%@ page language="java" contentType="text/comma-separated-values;charset=UTF-8" session="false" isELIgnored="false"
    2 %><%@ taglib uri="http://www.anotheria.net/ano-tags" prefix="ano"
    3 %>"id";"name";"path";"values";"lasttimestamp"
    4 <ano:iterate name="accumulators" type="net.anotheria.moskito.webui.accumulators.api.AccumulatorDefinitionAO" id="accumulator"
    5 >"${accumulator.id}";"${accumulator.name}";"${accumulator.path}";"${accumulator.numberOfValues}";"${accumulator.lastValueTimestamp}"
    6 </ano:iterate>