Package nl.topicus.onderwijs.dashboard.web.components.resource

Examples of nl.topicus.onderwijs.dashboard.web.components.resource.StartTimeResourceReference


    getComponentInstantiationListeners().add(
        new SpringComponentInjector(this));
    getMarkupSettings().setStripWicketTags(true);
    // getSharedResources().putClassAlias(Application.class, "application");
    mountResource("/resources/application/starttime",
        new StartTimeResourceReference());
    getResourceSettings().setResourcePollFrequency(Duration.ONE_SECOND);

    getRequestLoggerSettings().setRequestLoggerEnabled(true);
    getRequestLoggerSettings().setRequestsWindowSize(200);
    getRequestLoggerSettings().setRecordSessionSize(false);
View Full Code Here

TOP

Related Classes of nl.topicus.onderwijs.dashboard.web.components.resource.StartTimeResourceReference

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.