Example usage for org.apache.wicket.util.value IValueMap interface-usage

List of usage examples for org.apache.wicket.util.value IValueMap interface-usage

Introduction

In this page you can find the example usage for org.apache.wicket.util.value IValueMap interface-usage.

Usage

From source file org.hippoecm.frontend.model.map.AbstractValueMap.java

public abstract class AbstractValueMap extends AbstractMap<String, Object> implements IValueMap {

    private static final long serialVersionUID = 1L;

    private boolean immutable = false;

From source file org.hippoecm.frontend.plugin.config.IPluginConfig.java

/**
 * The plugin configuration.  It is a map with some helper methods 
 * inherited from the Wicket {@link IValueMap}.  Although the configuration
 * is specific to the class that uses it, it is recommended to use standard
 * keys for service names.  (e.g. the service name under which an {@link IRenderService}
 * should be registered is <code>wicket.id</code>)