Interface Contextual

All Known Implementing Classes:
Context, RequestContext, RootContext

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

    Modifier and Type
    Method
    Description
    <T> T
    get(Class<T> c)
     
    <T> T
    get(String id)
     
  • Method Details

    • get

      <T> T get(String id)
    • get

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