com.filenet.wcm.apps.server.servlet
Class IntegrationServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.filenet.wcm.apps.server.servlet.IntegrationServlet
- All Implemented Interfaces:
- java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
- public class IntegrationServlet
- extends javax.servlet.http.HttpServlet
- See Also:
- Serialized Form
Field Summary |
protected static com.filenet.wcm.toolkit.util.WcmString |
wsError
|
Method Summary |
static void |
dispatchInternal(java.lang.String windowId,
java.lang.String url,
javax.servlet.http.HttpServletResponse response,
com.filenet.wcm.toolkit.server.util.WcmDataStore ds)
Perform a standard internal dispatch to the specified URL. |
protected void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
protected void |
doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
Methods inherited from class javax.servlet.http.HttpServlet |
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service |
Methods inherited from class javax.servlet.GenericServlet |
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
wsError
protected static final com.filenet.wcm.toolkit.util.WcmString wsError
IntegrationServlet
public IntegrationServlet()
doGet
protected void doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
java.io.IOException
- Throws:
javax.servlet.ServletException
java.io.IOException
doPost
protected void doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
java.io.IOException
- Throws:
javax.servlet.ServletException
java.io.IOException
dispatchInternal
public static void dispatchInternal(java.lang.String windowId,
java.lang.String url,
javax.servlet.http.HttpServletResponse response,
com.filenet.wcm.toolkit.server.util.WcmDataStore ds)
throws java.io.IOException
- Perform a standard internal dispatch to the specified URL. The url must be local to the application,
and coded to recognize integration mode.
- Parameters:
windowId
- url
- response
- ds
-
- Throws:
java.io.IOException
© Copyright IBM Corp. 2002, 2007. All Rights Reserved.