|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrailo.loader.engine.CFMLEngineWrapper
public class CFMLEngineWrapper
wrapper for a CFMlEngine
Field Summary |
---|
Fields inherited from interface railo.loader.engine.CFMLEngine |
---|
CAN_RESTART, CAN_RESTART_ALL, CAN_RESTART_CONTEXT, CAN_UPDATE |
Constructor Summary | |
---|---|
CFMLEngineWrapper(CFMLEngine engine)
constructor of the class |
Method Summary | |
---|---|
void |
addServletConfig(javax.servlet.ServletConfig config)
adds a servlet config |
boolean |
can(int type,
String password)
checks if process has the right to do was given with type, the engine with given password |
boolean |
equalTo(CFMLEngine other,
boolean checkReferenceEqualityOnly)
this interface is new to this class and not offically part of Railo 3.x, do not use outside the loader |
Object |
getBlazeDSUtil()
returns the Blaze DS Util |
Cast |
getCastUtil()
return the cast util |
CFMLEngineFactory |
getCFMLEngineFactory()
|
CFMLFactory |
getCFMLFactory(javax.servlet.ServletContext srvContext,
javax.servlet.ServletConfig srvConfig,
javax.servlet.http.HttpServletRequest req)
|
Creation |
getCreationUtil()
returns the decision util |
Decision |
getDecisionUtil()
returns the decision util |
Excepton |
getExceptionUtil()
returns the decision util |
Object |
getFDController()
returns the FusionDebug Engine |
HTTPUtil |
getHTTPUtil()
returns the HTTP Util |
Operation |
getOperatonUtil()
return the operation util |
ResourceUtil |
getResourceUtil()
returns the Resource Util |
String |
getState()
|
PageContext |
getThreadPageContext()
|
URL |
getUpdateLocation()
|
String |
getUpdateType()
|
String |
getVersion()
|
VideoUtil |
getVideoUtil()
|
ZipUtil |
getZipUtil()
|
void |
onUpdate(CFMLEngine newEngine)
will be called whene there is a change oon the engine |
void |
reset()
reset the engine |
void |
reset(String configId)
reset the engine |
void |
serviceAMF(javax.servlet.http.HttpServlet servlet,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse rsp)
method to invoke the engine for AMF |
void |
serviceCFML(javax.servlet.http.HttpServlet servlet,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse rsp)
method to invoke the engine for CFML |
void |
serviceFile(javax.servlet.http.HttpServlet servlet,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse rsp)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CFMLEngineWrapper(CFMLEngine engine)
engine
- Method Detail |
---|
public void addServletConfig(javax.servlet.ServletConfig config) throws javax.servlet.ServletException
CFMLEngine
addServletConfig
in interface CFMLEngine
javax.servlet.ServletException
CFMLEngine.addServletConfig(javax.servlet.ServletConfig)
public void serviceCFML(javax.servlet.http.HttpServlet servlet, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse rsp) throws javax.servlet.ServletException, IOException
CFMLEngine
serviceCFML
in interface CFMLEngine
javax.servlet.ServletException
IOException
CFMLEngine.serviceCFML(javax.servlet.http.HttpServlet, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
public void serviceAMF(javax.servlet.http.HttpServlet servlet, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse rsp) throws javax.servlet.ServletException, IOException
CFMLEngine
serviceAMF
in interface CFMLEngine
javax.servlet.ServletException
IOException
CFMLEngine.serviceAMF(javax.servlet.http.HttpServlet, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
public void serviceFile(javax.servlet.http.HttpServlet servlet, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse rsp) throws javax.servlet.ServletException, IOException
serviceFile
in interface CFMLEngine
javax.servlet.ServletException
IOException
public String getVersion()
getVersion
in interface CFMLEngine
CFMLEngine.getVersion()
public String getUpdateType()
getUpdateType
in interface CFMLEngine
CFMLEngine.getUpdateType()
public URL getUpdateLocation()
getUpdateLocation
in interface CFMLEngine
CFMLEngine.getUpdateLocation()
public boolean can(int type, String password)
CFMLEngine
can
in interface CFMLEngine
type
- restart type (CFMLEngine.CAN_UPDATE, CFMLEngine.CAN_RESTART)
CFMLEngine.can(int, java.lang.String)
public CFMLEngineFactory getCFMLEngineFactory()
getCFMLEngineFactory
in interface CFMLEngine
CFMLEngine.getCFMLEngineFactory()
public void reset()
CFMLEngine
reset
in interface CFMLEngine
CFMLEngine.reset()
public void reset(String configId)
CFMLEngine
reset
in interface CFMLEngine
CFMLEngine.reset(String)
public void onUpdate(CFMLEngine newEngine)
EngineChangeListener
onUpdate
in interface EngineChangeListener
newEngine
- new CFML EngineEngineChangeListener.onUpdate(railo.loader.engine.CFMLEngine)
public Cast getCastUtil()
CFMLEngine
getCastUtil
in interface CFMLEngine
CFMLEngine.getCastUtil()
public Operation getOperatonUtil()
CFMLEngine
getOperatonUtil
in interface CFMLEngine
CFMLEngine.getOperatonUtil()
public Decision getDecisionUtil()
CFMLEngine
getDecisionUtil
in interface CFMLEngine
CFMLEngine.getDecisionUtil()
public Excepton getExceptionUtil()
CFMLEngine
getExceptionUtil
in interface CFMLEngine
CFMLEngine.getExceptionUtil()
public Creation getCreationUtil()
CFMLEngine
getCreationUtil
in interface CFMLEngine
CFMLEngine.getCreationUtil()
public CFMLFactory getCFMLFactory(javax.servlet.ServletContext srvContext, javax.servlet.ServletConfig srvConfig, javax.servlet.http.HttpServletRequest req) throws javax.servlet.ServletException
getCFMLFactory
in interface CFMLEngine
javax.servlet.ServletException
CFMLEngine.getCFMLFactory(javax.servlet.ServletContext, javax.servlet.ServletConfig, javax.servlet.http.HttpServletRequest)
public Object getBlazeDSUtil()
CFMLEngine
getBlazeDSUtil
in interface CFMLEngine
CFMLEngine.getBlazeDSUtil()
public Object getFDController()
CFMLEngine
getFDController
in interface CFMLEngine
CFMLEngine.getFDController()
public HTTPUtil getHTTPUtil()
CFMLEngine
getHTTPUtil
in interface CFMLEngine
CFMLEngine.getHTTPUtil()
public ResourceUtil getResourceUtil()
CFMLEngine
getResourceUtil
in interface CFMLEngine
CFMLEngine.getResourceUtil()
public PageContext getThreadPageContext()
getThreadPageContext
in interface CFMLEngine
CFMLEngine.getThreadPageContext()
public VideoUtil getVideoUtil()
getVideoUtil
in interface CFMLEngine
CFMLEngine.getVideoUtil()
public ZipUtil getZipUtil()
getZipUtil
in interface CFMLEngine
CFMLEngine.getZipUtil()
public String getState()
getState
in interface CFMLEngine
CFMLEngine.getState()
public boolean equalTo(CFMLEngine other, boolean checkReferenceEqualityOnly)
other
- checkReferenceEqualityOnly
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |