Content Presenter Display Template Support Functions
Function isExceptionNodeListException

boolean isExceptionNodeListException(Exception exception)
Description

Determines if the passed in exception, or any causes of the exception, are an instance of ContentUIException.

Examples

Here is an example of the function call within a c:if tag:

<c:if test="${templates:isExceptionNodeListException(exception)}">
  ...
</c:if>


Function Information
Function Classcom.bea.content.ui.jsp.templates.utils.TemplateSupport
Function Signature boolean isExceptionNodeListException(Exception exception)
Display NameNone


Output Generated by Tag Library Documentation Generator.

Copyright © 2008, ${product.vendor} and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.