coldfusion.cfc
Class CFCProxy
java.lang.Object
coldfusion.cfc.CFCProxy
public class CFCProxy
- extends Object
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
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