hst-core-tags
Function isBeanType

boolean isBeanType(java.lang.Object, java.lang.String)
Determines if the class or interface represented by this content bean object is either the same as, or is a subclass of, the class or interface represented by the specified fully qualified class name parameter. It returns true if so; otherwise it returns false.

Example:
<c:if test="${hst:isBeanType(bean, 'org.hippoecm.hst.demo.beans.NewsBean')}">


Function Information
Function Classorg.hippoecm.hst.util.ContentBeanUtils
Function Signatureboolean isBeanType(java.lang.Object, java.lang.String)
Display NameNone


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.