com.github.gwtbootstrap.client.ui.resources
Class MetaInjector
java.lang.Object
com.github.gwtbootstrap.client.ui.resources.AbstractInjector
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
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MetaInjector
public MetaInjector()
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.