|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HstComponentWindowFactory
The factory interface which is responsible for creating HstComponentWindow
instances.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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 container
HstComponentWindow
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 window
HstComponentWindow
HstComponentException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |