Class MethodOperation

    • Constructor Detail

      • MethodOperation

        protected MethodOperation​(org.w3c.dom.Element element,
                                  SimpleMethod simpleMethod)
    • Method Detail

      • exec

        public abstract boolean exec​(MethodContext methodContext)
                              throws MiniLangException
        Executes the operation. Returns true if script execution should continue, or false if script execution should stop.
        Throws:
        MiniLangException
      • expandedString

        @Deprecated
        public java.lang.String expandedString​(MethodContext methodContext)
        Deprecated.
        No replacement.
        Create a string representation of the operation, using the current context.
      • rawString

        @Deprecated
        public java.lang.String rawString()
        Deprecated.
        Create a string representation of the operation - similar to the original XML.