Interface InjectableViewEntity

    • Method Detail

      • put

        void put​(String name,
                 Object value,
                 InjectableViewEntity.Injector injector)
        Puts a property into this entity.
        Parameters:
        name - name of the property
        value - property value
        injector - that will be used to inject value into a target model object
      • inject

        void inject​(Object target,
                    ScopedViewContext context)
             throws Exception
        Injects the properties of this entity into a model object.
        Parameters:
        target - the target model object
        context - view context
        Throws:
        Exception