Interface ViewApplicatorFactory

    • Method Detail

      • newApplicator

        ViewApplicator newApplicator​(Class<?> modelType,
                                     ViewEventApplicator applicator,
                                     View source,
                                     ScopedViewContext context,
                                     String dataKey,
                                     ViewTraversalEvent event)
        Constructs a new instance.
        Parameters:
        modelType - expected root model type
        applicator - root event applicator
        source - source view
        context - view context
        dataKey - envelope key that contains the editable view data or null if the view is not enveloped
        event - post-traversal event to fire after the view is applied
        Returns:
        model editor