|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.github.gwtbootstrap.client.ui.resources.ResourceInjector
public class ResourceInjector
Utility class to inject our resources into modules page. Use it to inject JavaScript and CSS files.
| Constructor Summary | |
|---|---|
ResourceInjector()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ResourceInjector()
| Method Detail |
|---|
public static void configureWithCssFile()
It's for NoStyle Module.
public static void configure()
public static void injectResourceCssAsFile(String filename)
filename - inject file name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||