Example usage for org.apache.wicket.protocol.http.request WebClientInfo WebClientInfo

List of usage examples for org.apache.wicket.protocol.http.request WebClientInfo WebClientInfo

Introduction

In this page you can find the example usage for org.apache.wicket.protocol.http.request WebClientInfo WebClientInfo.

Prototype

public WebClientInfo(final RequestCycle requestCycle, final String userAgent) 

Source Link

Document

Construct.

Usage

From source file:org.apache.openmeetings.web.common.OmAjaxClientInfoBehavior.java

License:Apache License

@Override
protected WebClientInfo newWebClientInfo(RequestCycle requestCycle) {
    return new WebClientInfo(requestCycle, WebSession.get().getExtendedProperties());
}