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 Summary Link icon

    Modifier and Type
    Method
    Description
    Attempts to look up a virtualized property from a reference.
  • Method Details Link icon

    • getVirtualizedPropFromReference Link icon

      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.