|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.agilecoders.wicket.webjars.WicketWebjars
public final class WicketWebjars
Helper class for webjars resources
| Method Summary | |
|---|---|
static void |
install(org.apache.wicket.protocol.http.WebApplication app)
installs the webjars resource finder and uses a set of default settings. |
static void |
install(org.apache.wicket.protocol.http.WebApplication app,
IWebjarsSettings settings)
installs the webjars resource finder |
static boolean |
isInstalled(org.apache.wicket.Application application)
Checks whether Webjars support is already installed |
static IWebjarsSettings |
settings()
returns the IWebjarsSettings which are assigned to current application |
static IWebjarsSettings |
settings(org.apache.wicket.Application app)
returns the IWebjarsSettings which are assigned to given application |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static boolean isInstalled(org.apache.wicket.Application application)
application - the wicket application
true if Webjars is already installed, otherwise falsepublic static void install(org.apache.wicket.protocol.http.WebApplication app)
app - the wicket application
public static void install(org.apache.wicket.protocol.http.WebApplication app,
IWebjarsSettings settings)
app - the wicket applicationsettings - the settings to usepublic static IWebjarsSettings settings(org.apache.wicket.Application app)
IWebjarsSettings which are assigned to given application
app - The current application
IWebjarsSettingspublic static IWebjarsSettings settings()
IWebjarsSettings which are assigned to current application
IWebjarsSettings
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||