org.wings.header
Class FaviconHeader

java.lang.Object
  extended by org.wings.header.Link
      extended by 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

Field Summary
 
Fields inherited from class org.wings.header.Link
rel, rev, target, type, urlSource
 
Constructor Summary
FaviconHeader(String url)
           
FaviconHeader(URLResource resource)
           
 
Method Summary
 
Methods inherited from class org.wings.header.Link
equals, getRel, getRev, getTarget, getType, getURL, hashCode, setRel, setRev, setTarget, setType, toString, write
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FaviconHeader

public FaviconHeader(String url)

FaviconHeader

public FaviconHeader(URLResource resource)


wingS Swings ;-)