Class AbstractCMSItemPopulator

    • Constructor Detail

      • AbstractCMSItemPopulator

        public AbstractCMSItemPopulator()
    • Method Detail

      • isAttributeAllowed

        protected boolean isAttributeAllowed​(ItemModel source,
                                             java.lang.String attribute)
        Verifies whether the attribute can be returned.
        Parameters:
        source - the source object
        attribute - the attribute
        Returns:
        true if possible, false otherwise.