Class UnitPlugin

java.lang.Object
org.hippoecm.frontend.plugin.Plugin
org.hippoecm.frontend.plugins.yui.layout.UnitPlugin
All Implemented Interfaces:
Serializable, org.apache.wicket.util.io.IClusterable, IPlugin, IBehaviorService

public class UnitPlugin extends Plugin implements IBehaviorService
Special purpose Plugin that allows us to add the behavior through configuration instead of adding it in code to our component. See IBehaviorService and IPlugin for more info.
See Also: