Class TokenHandlerMethod

    • Constructor Detail

      • TokenHandlerMethod

        public TokenHandlerMethod​(OA2State oa2State)
    • Method Detail

      • evaluate

        public org.qdl_lang.variables.values.QDLValue evaluate​(org.qdl_lang.variables.values.QDLValue[] objects,
                                                               org.qdl_lang.state.State state)
        Specified by:
        evaluate in interface org.qdl_lang.extensions.QDLFunction
      • checkState

        protected OA2State checkState​(org.qdl_lang.state.State state)
      • checkArg

        protected org.qdl_lang.variables.QDLStem checkArg​(org.qdl_lang.variables.values.QDLValue[] objects,
                                                          String name,
                                                          int argIndex)
        Checks that the argument at argIndex is a stem. The name is sent along so the error message can be more meaningful.
        Parameters:
        objects -
        name -
        argIndex -
        Returns:
      • getTXRecord

        protected TXRecord getTXRecord()
      • getClient

        protected OA2Client getClient()
      • getServletRequest

        protected javax.servlet.http.HttpServletRequest getServletRequest()
      • getSE

        protected OA2SE getSE()