Class TokenHandlerModule

  • All Implemented Interfaces:
    edu.uiuc.ncsa.qdl.state.XThing, Serializable, Cloneable

    public class TokenHandlerModule
    extends edu.uiuc.ncsa.qdl.extensions.JavaModule

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

    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class edu.uiuc.ncsa.qdl.extensions.JavaModule

        funcs, vars
      • Fields inherited from class edu.uiuc.ncsa.qdl.module.Module

        FDOC_CONVERT
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      List<String> getDescription()  
      edu.uiuc.ncsa.qdl.module.Module newInstance​(edu.uiuc.ncsa.qdl.state.State state1)  
      • Methods inherited from class edu.uiuc.ncsa.qdl.extensions.JavaModule

        addFunctions, addVariables, createDefaultDocs, getClassname, getDocumentation, getListByTag, getLoaderClassName, init, init, isExternal, setClassName, setDocumentation, setLoaderClassName, writeExtraXMLAttributes
      • Methods inherited from class edu.uiuc.ncsa.qdl.module.Module

        fromJSON, fromXML, fromXML, getAlias, getId, getKey, getListByTag, getMTKey, getName, getNamespace, getParentTemplateID, getState, isTemplate, readExtraXMLAttributes, readExtraXMLElements, setAlias, setId, setNamespace, setParentTemplateID, setState, setTemplate, setupModule, toJSON, toString, toXML, toXML, writeExtraXMLElements
    • Constructor Detail

      • TokenHandlerModule

        public TokenHandlerModule​(URI namespace,
                                  String alias)
      • TokenHandlerModule

        public TokenHandlerModule()
    • Method Detail

      • newInstance

        public edu.uiuc.ncsa.qdl.module.Module newInstance​(edu.uiuc.ncsa.qdl.state.State state1)
        Specified by:
        newInstance in class edu.uiuc.ncsa.qdl.module.Module
      • getDescription

        public List<String> getDescription()
        Overrides:
        getDescription in class edu.uiuc.ncsa.qdl.extensions.JavaModule