com.bankframe.fe.html
Class Head
java.lang.Object
com.bankframe.fe.html.HTMLWidget
com.bankframe.fe.html.Head
public class Head
- extends HTMLWidget
This class implements a HTML head widget.
Constructor Summary |
Head(String title)
Constructor |
Method Summary |
String |
toHTML()
Return a HTML representation of this widget. |
Head
public Head(String title)
- Constructor
- Parameters:
title
- The Document title
toHTML
public String toHTML()
- Return a HTML representation of this widget.
- Specified by:
toHTML
in class HTMLWidget
- Returns:
- a string containing HTML markup
Copyright © 2005, 2007, Oracle. All rights reserved.