All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.wings.header.Header Maven / Gradle / Ivy

The newest version!
// (c) copyright 2006 by eXXcellent solutions, Ulm. Author: bschmid

package org.wings.header;

import org.wings.Renderable;

/**
 * A HTML header entry typically part of the the <head> section inside a HTML document.
 *
 * @author Benjamin Schmid 
 */
public interface Header extends Renderable {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy