org.sourceforge.sparklines.xhtml
Class MetaTag

java.lang.Object
  extended by org.sourceforge.sparklines.xhtml.MetaTag
All Implemented Interfaces:
XhtmlTag

public final class MetaTag
extends java.lang.Object


Method Summary
 Tag asWriteableToXml()
           
static MetaTag metaTag(HttpEquivalent httpEquivalent, MetaContent content)
           
static MetaTag metaTag(MetaName name, MetaContent content)
           
 T withDirection(TextDirection textDirection)
           
 T withLanguage(LanguageCode languageCode)
           
 MetaTag withScheme(Scheme scheme)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.sourceforge.sparklines.xhtml.XhtmlTag
asWriteableToXml
 

Method Detail

metaTag

public static MetaTag metaTag(MetaName name,
                              MetaContent content)

metaTag

public static MetaTag metaTag(HttpEquivalent httpEquivalent,
                              MetaContent content)

withScheme

public MetaTag withScheme(Scheme scheme)

withDirection

public T withDirection(TextDirection textDirection)

withLanguage

public T withLanguage(LanguageCode languageCode)

asWriteableToXml

public final Tag asWriteableToXml()
Specified by:
asWriteableToXml in interface XhtmlTag