Class PropertiesComponentFeature

    • Field Detail

      • properties

        protected java.util.Map<java.lang.String,​java.lang.Object> properties
        The properties.
    • Method Detail

      • hasUserBody

        public boolean hasUserBody()
        Check if the feature potentially executed user code in body. Allows blocking operations in user bodies by using separate steps for each feature. Non-user-body-features are directly executed for speed. If unsure just return true. ;-)
        Specified by:
        hasUserBody in interface IComponentFeature
        Overrides:
        hasUserBody in class AbstractComponentFeature
      • getProperty

        public java.lang.Object getProperty​(java.lang.String name)
        Get a property value.
        Specified by:
        getProperty in interface IPropertiesFeature
        Parameters:
        name - The property name.
        Returns:
        The property value (if any).