Java org.apache.wicket.request.handler TextRequestHandler fields, constructors, methods, implement or subclass

Example usage for Java org.apache.wicket.request.handler TextRequestHandler fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.wicket.request.handler TextRequestHandler.

The text is from its open source code.

Constructor

TextRequestHandler(final String string)
Creates a string request target with content type text/plain and default charset (usually UTF-8)
TextRequestHandler(final String contentType, final String encoding, final String string)
Constructor