|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hippoecm.hst.core.container.HstComponentWindowFactoryImpl
public class HstComponentWindowFactoryImpl
HstComponentWindowFactoryImpl
Field Summary | |
---|---|
protected String |
referenceNameSeparator
|
Constructor Summary | |
---|---|
HstComponentWindowFactoryImpl()
|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String referenceNameSeparator
Constructor Detail |
---|
public HstComponentWindowFactoryImpl()
Method Detail |
---|
public void setReferenceNameSeparator(String referenceNameSeparator)
HstComponentWindowFactory
setReferenceNameSeparator
in interface HstComponentWindowFactory
public String getReferenceNameSeparator()
HstComponentWindowFactory
getReferenceNameSeparator
in interface HstComponentWindowFactory
public HstComponentWindow create(HstContainerConfig requestContainerConfig, HstRequestContext requestContext, HstComponentConfiguration compConfig, HstComponentFactory compFactory) throws HstComponentException
HstComponentWindowFactory
HstComponentWindow
instance.
create
in interface HstComponentWindowFactory
requestContainerConfig
- the container configurationrequestContext
- the HstRequestContext
instance for the currrent requestcompConfig
- the component configurationcompFactory
- the HstComponentFactory
instance for this container
HstComponentWindow
HstComponentException
public HstComponentWindow create(HstContainerConfig requestContainerConfig, HstRequestContext requestContext, HstComponentConfiguration compConfig, HstComponentFactory compFactory, HstComponentWindow parentWindow) throws HstComponentException
HstComponentWindowFactory
HstComponentWindow
instance as a child window of the parentWindow.
create
in interface HstComponentWindowFactory
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 |