|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The CFML Engine
| Field Summary | |
static int |
CAN_RESTART
Field CAN_RESTART |
static int |
CAN_RESTART_ALL
|
static int |
CAN_RESTART_CONTEXT
|
static int |
CAN_UPDATE
Field CAN_UPDATE |
| Method Summary | |
void |
addServletConfig(javax.servlet.ServletConfig config)
adds a servlet config |
boolean |
can(int type,
java.lang.String password)
checks if process has the right to do was given with type, the engine with given password |
java.lang.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 |
java.lang.Object |
getFDEngine()
returns the FusionDebug Engine |
HTTPUtil |
getHTTPUtil()
returns the HTTP Util |
Operation |
getOperatonUtil()
return the operation util |
ResourceUtil |
getResourceUtil()
returns the Resource Util |
PageContext |
getThreadPageContext()
|
java.net.URL |
getUpdateLocation()
|
java.lang.String |
getUpdateType()
|
java.lang.String |
getVersion()
|
void |
reset()
reset the engine |
void |
reset(java.lang.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)
|
| Field Detail |
public static final int CAN_UPDATE
CAN_UPDATE
public static final int CAN_RESTART
CAN_RESTART
public static final int CAN_RESTART_ALL
public static final int CAN_RESTART_CONTEXT
| Method Detail |
public CFMLFactory getCFMLFactory(javax.servlet.ServletContext srvContext,
javax.servlet.ServletConfig srvConfig,
javax.servlet.http.HttpServletRequest req)
throws javax.servlet.ServletException
javax.servlet.ServletException
public void addServletConfig(javax.servlet.ServletConfig config)
throws javax.servlet.ServletException
config -
javax.servlet.ServletException
public void serviceCFML(javax.servlet.http.HttpServlet servlet,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse rsp)
throws javax.servlet.ServletException,
java.io.IOException
servlet - req - rsp -
javax.servlet.ServletException
java.io.IOException
public void serviceAMF(javax.servlet.http.HttpServlet servlet,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse rsp)
throws javax.servlet.ServletException,
java.io.IOException
servlet - req - rsp -
javax.servlet.ServletException
java.io.IOException
public void serviceFile(javax.servlet.http.HttpServlet servlet,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse rsp)
throws javax.servlet.ServletException,
java.io.IOException
javax.servlet.ServletException
java.io.IOExceptionpublic java.lang.String getVersion()
public java.lang.String getUpdateType()
public java.net.URL getUpdateLocation()
public boolean can(int type,
java.lang.String password)
type - restart type (CFMLEngine.CAN_UPDATE, CFMLEngine.CAN_RESTART)password -
public CFMLEngineFactory getCFMLEngineFactory()
public void reset()
public void reset(java.lang.String configId)
public Cast getCastUtil()
public Operation getOperatonUtil()
public Decision getDecisionUtil()
public Excepton getExceptionUtil()
public Creation getCreationUtil()
public java.lang.Object getFDEngine()
public java.lang.Object getBlazeDSUtil()
public ResourceUtil getResourceUtil()
public HTTPUtil getHTTPUtil()
public PageContext getThreadPageContext()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||