org.hippoecm.hst.core.container
Interface PageErrors

All Known Implementing Classes:
DefaultPageErrors

public interface PageErrors

PageErrors

Holds all error information in a page

Version:
$Id: PageErrors.java 21593 2010-02-09 12:18:43Z wko $

Method Summary
 Collection<HstComponentException> getAllComponentExceptions()
          Returns all component exceptions.
 Collection<HstComponentException> getComponentExceptions(HstComponentInfo componentInfo)
          Returns collection of HstComponentException caused by the specific component.
 Collection<HstComponentInfo> getComponentInfos()
          Returns collection of HstComponentInfo which causes exceptions.
 

Method Detail

getComponentInfos

Collection<HstComponentInfo> getComponentInfos()
Returns collection of HstComponentInfo which causes exceptions.

Returns:

getComponentExceptions

Collection<HstComponentException> getComponentExceptions(HstComponentInfo componentInfo)
Returns collection of HstComponentException caused by the specific component.

Parameters:
componentInfo -
Returns:

getAllComponentExceptions

Collection<HstComponentException> getAllComponentExceptions()
Returns all component exceptions.

Returns:


Copyright © 2008-2012 Hippo. All Rights Reserved.