public class ResourceInjector extends Object
| Constructor and Description |
|---|
ResourceInjector() |
| Modifier and Type | Method and Description |
|---|---|
static void |
configure()
Injects the required CSS styles and JavaScript files into the document
header.
|
static void |
configureWithCssFile()
Injects the required CSS styles and JavaScript files into the document header.
|
static void |
injectResourceCssAsFile(String filename)
Inject public resource css file as a file.
|
public ResourceInjector()
public static void configureWithCssFile()
It's for NoStyle Module.
public static void configure()
public static void injectResourceCssAsFile(String filename)
filename - inject file nameCopyright © 2012-2014 gwtbootstrap. All Rights Reserved.