Example usage for org.apache.wicket.protocol.https HttpsConfig HttpsConfig

List of usage examples for org.apache.wicket.protocol.https HttpsConfig HttpsConfig

Introduction

In this page you can find the example usage for org.apache.wicket.protocol.https HttpsConfig HttpsConfig.

Prototype

public HttpsConfig() 

Source Link

Document

Constructor

Usage

From source file:org.brixcms.web.BrixRequestCycleProcessor.java

License:Apache License

public BrixRequestCycleProcessor(Brix brix) {
    this(brix, new HttpsConfig());
}