Constructor and Description |
---|
CFCProxy(String path) |
CFCProxy(String path,
boolean invokeDirectly) |
CFCProxy(String path,
Map initialThis) |
CFCProxy(String path,
Map initialThis,
boolean invokeDirectly) |
Modifier and Type | Method and Description |
---|---|
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) |
public void setThisScope(Map data)
public Map getThisScope()
public final Object invoke(String methodName, Object[] args) throws Throwable
Throwable
public final Object invoke(String methodName, Object[] args, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Throwable
Throwable
public final Object invoke(String methodName, Object[] args, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, OutputStream out) throws Throwable
Throwable
public static boolean inInvoke()
public void flush() throws IOException
IOException
public void setAutoFlush(boolean autoFlush)
public void setApplicationExecution(boolean doApp)
Copyright © 2015 Lucee