Class CFCProxy

java.lang.Object
coldfusion.cfc.CFCProxy

public class CFCProxy extends Object
  • Constructor Details

  • Method Details

    • setThisScope

      public void setThisScope(Map data)
    • getThisScope

      public Map getThisScope()
    • invoke

      public final Object invoke(String methodName, Object[] args) throws Throwable
      Throws:
      Throwable
    • invoke

      public final Object invoke(String methodName, Object[] args, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Throwable
      Throws:
      Throwable
    • invoke

      public final Object invoke(String methodName, Object[] args, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, OutputStream out) throws Throwable
      Throws:
      Throwable
    • inInvoke

      public static boolean inInvoke()
    • flush

      public void flush() throws IOException
      Throws:
      IOException
    • setAutoFlush

      public void setAutoFlush(boolean autoFlush)
    • setApplicationExecution

      public void setApplicationExecution(boolean doApp)