Interface IVirtualizedReferenceLookup

All Known Subinterfaces:
IVirtualsContainer<PROPCNR>
All Known Implementing Classes:
AppSessionGyro, ClientSessionGyro, VirtualsContainer

public interface IVirtualizedReferenceLookup
Interface used to look-up a reference from a virtualized container in an application.
Author:
Christopher Mindus
  • Method Details

    • getVirtualizedPropFromReference

      GProp<?> getVirtualizedPropFromReference(String reference)
      Attempts to look up a virtualized property from a reference.
      Parameters:
      reference - The reference to look-up.
      Returns:
      The virtualized instance of the property, null if not found.