Interface ContextConfig.ContextXml

  • Enclosing class:
    ContextConfig

    public static interface ContextConfig.ContextXml
    Interface for loading context XML configuration into a Context.
    • Method Detail

      • load

        void load​(Context context)
           throws java.lang.Exception
        Loads the context XML configuration into the given context.
        Parameters:
        context - the context to configure
        Throws:
        java.lang.Exception - if an error occurs during loading