Class WebComponent.WebComponentBinder

    • Field Detail

      • applicationProperties

        private final java.util.Map<java.lang.String,​java.lang.Object> applicationProperties
    • Constructor Detail

      • WebComponentBinder

        private WebComponentBinder​(java.util.Map<java.lang.String,​java.lang.Object> applicationProperties)
        Create binder for WebComponent passing a map of properties to determine whether certain features are allowed or not.
        Parameters:
        applicationProperties - map of properties to determine whether certain features are allowed or not.
    • Method Detail

      • configure

        protected void configure()
        Description copied from class: AbstractBinder
        Implement to provide binding definitions using the exposed binding methods.
        Specified by:
        configure in class AbstractBinder