Java HTML htmlFooter()

Here you can find the source of htmlFooter()

Description

html Footer

License

Open Source License

Declaration

public static String htmlFooter() 

Method Source Code

//package com.java2s;
//License from project: Open Source License 

public class Main {
    private static final String HTML_FOOTER = "      </div>\n" + " \n" + "      <div id=\"footer\">\n"
            + "        Copyright (C) 2008-2009 <a href=\"http://www.intalio.com\">Intalio, Inc</a>\n"
            + "      </div>\n" + "    </div>\n" + "  </body>\n" + "</html>";

    public static String htmlFooter() {
        return HTML_FOOTER;
    }// w w  w  . j a  v a 2  s . c om
}

Related

  1. htmlEnclose(String html)
  2. htmlFilenameForClass(Class c)
  3. HTMLFilter(String the_txt)
  4. htmlFilter(String value)
  5. htmlFilterToEmpty(String value)
  6. htmlFormat(String input)
  7. htmlFormatText(String line1, String line2)
  8. htmlHashTag(final String tagName)
  9. htmlHeaderGen(String errorMsg)