Interface ScopedViewContext

    • Method Detail

      • push

        void push​(String name,
                  Class<?> modelType)
        Pushes a new frame onto the context stack.
        Parameters:
        name - name of the subject view node
        modelType - model type associated with the node
      • push

        void push​(Object key)
        Pushes a new frame onto the context stack for an indexed frame
        Parameters:
        key - key to associate with the frame; this is either an integer index in the case of a frame for an array-like structure or a key in the case of a frame for a map-like structure
      • pop

        void pop()
        Pops the top frame from the context stack