Java org.apache.wicket.core.util.string JavaScriptUtils fields, constructors, methods, implement or subclass

Example usage for Java org.apache.wicket.core.util.string JavaScriptUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.wicket.core.util.string JavaScriptUtils.

The text is from its open source code.

Field

StringSCRIPT_OPEN_TAG
Script open tag including content prefix
StringSCRIPT_CLOSE_TAG
Script close tag including content suffix

Method

CharSequenceescapeQuotes(final CharSequence input)
Escape single and double quotes so that they can be part of e.g.
voidwriteCloseTag(final Response response)
voidwriteJavaScript(final Response response, final CharSequence text)
Write the simple text to the response object surrounded by a script tag.
voidwriteOpenTag(final Response response)