Class AbstractContext

  • All Implemented Interfaces:
    org.brijframework.context.Context, org.brijframework.lifecycle.Initializer
    Direct Known Subclasses:
    AbstractBootstrapContext, AbstractModuleContext

    public abstract class AbstractContext
    extends Object
    implements org.brijframework.context.Context
    • Constructor Detail

      • AbstractContext

        public AbstractContext()
    • Method Detail

      • getStages

        public Stages getStages()
      • setStages

        protected void setStages​(Stages stages)
      • getEnvironment

        public org.brijframework.env.Environment getEnvironment()
        Specified by:
        getEnvironment in interface org.brijframework.context.Context
      • getParent

        public org.brijframework.context.Context getParent()
        Specified by:
        getParent in interface org.brijframework.context.Context
      • initialize

        public void initialize​(org.brijframework.context.Context context)
        Specified by:
        initialize in interface org.brijframework.context.Context
      • load

        protected void load()
      • findFactoryMethod

        protected Method findFactoryMethod​(Class<? extends org.brijframework.container.Container> contextClass)