org.wings.header
Class FaviconHeader
java.lang.Object
org.wings.header.Link
org.wings.header.FaviconHeader
- All Implemented Interfaces:
- Serializable, Header, Renderable
public class FaviconHeader
- extends Link
Use this to add a favicon (header) to a frame.
frame.addHeader(new FaviconHeader("../images/favicon.ico"));
- See Also:
- Serialized Form
| Methods inherited from class org.wings.header.Link |
equals, getRel, getRev, getTarget, getType, getURL, hashCode, setRel, setRev, setTarget, setType, toString, write |
FaviconHeader
public FaviconHeader(String url)
FaviconHeader
public FaviconHeader(URLResource resource)
wingS Swings ;-)