jar

com.github.fmcarvalho : htmlflow

Maven & Gradle

Sep 22, 2017
127 stars

HtmlFlow library purpose is to allow Java applications to easily writing HTML documents in a fluent style into a java.io.PrintStream.

Table Of Contents

Latest Version

Download com.github.fmcarvalho : htmlflow JAR file - Latest Versions:

All Versions

Download com.github.fmcarvalho : htmlflow JAR file - All Versions:

Version Vulnerabilities Size Updated
1.2
1.1
1.0

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window htmlflow-1.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

htmlflow.elements

├─ htmlflow.elements.ElementType.class - [JAR]

├─ htmlflow.elements.HRef.class - [JAR]

├─ htmlflow.elements.HtmlA.class - [JAR]

├─ htmlflow.elements.HtmlBody.class - [JAR]

├─ htmlflow.elements.HtmlBr.class - [JAR]

├─ htmlflow.elements.HtmlDiv.class - [JAR]

├─ htmlflow.elements.HtmlForm.class - [JAR]

├─ htmlflow.elements.HtmlFormInputSubmit.class - [JAR]

├─ htmlflow.elements.HtmlFormInputText.class - [JAR]

├─ htmlflow.elements.HtmlFormSelect.class - [JAR]

├─ htmlflow.elements.HtmlHead.class - [JAR]

├─ htmlflow.elements.HtmlHeading.class - [JAR]

├─ htmlflow.elements.HtmlHr.class - [JAR]

├─ htmlflow.elements.HtmlLinkCss.class - [JAR]

├─ htmlflow.elements.HtmlP.class - [JAR]

├─ htmlflow.elements.HtmlScriptBlock.class - [JAR]

├─ htmlflow.elements.HtmlScriptLink.class - [JAR]

├─ htmlflow.elements.HtmlTable.class - [JAR]

├─ htmlflow.elements.HtmlTd.class - [JAR]

├─ htmlflow.elements.HtmlTextElement.class - [JAR]

├─ htmlflow.elements.HtmlTh.class - [JAR]

├─ htmlflow.elements.HtmlTitle.class - [JAR]

├─ htmlflow.elements.HtmlTr.class - [JAR]

├─ htmlflow.elements.HtmlTrFromIterable.class - [JAR]

htmlflow

├─ htmlflow.AbstractHtmlElementSelector.class - [JAR]

├─ htmlflow.HtmlElement.class - [JAR]

├─ htmlflow.HtmlSelector.class - [JAR]

├─ htmlflow.HtmlSingleElement.class - [JAR]

├─ htmlflow.HtmlView.class - [JAR]

├─ htmlflow.HtmlWriter.class - [JAR]

├─ htmlflow.HtmlWriterComposite.class - [JAR]

├─ htmlflow.ModelBinder.class - [JAR]

├─ htmlflow.TextNode.class - [JAR]

htmlflow.attribute

├─ htmlflow.attribute.AbstractAttribute.class - [JAR]

├─ htmlflow.attribute.AttrClass.class - [JAR]

├─ htmlflow.attribute.AttrGeneric.class - [JAR]

├─ htmlflow.attribute.AttrId.class - [JAR]

├─ htmlflow.attribute.Attribute.class - [JAR]

├─ htmlflow.attribute.AttributeType.class - [JAR]