Interface CloneComponentContextProvider

    • Method Detail

      • findItemForKey

        java.lang.Object findItemForKey​(java.lang.String key)
        Read value from Map.Entry without removing it from the stack
        Parameters:
        key - the key of the Map.Entry
        Returns:
        the value associated to the given key in the Map.Entry; can be null when the key is not found
      • isInitialized

        boolean isInitialized()
        Verify that the clone component operation is being executed by checking if some clone component information has been saved in the session.
        Returns:
        TRUE when clone component information was stored in session; FALSE otherwise