|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--planetj.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 String |
className
|
Method Summary | |
StringBuffer |
appendOperationInstructions(Operation operation,
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). |
StringBuffer |
appendOperationURI(Operation operation,
StringBuffer sb)
Appends a complete URI that can be used to directly access the operation |
StringBuffer |
appendOperationURI(Operation operation,
StringBuffer sb,
javax.servlet.http.HttpServletRequest req)
Appends a complete URI that can be used to directly access the operation |
String |
getBaseURL()
Gets the base URL |
IOperationContext |
getContext(Operation operation,
String contextKey,
javax.servlet.http.HttpServletRequest request)
Gets the SQLOperation's ApplicationSQLContext. |
Row |
getInsertRow(SQLContext context,
DataEngineServlet servlet,
javax.servlet.http.HttpServletRequest request)
Prepares the given Operation to be inserted. |
Operation |
prepareOperation(Operation operation,
boolean replaceContext,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Prepares the given Operation to be viewed. |
Operation |
prepareOperation(Operation operation,
DataEngineServlet servlet,
boolean replaceContext,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Prepares the given Operation to be viewed. |
void |
setBaseURL(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 |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String className
Method Detail |
public StringBuffer appendOperationInstructions(Operation operation, StringBuffer html) throws CMException
CMException
public StringBuffer appendOperationURI(Operation operation, StringBuffer sb) throws CMException
CMException
public StringBuffer appendOperationURI(Operation operation, StringBuffer sb, javax.servlet.http.HttpServletRequest req) throws CMException
CMException
public String getBaseURL()
public IOperationContext getContext(Operation operation, String contextKey, javax.servlet.http.HttpServletRequest request) throws CMException
CMException
public Row getInsertRow(SQLContext context, DataEngineServlet servlet, javax.servlet.http.HttpServletRequest request) throws CMException
CMException
public Operation prepareOperation(Operation operation, DataEngineServlet servlet, boolean replaceContext, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws CMException
CMException
public Operation prepareOperation(Operation operation, boolean replaceContext, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws CMException
CMException
public void setBaseURL(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 |