Interface Contextual

  • All Known Implementing Classes:
    Context, RequestContext, RootContext

    public interface Contextual
    This interface represents those classes which contain context
    • Method Detail

      • get

        <T> T get​(String id)
      • get

        <T> T get​(Class<T> c)