com.github.gwtbootstrap.client.ui.resources
Class MetaInjector

java.lang.Object
  extended by com.github.gwtbootstrap.client.ui.resources.AbstractInjector
      extended by com.github.gwtbootstrap.client.ui.resources.MetaInjector

public class MetaInjector
extends AbstractInjector

Methods to put a meta tag into the document header.

Since:
2.0.4.0
Author:
Dominik Mayer

Constructor Summary
MetaInjector()
           
 
Method Summary
static void inject(String name, String content)
          Puts a meta tag with the given name and content into the document header.
 
Methods inherited from class com.github.gwtbootstrap.client.ui.resources.AbstractInjector
getHead
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetaInjector

public MetaInjector()
Method Detail

inject

public static void inject(String name,
                          String content)
Puts a meta tag with the given name and content into the document header.

Parameters:
name - the value of the name attribute.
content - the value of the content attribute.


Copyright © 2012 gwtbootstrap. All Rights Reserved.