|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.servlet.GenericServlet | +--javax.servlet.http.HttpServlet | +--planetj.dataengine.DataEngineServlet | +--planetj.dataengine.application.DataEngineApplicationServlet
Field Summary | |
static String |
ID
|
static String |
REFRESH_APPS
|
static String |
VIEW_HTTP_ID
|
Fields inherited from class planetj.dataengine.DataEngineServlet |
className |
Fields inherited from interface planetj.dataengine.application.IApplication |
APPLICATION_CLASS, APPLICATION_HTTP_ID, APPLICATION_ID, APPLICATION_JSP_FILE, APPLICATION_METADATA_ALIAS, APPLICATION_NAME, APPLICATION_RESULTS_KEY, APPLICATION_TABLE_NAME, AUTO_RUN_STATUS, COMPANY_ID, COMPANY_NAME, CONNECTION_ALIAS, CURRENT_EXECUTING_APPLICATION, CURRENT_WOW_APPLICATION, DESCRIPTION, ERROR_JSP_FILE, INITIAL_VIEW, MANAGE, OPTIONAL_SIGNON, OWNER_ID, PASSWORD, PROPERTIES, SERVLET_URI, SIGN_ON_CLASS, SIGN_ON_OP_ID, SIGN_ON_URI, THEME_ID, USER_ID, VERIFY_CONNECTION |
Fields inherited from interface planetj.dataengine.IServletParameters |
ALL, AUTO_RUN, BASE_URL, CACHE_TRACK_ON, CACHE_TRACK_WRITE_TO_FILE, CLEAN_UP_TIME, DATABASE, DRIVER, ENVIRONMENT_MODE, JDBC_OPTIMIZATIONS, MAX_CONNECTIONS, METADATA_LIBRARY, MIN_CONNECTIONS, ORPHAN_TIMEOUT, PASSWORD, PORT, SYSTEM_ALIAS, SYSTEM_ALIAS_PARAM, SYSTEM_URL, USER_ID, USER_PASSWORD |
Fields inherited from interface planetj.dataengine.IJSPPages |
CUSTOM_LOG_ON_JSP, DEFAULT_ADD_BODY_JSP, DEFAULT_EDIT_BODY_JSP, DEFAULT_PARAMS_JSP, DEFAULT_PRINT_PAGE_JSP, DEFAULT_RESULTS_JSP, DEFAULT_ROW_DETAILS, DEFAULT_SQL_OPERATION_RESULTS_JSP, DEFAULT_VIEW_BODY_JSP, DETAILS_JSP, DISPLAY_EXCEPTION_JSP, INITIAL_JSP, SIGN_ON_BODY_JSP, SIGN_ON_JSP, SIGNON_PARAMS_JSP |
Fields inherited from interface planetj.dataengine.application.IApplicationJSPs |
APPLICATION_ADD_JSP, APPLICATION_DETAILS_JSP, APPLICATION_EDIT_JSP, APPLICATION_ERROR_JSP, APPLICATION_HEADER_JSP, APPLICATION_INVALID_LICENSE_JSP, APPLICATION_JSP, APPLICATION_MESSAGE_JSP, APPLICATION_OPERATIONS_TOC, APPLICATION_RESULTS_JSP, APPLICATION_SIGN_ON_JSP, APPLICATION_TEMPLATE_JSP, APPLICATION_TOC_JSP, APPLICATION_VIEW_JSP |
Fields inherited from interface planetj.dataengine.application.IWOWJSPs |
WOW_MAIN_EXCEPTION_JSP, WOW_MANAGE_OPERATIONS_JSP, WOW_STEPS_JSP, WOW_TOC, WOW_VIEW_APPLICATIONS_JSP, WOW_VIEW_CONNECTIONS_JSP |
Constructor Summary | |
DataEngineApplicationServlet()
|
Method Summary | |
String |
getInitialPage(javax.servlet.http.HttpServletRequest req)
Force subclasses to return an initial jsp/servlet. |
static String |
getInitialURL(Application app,
javax.servlet.http.HttpServletRequest req)
Gets the initial URL. |
static DirectOperationRequest |
getRequestedOperationData(javax.servlet.http.HttpServletRequest pReq)
Gets the DirectOperationRequest object specifying which Operation was requested. |
IRowEventListener |
getRowEventListener(javax.servlet.http.HttpServletRequest req)
Each Servlet may have its own RowEventListener defined, so they would override this method and return the appropriate Listener Creation date: (7/11/2002 10:30:18 AM) |
void |
init()
Initialize the log |
static boolean |
isSignOnNecessary(Application app,
javax.servlet.http.HttpServletRequest req)
Tests if the user has to sign on to the application. |
boolean |
preHandleServiceRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
This method handles generic DataEngine service requests. |
void |
processApplication(Application app,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse res)
|
void |
processRequest(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
This is the main delegating method called after doPost and doGet. |
void |
processSQLOperation(SQLOperation pSQLOperation,
String pJsp,
javax.servlet.http.HttpServletRequest pReq,
javax.servlet.http.HttpServletResponse pRes)
Deprecated. |
boolean |
verifySignOn(Application application,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Checks to see if the user is signed on to the Application. |
Methods inherited from class javax.servlet.http.HttpServlet |
service |
Methods inherited from class javax.servlet.GenericServlet |
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String ID
public static final String VIEW_HTTP_ID
public static final String REFRESH_APPS
Constructor Detail |
public DataEngineApplicationServlet()
Method Detail |
public String getInitialPage(javax.servlet.http.HttpServletRequest req)
getInitialPage
in class DataEngineServlet
public static String getInitialURL(Application app, javax.servlet.http.HttpServletRequest req)
public static DirectOperationRequest getRequestedOperationData(javax.servlet.http.HttpServletRequest pReq) throws CMException
CMException
public IRowEventListener getRowEventListener(javax.servlet.http.HttpServletRequest req)
getRowEventListener
in class DataEngineServlet
public void init() throws javax.servlet.ServletException
init
in class DataEngineServlet
javax.servlet.ServletException
public static boolean isSignOnNecessary(Application app, javax.servlet.http.HttpServletRequest req) throws CMException
CMException
public boolean preHandleServiceRequest(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
preHandleServiceRequest
in class DataEngineServlet
public void processApplication(Application app, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse res) throws CMException
CMException
public void processRequest(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
processRequest
in class DataEngineServlet
req
- requestres
- responsepublic void processSQLOperation(SQLOperation pSQLOperation, String pJsp, javax.servlet.http.HttpServletRequest pReq, javax.servlet.http.HttpServletResponse pRes)
public boolean verifySignOn(Application application, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws CMException
CMException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |