Class TokenHandlerLoader

  • All Implemented Interfaces:
    Serializable, org.qdl_lang.extensions.QDLLoader

    public class TokenHandlerLoader
    extends Object
    implements org.qdl_lang.extensions.QDLLoader
    This just loads the token handlers. These require an OA2State object to work so cannot really be loaded outside of a running OA4MP instance.

    Created by Jeff Gaynor
    on 12/20/21 at 9:12 AM

    See Also:
    Serialized Form
    • Constructor Detail

      • TokenHandlerLoader

        public TokenHandlerLoader()
    • Method Detail

      • load

        public List<org.qdl_lang.expressions.module.Module> load()
        Specified by:
        load in interface org.qdl_lang.extensions.QDLLoader