Uses of Class
net.sf.json.util.WebHijackPreventionStrategy
-
Packages that use WebHijackPreventionStrategy Package Description net.sf.json.util Miscelaneous utilities -
-
Uses of WebHijackPreventionStrategy in net.sf.json.util
Fields in net.sf.json.util declared as WebHijackPreventionStrategy Modifier and Type Field Description static WebHijackPreventionStrategy
WebHijackPreventionStrategy. COMMENTS
Wraps the string with /* *\/static WebHijackPreventionStrategy
WebHijackPreventionStrategy. INFINITE_LOOP
Prepends "while(1);"Methods in net.sf.json.util that return WebHijackPreventionStrategy Modifier and Type Method Description static WebHijackPreventionStrategy
WebUtils. getWebHijackPreventionStrategy()
Returns the configured WebHijackPreventionStrategy.Methods in net.sf.json.util with parameters of type WebHijackPreventionStrategy Modifier and Type Method Description static void
WebUtils. setWebHijackPreventionStrategy(WebHijackPreventionStrategy strategy)
Sets a WebHijackPreventionStrategy.
Will use default value (WebHijackPreventionStrategy.INFINITE_LOOP) if null.
-