com.github.gwtbootstrap.client.ui.resources
Class AbstractInjector
java.lang.Object
com.github.gwtbootstrap.client.ui.resources.AbstractInjector
- Direct Known Subclasses:
- JavaScriptInjector, MetaInjector
public abstract class AbstractInjector
- extends Object
Base class for classes that inject someting into the document header.
- Since:
- 2.0.4.0
- Author:
- Carlos Alexandro Becker, Dominik Mayer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractInjector
public AbstractInjector()
getHead
protected static HeadElement getHead()
- Gets the document header.
- Returns:
- the document header
Copyright © 2012 gwtbootstrap. All Rights Reserved.