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

java.lang.Object
  extended by 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

Constructor Summary
AbstractInjector()
           
 
Method Summary
protected static HeadElement getHead()
          Gets the document header.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractInjector

public AbstractInjector()
Method Detail

getHead

protected static HeadElement getHead()
Gets the document header.

Returns:
the document header


Copyright © 2012 gwtbootstrap. All Rights Reserved.