Package | Description |
---|---|
org.kordamp.json.util |
Miscelaneous utilities
|
Modifier and Type | Field and Description |
---|---|
static WebHijackPreventionStrategy |
WebHijackPreventionStrategy.COMMENTS
Wraps the string with /* *\/
|
static WebHijackPreventionStrategy |
WebHijackPreventionStrategy.INFINITE_LOOP
Prepends "while(1);"
|
Modifier and Type | Method and Description |
---|---|
static WebHijackPreventionStrategy |
WebUtils.getWebHijackPreventionStrategy()
Returns the configured WebHijackPreventionStrategy.
|
Modifier and Type | Method and Description |
---|---|
static void |
WebUtils.setWebHijackPreventionStrategy(WebHijackPreventionStrategy strategy)
Sets a WebHijackPreventionStrategy.
Will use default value (WebHijackPreventionStrategy.INFINITE_LOOP) if null. |