com.filenet.wcm.apps.server.servlet

Class IntegrationServlet

  1. java.lang.Object
  2. extended byjavax.servlet.GenericServlet
  3. extended byjavax.servlet.http.HttpServlet
  4. extended bycom.filenet.wcm.apps.server.servlet.IntegrationServlet
All implemented interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

  1. public class IntegrationServlet
  2. extends javax.servlet.http.HttpServlet
See Also:
Serialized Form

Field Summary

Modifier and Type Field and Description
  1. protected static
  2. com.filenet.wcm.toolkit.util.WcmString
wsError

Constructor Summary

Constructor and Description
IntegrationServlet()

Method Summary

Modifier and Type Method and Description
  1. static
  2. void
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.
  1. protected
  2. void
doGet(javax.servlet.http.HttpServletRequest request,javax.servlet.http.HttpServletResponse response)
  1. protected
  2. 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

Field Detail

wsError

  1. protected static final com.filenet.wcm.toolkit.util.WcmString wsError

Constructor Detail

IntegrationServlet

  1. public IntegrationServlet()

Method Detail

doGet

  1. protected void doGet(javax.servlet.http.HttpServletRequest request,
  2. javax.servlet.http.HttpServletResponse response)
  3. throws javax.servlet.ServletException
  4. java.io.IOException
Overrides:
doGet in class javax.servlet.http.HttpServlet
Throws:
javax.servlet.ServletException
java.io.IOException

doPost

  1. protected void doPost(javax.servlet.http.HttpServletRequest request,
  2. javax.servlet.http.HttpServletResponse response)
  3. throws javax.servlet.ServletException
  4. java.io.IOException
Overrides:
doPost in class javax.servlet.http.HttpServlet
Throws:
javax.servlet.ServletException
java.io.IOException

dispatchInternal

  1. public static void dispatchInternal( java.lang.String windowId,
  2. java.lang.String url,
  3. javax.servlet.http.HttpServletResponse response,
  4. com.filenet.wcm.toolkit.server.util.WcmDataStore ds)
  5. 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