public class CmsSubAppIFrameCommunicationBehavior
extends org.apache.wicket.behavior.Behavior
Add this Behavior
to a Perspective
to add an iframe that communicates
with the cms using the navigation application communication library.
This behavior:
iFrameElementId
and iFrameElementSrc
The application running inside the iframe is responsible for connecting to the cms iframe.
Constructor and Description |
---|
CmsSubAppIFrameCommunicationBehavior(String iFrameElementId,
String iFrameElementSrc) |
Modifier and Type | Method and Description |
---|---|
void |
bind(org.apache.wicket.Component component) |
void |
renderHead(org.apache.wicket.Component component,
org.apache.wicket.markup.head.IHeaderResponse response) |
public void bind(org.apache.wicket.Component component)
bind
in class org.apache.wicket.behavior.Behavior
public void renderHead(org.apache.wicket.Component component, org.apache.wicket.markup.head.IHeaderResponse response)
renderHead
in interface org.apache.wicket.markup.html.IComponentAwareHeaderContributor
renderHead
in class org.apache.wicket.behavior.Behavior
Copyright © 2007–2019 Hippo B.V. (http://www.onehippo.com). All rights reserved.