|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.jsp.JspFactory
railo.runtime.CFMLFactory
public abstract class CFMLFactory
implements a JSP Factory, this class procduce JSP Compatible PageContext Object this object holds also the must interfaces to coldfusion specified functionlity
Constructor Summary | |
---|---|
CFMLFactory()
|
Method Summary | |
---|---|
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 |
getRailoPageContext(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 railo PageCOntext and take the HTTP Version of the Servlet Objects |
abstract javax.servlet.http.HttpServlet |
getServlet()
|
abstract int |
getUsedPageContextLength()
|
abstract void |
releaseRailoPageContext(PageContext pc)
Similar to the releasePageContext Method, but take railo PageContext as entry |
abstract void |
resetPageContext()
reset the PageContexes |
abstract void |
setLabel(String label)
Deprecated. no replacement |
Methods inherited from class javax.servlet.jsp.JspFactory |
---|
getDefaultFactory, getEngineInfo, getPageContext, releasePageContext, setDefaultFactory |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CFMLFactory()
Method Detail |
---|
public abstract void resetPageContext()
public abstract PageContext getRailoPageContext(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 releaseRailoPageContext(PageContext pc)
pc
- public abstract void checkTimeout()
public abstract QueryCache getDefaultQueryCache()
public abstract int getUsedPageContextLength()
public abstract ConfigWeb getConfig()
public abstract Object getLabel()
public abstract void setLabel(String label)
label
- public abstract javax.servlet.http.HttpServlet getServlet()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |