Example usage for org.apache.wicket.markup.html DecoratingHeaderResponse subclass-usage

List of usage examples for org.apache.wicket.markup.html DecoratingHeaderResponse subclass-usage

Introduction

In this page you can find the example usage for org.apache.wicket.markup.html DecoratingHeaderResponse subclass-usage.

Usage

From source file com.googlesource.gerrit.plugins.gitblit.app.StaticRewritingHeaderResponse.java

public class StaticRewritingHeaderResponse extends DecoratingHeaderResponse {

    public StaticRewritingHeaderResponse(final IHeaderResponse real) {
        super(real);
    }

From source file jp.javelindev.wicket.resourcedecoration.GroupingAndFilteringHeaderResponse.java

/**
 * An {@link IHeaderResponse} that uses grouping for the CSS resources, i.e. can load several .css
 * files with one http request, and load the JavaScript resources at the footer of the body
 */
public class GroupingAndFilteringHeaderResponse extends DecoratingHeaderResponse {
    private final GroupingHeaderResponse groupingHeaderResponse;

From source file jp.xet.uncommons.wicket.aggregateresource.GroupingAndFilteringHeaderResponse.java

/**
 * An {@link IHeaderResponse} that uses grouping for the CSS resources, i.e. can load several .css
 * files with one http request, and load the JavaScript resources at the footer of the body
 */
public class GroupingAndFilteringHeaderResponse extends DecoratingHeaderResponse {

From source file org.efaps.ui.wicket.request.EFapsResourceAggregator.java

/**
 * TODO comment!
 *
 * @author The eFaps Team
 * @version $Id$
 */