|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HstComponentException | |
---|---|
org.hippoecm.hst.component.support | |
org.hippoecm.hst.component.support.bean | |
org.hippoecm.hst.component.support.forms | |
org.hippoecm.hst.component.support.portlet | |
org.hippoecm.hst.component.support.spring | |
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 | |
org.hippoecm.hst.pagecomposer.builtin.components | |
org.hippoecm.hst.util | The org.hippoecm.hst.content.util package defines the API for the HST Util |
org.hippoecm.hst.utils |
Uses of HstComponentException in org.hippoecm.hst.component.support |
---|
Methods in org.hippoecm.hst.component.support that throw HstComponentException | |
---|---|
void |
SimpleDispatcherHstComponent.doAction(HstRequest request,
HstResponse response)
|
void |
SimpleDispatcherHstComponent.doBeforeRender(HstRequest request,
HstResponse response)
|
void |
SimpleDispatcherHstComponent.doBeforeServeResource(HstRequest request,
HstResponse response)
|
protected void |
SimpleDispatcherHstComponent.doDispatch(String dispatchPath,
HstRequest request,
HstResponse response)
|
void |
SimpleDispatcherHstComponent.init(javax.servlet.ServletContext servletContext,
ComponentConfiguration componentConfig)
|
Uses of HstComponentException in org.hippoecm.hst.component.support.bean |
---|
Methods in org.hippoecm.hst.component.support.bean that throw HstComponentException | |
---|---|
ObjectConverter |
BaseHstComponent.getObjectConverter()
|
void |
BaseHstComponent.init(javax.servlet.ServletContext servletContext,
ComponentConfiguration componentConfig)
|
Uses of HstComponentException in org.hippoecm.hst.component.support.forms |
---|
Methods in org.hippoecm.hst.component.support.forms that throw HstComponentException | |
---|---|
void |
BaseFormHstComponent.doAction(HstRequest request,
HstResponse response)
Deprecated. |
static void |
FormUtils.persistFormMap(HstRequest request,
HstResponse response,
FormMap formMap,
StoreFormResult storeFormResult)
Facility to temporarily store submitted form data which needs to be accessed in the rendering phase again. |
protected void |
BaseFormHstComponent.persistFormMap(HstRequest request,
HstResponse response,
FormMap formMap,
StoreFormResult storeFormResult)
Deprecated. use {@link FormUtils#persistFormMap(HstRequest, HstResponse, FormMap, StoreFormResult) instead |
Uses of HstComponentException in org.hippoecm.hst.component.support.portlet |
---|
Methods in org.hippoecm.hst.component.support.portlet that throw HstComponentException | |
---|---|
void |
GenericPortletPrefsEditor.doAction(HstRequest request,
HstResponse response)
|
void |
GenericPortletPrefsEditor.doBeforeRender(HstRequest request,
HstResponse response)
|
Uses of HstComponentException in org.hippoecm.hst.component.support.spring |
---|
Methods in org.hippoecm.hst.component.support.spring that throw HstComponentException | |
---|---|
void |
SpringBridgeHstComponent.destroy()
|
void |
SpringBridgeHstComponent.doAction(HstRequest request,
HstResponse response)
|
void |
SpringBridgeHstComponent.doBeforeRender(HstRequest request,
HstResponse response)
|
void |
SpringBridgeHstComponent.doBeforeServeResource(HstRequest request,
HstResponse response)
|
protected HstComponent |
SpringBridgeHstComponent.getDelegatedBean(HstRequest request)
|
void |
SpringBridgeHstComponent.init(javax.servlet.ServletContext servletContext,
ComponentConfiguration componentConfig)
|
Uses of HstComponentException in org.hippoecm.hst.core.component |
---|
Subclasses of HstComponentException in org.hippoecm.hst.core.component | |
---|---|
class |
HstComponentFatalException
The HstComponentFatalException can be thrown to break out of the HST2 request handling. |
Methods in org.hippoecm.hst.core.component that throw HstComponentException | |
---|---|
void |
HstComponent.destroy()
Allows the component to destroy itself |
void |
GenericHstComponent.destroy()
|
void |
HstComponent.doAction(HstRequest request,
HstResponse response)
Allows the component to process actions |
void |
GenericHstComponent.doAction(HstRequest request,
HstResponse response)
|
void |
HstComponent.doBeforeRender(HstRequest request,
HstResponse response)
Allows the component to do some business logic processing before rendering |
void |
GenericHstComponent.doBeforeRender(HstRequest request,
HstResponse response)
|
void |
HstComponent.doBeforeServeResource(HstRequest request,
HstResponse response)
Allows the component to do some business logic processing before serving resource |
void |
GenericHstComponent.doBeforeServeResource(HstRequest request,
HstResponse response)
|
void |
HstComponent.init(javax.servlet.ServletContext servletContext,
ComponentConfiguration componentConfig)
Allows the component to initialize itself |
void |
GenericHstComponent.init(javax.servlet.ServletContext servletContext,
ComponentConfiguration componentConfig)
|
Uses of HstComponentException in org.hippoecm.hst.core.container |
---|
Fields in org.hippoecm.hst.core.container with type parameters of type HstComponentException | |
---|---|
protected List<HstComponentException> |
DefaultPageErrors.allExceptions
|
protected List<KeyValue<HstComponentInfo,Collection<HstComponentException>>> |
DefaultPageErrors.componentExceptions
|
protected List<HstComponentException> |
HstComponentWindowImpl.componentExceptions
|
Methods in org.hippoecm.hst.core.container that return types with arguments of type HstComponentException | |
---|---|
Collection<HstComponentException> |
DefaultPageErrors.getAllComponentExceptions()
|
Collection<HstComponentException> |
PageErrors.getAllComponentExceptions()
Returns all component exceptions. |
List<HstComponentException> |
HstComponentWindowImpl.getComponentExceptions()
|
List<HstComponentException> |
HstComponentWindow.getComponentExceptions()
The component exceptions during initialization or runtime. |
Collection<HstComponentException> |
DefaultPageErrors.getComponentExceptions(HstComponentInfo componentInfo)
|
Collection<HstComponentException> |
PageErrors.getComponentExceptions(HstComponentInfo componentInfo)
Returns collection of HstComponentException caused by the specific component. |
Methods in org.hippoecm.hst.core.container with parameters of type HstComponentException | |
---|---|
void |
HstComponentWindowImpl.addComponentExcpetion(HstComponentException e)
|
void |
HstComponentWindow.addComponentExcpetion(HstComponentException e)
Adds a component exceptions during initialization or runtime. |
Methods in org.hippoecm.hst.core.container that throw HstComponentException | ||
---|---|---|
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. |
|
HstComponent |
HstComponentFactoryImpl.getComponentInstance(HstContainerConfig requestContainerConfig,
HstComponentConfiguration compConfig,
Mount mount)
|
|
HstComponent |
HstComponentFactory.getComponentInstance(HstContainerConfig requestContainerConfig,
HstComponentConfiguration compConfig,
Mount mount)
Returns the HstComponent instance from the HstComponent context. |
|
|
HstComponentFactoryImpl.getObjectInstance(HstContainerConfig requestContainerConfig,
String className)
|
|
|
HstComponentFactory.getObjectInstance(HstContainerConfig requestContainerConfig,
String className)
Returns arbitrary object instance from the HstComponent context. |
Constructor parameters in org.hippoecm.hst.core.container with type arguments of type HstComponentException | |
---|---|
DefaultPageErrors(List<KeyValue<HstComponentInfo,Collection<HstComponentException>>> componentExceptions)
|
Uses of HstComponentException in org.hippoecm.hst.mock.core.container |
---|
Methods in org.hippoecm.hst.mock.core.container that return types with arguments of type HstComponentException | |
---|---|
List<HstComponentException> |
MockHstComponentWindow.getComponentExceptions()
|
Methods in org.hippoecm.hst.mock.core.container with parameters of type HstComponentException | |
---|---|
void |
MockHstComponentWindow.addComponentExcpetion(HstComponentException e)
|
Uses of HstComponentException in org.hippoecm.hst.pagecomposer.builtin.components |
---|
Methods in org.hippoecm.hst.pagecomposer.builtin.components that throw HstComponentException | |
---|---|
void |
StandardContainerComponent.doBeforeRender(HstRequest request,
HstResponse response)
|
Uses of HstComponentException in org.hippoecm.hst.util |
---|
Methods in org.hippoecm.hst.util that return types with arguments of type HstComponentException | |
---|---|
static Collection<HstComponentException> |
PageErrorUtils.getExceptionsByCauseType(PageErrors pageErrors,
Class<? extends Throwable> causeType)
Returns all exceptions which have the causeType . |
static Collection<HstComponentException> |
PageErrorUtils.getExceptionsByCauseType(PageErrors pageErrors,
HstComponentInfo componentInfo,
Class<? extends Throwable> causeType)
Returns all exceptions which have the causeType and generated by a component of componentInfo . |
static Collection<HstComponentException> |
PageErrorUtils.getExceptionsByComponentClassName(PageErrors pageErrors,
String className)
Returns exceptions generated by a component specified by the class name. |
static Collection<HstComponentException> |
PageErrorUtils.getExceptionsByComponentId(PageErrors pageErrors,
String id)
Returns exceptions generated by a component specified by the id. |
static Collection<HstComponentException> |
PageErrorUtils.getExceptionsByComponentName(PageErrors pageErrors,
String name)
Returns exceptions generated by a component specified by the name. |
Uses of HstComponentException in org.hippoecm.hst.utils |
---|
Methods in org.hippoecm.hst.utils that throw HstComponentException | |
---|---|
static javax.jcr.Session |
BeanUtils.getDisposablePoolSession(HstRequestContext requestContext,
String disposablePoolIdentifier)
This method tries to get a Session from a disposable pool which is identified by disposablePoolIdentifier
If disposablePoolIdentifier is empty or null an HstComponentException will be thrown. |
static javax.jcr.Session |
BeanUtils.getDisposablePoolSession(HstRequest hstRequest,
String disposablePoolIdentifier)
|
static HippoFacetNavigationBean |
BeanUtils.getFacetNavigationBean(HstRequest hstRequest,
HstQuery query,
ObjectConverter objectConverter)
Same as BeanUtils.getFacetNavigationBean(HstRequest, String, ObjectConverter) only now instead of a String query we
pass in a HstQuery |
static HippoFacetNavigationBean |
BeanUtils.getFacetNavigationBean(HstRequest hstRequest,
HstQuery query,
String relPath,
ObjectConverter objectConverter)
Same as BeanUtils.getFacetNavigationBean(HstRequest, HstQuery, ObjectConverter) only now instead of having the faceted navigation
node from the ResolvedSiteMapItem we add a relPath where it should be found |
static HippoFacetNavigationBean |
BeanUtils.getFacetNavigationBean(HstRequest hstRequest,
String query,
ObjectConverter objectConverter)
Returns the HippoFacetNavigationBean for this HstRequest from the ResolvedSiteMapItem where it is accounted for the free text query . |
static HippoFacetNavigationBean |
BeanUtils.getFacetNavigationBean(HstRequest hstRequest,
String relPath,
String query,
ObjectConverter objectConverter)
Returns the HippoFacetNavigationBean for this HstRequest and relPath where it is accounted for the free text query . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |