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:
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
wsError
|
Constructor Summary
| Constructor and Description |
|---|
IntegrationServlet()
|
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
dispatchInternal(java.lang.String windowId,java.lang.String url,javax.servlet.http.HttpServletResponse response,com.filenet.wcm.toolkit.server.util.WcmDataStore ds)
Performs a standard internal dispatch to the specified URL.
|
|
doGet(javax.servlet.http.HttpServletRequest request,javax.servlet.http.HttpServletResponse response)
|
|
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 |
Field Detail
wsError
- protected static final com.filenet.wcm.toolkit.util.WcmString wsError
Constructor Detail
IntegrationServlet
- public IntegrationServlet()
Method Detail
doGet
- protected void doGet(javax.servlet.http.HttpServletRequest request,
- javax.servlet.http.HttpServletResponse response)
- throws javax.servlet.ServletException
- java.io.IOException
Overrides:
doGet in class javax.servlet.http.HttpServlet
Throws:
javax.servlet.ServletExceptionjava.io.IOExceptiondoPost
- protected void doPost(javax.servlet.http.HttpServletRequest request,
- javax.servlet.http.HttpServletResponse response)
- throws javax.servlet.ServletException
- java.io.IOException
Overrides:
doPost in class javax.servlet.http.HttpServlet
Throws:
javax.servlet.ServletExceptionjava.io.IOExceptiondispatchInternal
- 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
Performs 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