|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HstComponentWindow | |
---|---|
org.hippoecm.hst.core.component | The org.hippoecm.hst.core.component package defines the API for the HST Core Component |
org.hippoecm.hst.core.container | The org.hippoecm.hst.core.container package defines the API for the HST Core Container |
org.hippoecm.hst.mock.core.container |
Uses of HstComponentWindow in org.hippoecm.hst.core.component |
---|
Fields in org.hippoecm.hst.core.component declared as HstComponentWindow | |
---|---|
protected HstComponentWindow |
HstResponseImpl.componentWindow
|
protected HstComponentWindow |
HstRequestImpl.componentWindow
|
protected HstComponentWindow |
HstResourceResponseImpl.componentWindow
|
Methods in org.hippoecm.hst.core.component that return HstComponentWindow | |
---|---|
HstComponentWindow |
HstRequestImpl.getComponentWindow()
|
Constructors in org.hippoecm.hst.core.component with parameters of type HstComponentWindow | |
---|---|
HstRequestImpl(javax.servlet.http.HttpServletRequest servletRequest,
HstRequestContext requestContext,
HstComponentWindow componentWindow,
String lifecyclePhase)
|
|
HstResourceResponseImpl(javax.servlet.http.HttpServletResponse response,
HstComponentWindow componentWindow)
|
|
HstResponseImpl(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
HstRequestContext requestContext,
HstComponentWindow componentWindow,
HstResponseState responseState,
HstResponse topParentHstResponse)
|
Uses of HstComponentWindow in org.hippoecm.hst.core.container |
---|
Classes in org.hippoecm.hst.core.container that implement HstComponentWindow | |
---|---|
class |
HstComponentWindowImpl
HstComponentWindowImpl |
Fields in org.hippoecm.hst.core.container declared as HstComponentWindow | |
---|---|
protected HstComponentWindow |
HstComponentWindowImpl.parentWindow
|
Methods in org.hippoecm.hst.core.container that return HstComponentWindow | |
---|---|
HstComponentWindow |
HstComponentWindowFactoryImpl.create(HstContainerConfig requestContainerConfig,
HstRequestContext requestContext,
HstComponentConfiguration compConfig,
HstComponentFactory compFactory)
|
HstComponentWindow |
HstComponentWindowFactory.create(HstContainerConfig requestContainerConfig,
HstRequestContext requestContext,
HstComponentConfiguration compConfig,
HstComponentFactory compFactory)
Creates a HstComponentWindow instance. |
HstComponentWindow |
HstComponentWindowFactoryImpl.create(HstContainerConfig requestContainerConfig,
HstRequestContext requestContext,
HstComponentConfiguration compConfig,
HstComponentFactory compFactory,
HstComponentWindow parentWindow)
|
HstComponentWindow |
HstComponentWindowFactory.create(HstContainerConfig requestContainerConfig,
HstRequestContext requestContext,
HstComponentConfiguration compConfig,
HstComponentFactory compFactory,
HstComponentWindow parentWindow)
Creates a HstComponentWindow instance as a child window of the parentWindow. |
protected HstComponentWindow |
AbstractValve.findComponentWindow(HstComponentWindow rootWindow,
String windowReferenceNamespace)
|
protected HstComponentWindow |
AbstractValve.findErrorCodeSendingWindow(HstComponentWindow[] sortedComponentWindows)
|
HstComponentWindow |
HstComponentWindowImpl.getChildWindow(String name)
|
HstComponentWindow |
HstComponentWindow.getChildWindow(String name)
The child component window which can be accessed by the name. |
HstComponentWindow |
HstComponentWindowImpl.getChildWindowByReferenceName(String referenceName)
|
HstComponentWindow |
HstComponentWindow.getChildWindowByReferenceName(String referenceName)
The child component window which can be accessed by the reference name. |
HstComponentWindow |
HstComponentWindowImpl.getParentWindow()
|
HstComponentWindow |
HstComponentWindow.getParentWindow()
The parent component window containing this component window. |
HstComponentWindow |
ValveContext.getRootComponentRenderingWindow()
Returns the root HstComponentWindow instance to *render* the current request. |
HstComponentWindow |
ValveContext.getRootComponentWindow()
Returns the root HstComponentWindow instance that is used to process the current request. |
Methods in org.hippoecm.hst.core.container that return types with arguments of type HstComponentWindow | |
---|---|
Map<String,HstComponentWindow> |
HstComponentWindowImpl.getChildWindowMap()
|
Map<String,HstComponentWindow> |
HstComponentWindow.getChildWindowMap()
The child component windows contained in this component window. |
Methods in org.hippoecm.hst.core.container with parameters of type HstComponentWindow | |
---|---|
void |
HstComponentWindowImpl.addChildWindow(HstComponentWindow child)
|
HstComponentWindow |
HstComponentWindowFactoryImpl.create(HstContainerConfig requestContainerConfig,
HstRequestContext requestContext,
HstComponentConfiguration compConfig,
HstComponentFactory compFactory,
HstComponentWindow parentWindow)
|
HstComponentWindow |
HstComponentWindowFactory.create(HstContainerConfig requestContainerConfig,
HstRequestContext requestContext,
HstComponentConfiguration compConfig,
HstComponentFactory compFactory,
HstComponentWindow parentWindow)
Creates a HstComponentWindow instance as a child window of the parentWindow. |
protected void |
AggregationValve.createHstRequestResponseForWindows(HstComponentWindow window,
HstComponentWindow rootRenderingWindow,
HstRequestContext requestContext,
javax.servlet.ServletRequest servletRequest,
javax.servlet.ServletResponse servletResponse,
Map<HstComponentWindow,HstRequest> requestMap,
Map<HstComponentWindow,HstResponse> responseMap,
HstResponse topComponentHstResponse,
boolean isComponentWindowRendered)
|
protected HstComponentWindow |
AbstractValve.findComponentWindow(HstComponentWindow rootWindow,
String windowReferenceNamespace)
|
protected HstComponentWindow |
AbstractValve.findErrorCodeSendingWindow(HstComponentWindow[] sortedComponentWindows)
|
protected PageErrors |
AbstractValve.getPageErrors(HstComponentWindow[] sortedComponentWindows,
boolean clearExceptions)
|
protected PageErrorHandler.Status |
AbstractValve.handleComponentExceptions(PageErrors pageErrors,
HstContainerConfig requestContainerConfig,
HstComponentWindow window,
HstRequest hstRequest,
HstResponse hstResponse)
|
protected void |
HstComponentInvokerImpl.invokeDispatcher(HstContainerConfig requestContainerConfig,
javax.servlet.ServletRequest servletRequest,
javax.servlet.ServletResponse servletResponse,
boolean namedDispatching,
String dispatchUrl,
HstComponentWindow window)
|
protected void |
AggregationValve.processWindowsBeforeRender(HstContainerConfig requestContainerConfig,
HstComponentWindow rootWindow,
HstComponentWindow rootRenderingWindow,
HstComponentWindow[] sortedComponentWindows,
Map<HstComponentWindow,HstRequest> requestMap,
Map<HstComponentWindow,HstResponse> responseMap)
|
protected void |
AggregationValve.processWindowsBeforeRender(HstContainerConfig requestContainerConfig,
HstComponentWindow rootWindow,
HstComponentWindow rootRenderingWindow,
HstComponentWindow[] sortedComponentWindows,
Map<HstComponentWindow,HstRequest> requestMap,
Map<HstComponentWindow,HstResponse> responseMap)
|
protected void |
AggregationValve.processWindowsRender(HstContainerConfig requestContainerConfig,
HstComponentWindow[] sortedComponentWindows,
Map<HstComponentWindow,HstRequest> requestMap,
Map<HstComponentWindow,HstResponse> responseMap)
|
protected void |
HstComponentInvokerImpl.renderErrorInformation(HstContainerConfig requestContainerConfig,
javax.servlet.ServletRequest servletRequest,
javax.servlet.ServletResponse servletResponse,
HstComponentWindow window)
|
void |
ValveContext.setRootComponentRenderingWindow(HstComponentWindow rootComponentRenderingWindow)
Sets the root HstComponentWindow instance to *render* the current request |
void |
ValveContext.setRootComponentWindow(HstComponentWindow rootComponentWindow)
Sets the root HstComponentWindow instancethat is used to process the current request. |
protected void |
AggregationValve.sortComponentWindowsByHierarchy(HstComponentWindow window,
List<HstComponentWindow> sortedWindowList)
|
Method parameters in org.hippoecm.hst.core.container with type arguments of type HstComponentWindow | |
---|---|
protected void |
AggregationValve.createHstRequestResponseForWindows(HstComponentWindow window,
HstComponentWindow rootRenderingWindow,
HstRequestContext requestContext,
javax.servlet.ServletRequest servletRequest,
javax.servlet.ServletResponse servletResponse,
Map<HstComponentWindow,HstRequest> requestMap,
Map<HstComponentWindow,HstResponse> responseMap,
HstResponse topComponentHstResponse,
boolean isComponentWindowRendered)
|
protected void |
AggregationValve.createHstRequestResponseForWindows(HstComponentWindow window,
HstComponentWindow rootRenderingWindow,
HstRequestContext requestContext,
javax.servlet.ServletRequest servletRequest,
javax.servlet.ServletResponse servletResponse,
Map<HstComponentWindow,HstRequest> requestMap,
Map<HstComponentWindow,HstResponse> responseMap,
HstResponse topComponentHstResponse,
boolean isComponentWindowRendered)
|
protected void |
AggregationValve.processWindowsBeforeRender(HstContainerConfig requestContainerConfig,
HstComponentWindow rootWindow,
HstComponentWindow rootRenderingWindow,
HstComponentWindow[] sortedComponentWindows,
Map<HstComponentWindow,HstRequest> requestMap,
Map<HstComponentWindow,HstResponse> responseMap)
|
protected void |
AggregationValve.processWindowsBeforeRender(HstContainerConfig requestContainerConfig,
HstComponentWindow rootWindow,
HstComponentWindow rootRenderingWindow,
HstComponentWindow[] sortedComponentWindows,
Map<HstComponentWindow,HstRequest> requestMap,
Map<HstComponentWindow,HstResponse> responseMap)
|
protected void |
AggregationValve.processWindowsRender(HstContainerConfig requestContainerConfig,
HstComponentWindow[] sortedComponentWindows,
Map<HstComponentWindow,HstRequest> requestMap,
Map<HstComponentWindow,HstResponse> responseMap)
|
protected void |
AggregationValve.processWindowsRender(HstContainerConfig requestContainerConfig,
HstComponentWindow[] sortedComponentWindows,
Map<HstComponentWindow,HstRequest> requestMap,
Map<HstComponentWindow,HstResponse> responseMap)
|
protected void |
AggregationValve.sortComponentWindowsByHierarchy(HstComponentWindow window,
List<HstComponentWindow> sortedWindowList)
|
Constructors in org.hippoecm.hst.core.container with parameters of type HstComponentWindow | |
---|---|
HstComponentWindowImpl(HstComponentConfiguration hstComponentConfiguration,
String componentName,
HstComponent component,
HstComponentWindow parentWindow,
String referenceNamespace)
|
Uses of HstComponentWindow in org.hippoecm.hst.mock.core.container |
---|
Classes in org.hippoecm.hst.mock.core.container that implement HstComponentWindow | |
---|---|
class |
MockHstComponentWindow
|
Methods in org.hippoecm.hst.mock.core.container that return HstComponentWindow | |
---|---|
HstComponentWindow |
MockHstComponentWindow.getChildWindow(String name)
|
HstComponentWindow |
MockHstComponentWindow.getChildWindowByReferenceName(String referenceName)
|
HstComponentWindow |
MockHstComponentWindow.getParentWindow()
|
Methods in org.hippoecm.hst.mock.core.container that return types with arguments of type HstComponentWindow | |
---|---|
Map<String,HstComponentWindow> |
MockHstComponentWindow.getChildWindowMap()
|
Methods in org.hippoecm.hst.mock.core.container with parameters of type HstComponentWindow | |
---|---|
void |
MockHstComponentWindow.setParentWindow(HstComponentWindow parentWindow)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |