|
|||||||||||
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.DataEngineApplicationBuilderServlet
The servlet for creating/managing a DataEngineApplication Creation date: (12/16/01 3:32:25 PM)
Field Summary | |
static String |
ACTION_CONNECTION_POOL_RESTART
Restart the connection pool |
static String |
ACTION_CONNECTION_POOL_START
Start the connection pool |
static String |
ACTION_CONNECTION_POOL_STOP
Stop the connection pool |
static String |
ADMIN_MANAGER_URL
Admin Application URL key |
static String |
FD_MANAGER_URL
FDManager URL key |
static String |
OPERATIONS_APPLICATION
Application key |
static String |
PREVIEW_APPLICATION
|
static String |
SIGN_ON_LIBRARY
|
static String |
SIGN_ON_TABLE
|
static String |
WAB_APPLICATION
Deprecated. replaced with WOW_APPLICATION |
static int |
WAB_APPLICATION_ID
|
static int |
WAB_APPLICATION_OWNER_ID
|
static String |
WOW_APPLICATION
|
static int |
WOW_MANAGE_OPERATIONS_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.security.http.ISecured |
SECURED_APPLICATION |
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 | |
DataEngineApplicationBuilderServlet()
|
Method Summary | |
void |
forward(String uri,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Forward to the specified URI. |
static int |
getApplicationsCount(javax.servlet.http.HttpServletRequest req)
Gets the number of applications owned by the current user |
String |
getCompanyName()
Gets the company name associated with this secured object |
static int |
getConnectionsCount(javax.servlet.http.HttpServletRequest req)
Gets the number of connections owned by the current user |
int |
getId()
Gets the ID of this secured object |
String |
getInitialPage(javax.servlet.http.HttpServletRequest request)
Force subclasses to return an initial jsp/servlet. |
LayoutDisplayPropertyGroup |
getLayoutProperties()
|
String |
getName()
Gets the name of this secured object |
int |
getOwnerId()
Gets the ID of this secured object's owner |
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) |
String |
getSecuredLibraryName()
|
String |
getSecuredSystemAlias()
Returns the systemAlias used by this secured app. |
String |
getSecuredTableName()
Returns the tableName of this secured app. |
Class |
getSignOnClass()
Gets the class to use for signing on to this secured object. |
String |
getSignOnURI()
Gets the sign on URI of this secured object |
String |
getSystemAlias()
Gets the alias of the system for this secured object |
Application |
getWOWApplication(javax.servlet.http.HttpServletRequest request)
|
void |
init()
Initialize the log |
boolean |
preHandleServiceRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
This method servers as a temporary fix to handle sign on request. |
void |
processRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
This is the main delegating method called after doPost and doGet. |
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 WOW_APPLICATION
public static final String PREVIEW_APPLICATION
public static final String WAB_APPLICATION
public static final int WAB_APPLICATION_ID
public static final int WAB_APPLICATION_OWNER_ID
public static final int WOW_MANAGE_OPERATIONS_ID
public static final String SIGN_ON_TABLE
public static final String SIGN_ON_LIBRARY
public static final String ACTION_CONNECTION_POOL_RESTART
public static final String ACTION_CONNECTION_POOL_START
public static final String ACTION_CONNECTION_POOL_STOP
public static final String FD_MANAGER_URL
public static final String ADMIN_MANAGER_URL
public static final String OPERATIONS_APPLICATION
Constructor Detail |
public DataEngineApplicationBuilderServlet()
Method Detail |
public void forward(String uri, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws DataEngineException
forward
in class DataEngineServlet
DataEngineException
public static final int getApplicationsCount(javax.servlet.http.HttpServletRequest req)
public String getCompanyName()
ISecured
getCompanyName
in interface ISecured
public static final int getConnectionsCount(javax.servlet.http.HttpServletRequest req)
public int getId()
ISecured
getId
in interface ISecured
public String getInitialPage(javax.servlet.http.HttpServletRequest request)
getInitialPage
in class DataEngineServlet
public LayoutDisplayPropertyGroup getLayoutProperties()
getLayoutProperties
in interface ISecured
public String getName()
ISecured
getName
in interface ISecured
public int getOwnerId()
ISecured
getOwnerId
in interface ISecured
public IRowEventListener getRowEventListener(javax.servlet.http.HttpServletRequest req)
getRowEventListener
in class DataEngineServlet
public String getSecuredLibraryName()
getSecuredLibraryName
in interface ISecuredSignOnAndRegistration
ISecuredSignOnAndRegistration
public String getSecuredSystemAlias()
ISecuredSignOnAndRegistration
getSecuredSystemAlias
in interface ISecuredSignOnAndRegistration
ISecuredSignOnAndRegistration
public String getSecuredTableName()
ISecuredSignOnAndRegistration
getSecuredTableName
in interface ISecuredSignOnAndRegistration
ISecuredSignOnAndRegistration
public Class getSignOnClass()
ISecured
getSignOnClass
in interface ISecured
ISecured
public String getSignOnURI()
ISecured
getSignOnURI
in interface ISecured
public String getSystemAlias()
ISecured
getSystemAlias
in interface ISecured
ISecuredSignOnAndRegistration
public Application getWOWApplication(javax.servlet.http.HttpServletRequest request) throws CMException
CMException
public void init() throws javax.servlet.ServletException
init
in class DataEngineServlet
javax.servlet.ServletException
public boolean preHandleServiceRequest(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
preHandleServiceRequest
in class DataEngineServlet
public void processRequest(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
processRequest
in class DataEngineServlet
request
- requestresponse
- response
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |