public interface HstComponentWindowFactory
HstComponentWindow
instances.Modifier and Type | Method and Description |
---|---|
HstComponentWindow |
create(HstContainerConfig requestContainerConfig,
HstRequestContext requestContext,
HstComponentConfiguration compConfig,
HstComponentFactory compFactory)
Creates a
HstComponentWindow instance. |
HstComponentWindow |
create(HstContainerConfig requestContainerConfig,
HstRequestContext requestContext,
HstComponentConfiguration compConfig,
HstComponentFactory compFactory,
HstComponentWindow parentWindow)
Creates a
HstComponentWindow instance as a child window of the parentWindow. |
String |
getReferenceNameSeparator()
Returns the reference namespace separator.
|
void |
setReferenceNameSeparator(String referenceNameSeparator)
Sets the reference namespace separator.
|
void setReferenceNameSeparator(String referenceNameSeparator)
referenceNameSeparator
- String getReferenceNameSeparator()
HstComponentWindow create(HstContainerConfig requestContainerConfig, HstRequestContext requestContext, HstComponentConfiguration compConfig, HstComponentFactory compFactory) throws HstComponentException
HstComponentWindow
instance.requestContainerConfig
- the container configurationrequestContext
- the HstRequestContext
instance for the currrent requestcompConfig
- the component configurationcompFactory
- the HstComponentFactory
instance for this containerHstComponentWindow
HstComponentException
HstComponentWindow create(HstContainerConfig requestContainerConfig, HstRequestContext requestContext, HstComponentConfiguration compConfig, HstComponentFactory compFactory, HstComponentWindow parentWindow) throws HstComponentException
HstComponentWindow
instance as a child window of the parentWindow.requestContainerConfig
- the container configurationrequestContext
- the HstRequestContext
instance for the currrent requestcompConfig
- the component configurationcompFactory
- the HstComponentFactory
instance for this containerparentWindow
- the parent windowHstComponentWindow
HstComponentException
Copyright © 2008–2017 Hippo B.V. (http://www.onehippo.com). All rights reserved.