|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectplanetj.dataengine.sqloperation.http.HttpOperationManager
This class contains methods for handling and preparing Operations. It handles actions such as executing or putting objects in the request or response.
Field Summary | |
static java.lang.String |
className
|
Constructor Summary | |
protected |
HttpOperationManager()
HttpOperationManager constructor. |
Method Summary | |
java.lang.StringBuffer |
appendOperationInstructions(Operation operation,
java.lang.StringBuffer html)
Deprecated. This method is no longer supported as of (5/23/2003). It was replaced with HTMLGenerator.appendParagraphHeading(String, StringBuffer). This method will be removed on (01/01/2004). |
java.lang.StringBuffer |
appendOperationURI(Operation operation,
java.lang.StringBuffer sb)
Appends a complete URI that can be used to directly access the operation |
java.lang.StringBuffer |
appendOperationURI(Operation operation,
java.lang.StringBuffer sb,
HttpServletRequest req)
Appends a complete URI that can be used to directly access the operation |
java.lang.String |
getBaseURL()
Gets the base URL |
IOperationContext |
getContext(Operation operation,
java.lang.String contextKey,
HttpServletRequest request)
Gets the SQLOperation's ApplicationSQLContext. |
java.lang.Object |
prepareOperation(Operation operation,
boolean replaceContext,
HttpServletRequest request,
HttpServletResponse response)
Deprecated. - use same method with row parameter added. |
java.lang.Object |
prepareOperation(Operation operation,
DataEngineServlet servlet,
boolean replaceContext,
HttpServletRequest request,
HttpServletResponse response)
Deprecated. - use same method with row parameter added. |
java.lang.Object |
prepareOperation(Operation operation,
Row associatedRow,
boolean replaceContext,
HttpServletRequest request,
HttpServletResponse response)
Prepares the given Operation to be viewed. |
java.lang.Object |
prepareOperation(Operation operation,
Row associatedRow,
DataEngineServlet servlet,
boolean replaceContext,
ExecutingContext ec,
HttpServletRequest request,
HttpServletResponse response)
Prepares the given Operation to be viewed. |
java.lang.Object |
prepareOperation(Operation operation,
Row associatedRow,
DataEngineServlet servlet,
boolean replaceContext,
HttpServletRequest request,
HttpServletResponse response)
Deprecated. This method now takes in an ExecutingContext object |
void |
setBaseURL(java.lang.String newBaseURL)
Sets the base URL. |
static void |
setSingleton(HttpOperationManager singleton)
Sets the singleton instance of the HttpOperationManager. |
static HttpOperationManager |
singleton()
Gets the singleton instance of HttpOperationManager |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String className
Constructor Detail |
protected HttpOperationManager()
Method Detail |
public java.lang.StringBuffer appendOperationInstructions(Operation operation, java.lang.StringBuffer html) throws CMException
CMException
public java.lang.StringBuffer appendOperationURI(Operation operation, java.lang.StringBuffer sb) throws CMException
CMException
public java.lang.StringBuffer appendOperationURI(Operation operation, java.lang.StringBuffer sb, HttpServletRequest req) throws CMException
CMException
public java.lang.String getBaseURL()
public IOperationContext getContext(Operation operation, java.lang.String contextKey, HttpServletRequest request) throws CMException
CMException
public java.lang.Object prepareOperation(Operation operation, DataEngineServlet servlet, boolean replaceContext, HttpServletRequest request, HttpServletResponse response) throws CMException
CMException
public java.lang.Object prepareOperation(Operation operation, Row associatedRow, DataEngineServlet servlet, boolean replaceContext, HttpServletRequest request, HttpServletResponse response) throws CMException
CMException
public java.lang.Object prepareOperation(Operation operation, Row associatedRow, DataEngineServlet servlet, boolean replaceContext, ExecutingContext ec, HttpServletRequest request, HttpServletResponse response) throws CMException
CMException
public java.lang.Object prepareOperation(Operation operation, boolean replaceContext, HttpServletRequest request, HttpServletResponse response) throws CMException
CMException
public java.lang.Object prepareOperation(Operation operation, Row associatedRow, boolean replaceContext, HttpServletRequest request, HttpServletResponse response) throws CMException
CMException
public void setBaseURL(java.lang.String newBaseURL)
public static void setSingleton(HttpOperationManager singleton)
public static HttpOperationManager singleton()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |