org.hippoecm.hst.content.beans.standard
Interface HippoAssetBean

All Superinterfaces:
Comparable<HippoBean>, HippoBean, NodeAware, ObjectConverterAware
All Known Implementing Classes:
HippoAsset

public interface HippoAssetBean
extends HippoBean

This is a base interface for possible beans containing an asset.


Method Summary
 HippoResourceBean getAsset()
           
 
Methods inherited from interface org.hippoecm.hst.content.beans.standard.HippoBean
equalCompare, getAvailableTranslationsBean, getBean, getBean, getCanonicalPath, getCanonicalUUID, getChildBeans, getChildBeans, getChildBeansByName, getChildBeansByName, getContextualBean, getContextualParentBean, getEqualComparator, getLinkedBean, getLinkedBeans, getLocalizedName, getName, getNode, getParentBean, getPath, getProperties, getProperty, getProperty, getProperty, getValueProvider, isAncestor, isDescendant, isHippoDocumentBean, isHippoFolderBean, isLeaf, isSelf
 
Methods inherited from interface org.hippoecm.hst.content.beans.NodeAware
setNode
 
Methods inherited from interface org.hippoecm.hst.content.beans.manager.ObjectConverterAware
getObjectConverter, setObjectConverter
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getAsset

HippoResourceBean getAsset()
Returns:
the HippoResourceBean containing the binary asset and null is there is not asset available


Copyright © 2008-2012 Hippo. All Rights Reserved.