Subversion Repository Public Repository

litesoft

1
2
3
4
5
6
7
8
9
10
11
12
13
14
package org.litesoft.commonfoundation.html;

public interface HTMLConstants
{
    public static final String NBSP = " ";
    public static final String AMPERSAND = "&";
    public static final String LESS_THAN = "<";
    public static final String GREATER_THAN = ">";
    public static final String DOUBLE_QUOTE = """;

    public static final String HTML_BR = "<br />";

    public static final String CRNL = "\r\n";
}

Commits for litesoft/trunk/Java/core/Anywhere/src/org/litesoft/commonfoundation/html/HTMLConstants.java

Diff revisions: vs.
Revision Author Commited Message
942 Diff Diff GeorgeS picture GeorgeS Mon 02 Jun, 2014 23:41:46 +0000

Extracting commonfoundation

712 GeorgeS picture GeorgeS Sat 09 Jun, 2012 22:46:04 +0000

Move PAV stuff into LiteSoft