coldfusion.cfc
Class CFCProxy

java.lang.Object
  extended by coldfusion.cfc.CFCProxy

public class CFCProxy
extends Object


Constructor Summary
CFCProxy(String path)
           
CFCProxy(String path, boolean invokeDirectly)
           
CFCProxy(String path, Map initialThis)
           
CFCProxy(String path, Map initialThis, boolean invokeDirectly)
           
 
Method Summary
 void flush()
           
 Map getThisScope()
           
static boolean inInvoke()
           
 Object invoke(String methodName, Object[] args)
           
 Object invoke(String methodName, Object[] args, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 Object invoke(String methodName, Object[] args, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, OutputStream out)
           
 void setApplicationExecution(boolean doApp)
           
 void setAutoFlush(boolean autoFlush)
           
 void setThisScope(Map data)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CFCProxy

public CFCProxy(String path)
         throws Throwable
Throws:
Throwable

CFCProxy

public CFCProxy(String path,
                boolean invokeDirectly)
         throws Throwable
Throws:
Throwable

CFCProxy

public CFCProxy(String path,
                Map initialThis)
         throws Throwable
Throws:
Throwable

CFCProxy

public CFCProxy(String path,
                Map initialThis,
                boolean invokeDirectly)
         throws Throwable
Throws:
Throwable
Method Detail

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)


Copyright © 2012 Railo