Package coldfusion.cfc
Class CFCProxy
java.lang.Object
coldfusion.cfc.CFCProxy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
flush()
static boolean
inInvoke()
final Object
final Object
invoke
(String methodName, Object[] args, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) final 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)
-
Constructor Details
-
Method Details
-
setThisScope
-
getThisScope
-
invoke
- 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
- Throws:
IOException
-
setAutoFlush
public void setAutoFlush(boolean autoFlush) -
setApplicationExecution
public void setApplicationExecution(boolean doApp)
-