public abstract class CFMLFactory extends javax.servlet.jsp.JspFactory
Constructor and Description |
---|
CFMLFactory() |
Modifier and Type | Method and Description |
---|---|
abstract void |
checkTimeout()
check timeout of all running threads, downgrade also priority from all thread run longer than 10 seconds
|
abstract ConfigWeb |
getConfig() |
abstract QueryCache |
getDefaultQueryCache() |
abstract Object |
getLabel() |
abstract PageContext |
getLuceePageContext(javax.servlet.http.HttpServlet servlet,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse rsp,
String errorPageURL,
boolean needsSession,
int bufferSize,
boolean autoflush)
similar to getPageContext Method but return the concret implementation of the lucee PageCOntext
and take the HTTP Version of the Servlet Objects
|
abstract javax.servlet.http.HttpServlet |
getServlet() |
abstract int |
getUsedPageContextLength() |
abstract void |
releaseLuceePageContext(PageContext pc)
Similar to the releasePageContext Method, but take lucee PageContext as entry
|
abstract void |
resetPageContext()
reset the PageContexes
|
abstract void |
setLabel(String label)
Deprecated.
no replacement
|
public CFMLFactory()
public abstract void resetPageContext()
public abstract PageContext getLuceePageContext(javax.servlet.http.HttpServlet servlet, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse rsp, String errorPageURL, boolean needsSession, int bufferSize, boolean autoflush)
servlet
- req
- rsp
- errorPageURL
- needsSession
- bufferSize
- autoflush
- public abstract void releaseLuceePageContext(PageContext pc)
pc
- public abstract void checkTimeout()
public abstract QueryCache getDefaultQueryCache()
public abstract int getUsedPageContextLength()
public abstract javax.servlet.http.HttpServlet getServlet()
Copyright © 2015 Lucee