com.filenet.wcm.toolkit.server.servlet

Class WebContentPreviewServlet

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

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

Field Summary

Modifier and Type Field and Description
  1. protected static
  2. java.lang.String
PREVIEW_QUEUE_KEY
  1. protected static
  2. int[]
supportedTypes

Constructor Summary

Constructor and Description
WebContentPreviewServlet()

Method Summary

Modifier and Type Method and Description
  1. static
  2. com.filenet.wcm.toolkit.server.util.webcontent.DpLocalSection
dequeueContentItem(WcmDataStore dataStore,java.lang.String dataID)
  1. void
doGet(javax.servlet.http.HttpServletRequest request,javax.servlet.http.HttpServletResponse response)
  1. void
doPost(javax.servlet.http.HttpServletRequest request,javax.servlet.http.HttpServletResponse response)
  1. static
  2. java.lang.String
enqueueContentItem(WcmDataStore dataStore,com.filenet.wcm.toolkit.server.util.webcontent.DpLocalSection localSection)
  1. protected
  2. WcmController
getController()
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

PREVIEW_QUEUE_KEY

  1. protected static final java.lang.String PREVIEW_QUEUE_KEY
See Also:

supportedTypes

  1. protected static final int[] supportedTypes

Constructor Detail

WebContentPreviewServlet

  1. public WebContentPreviewServlet( )

Method Detail

getController

  1. protected WcmController getController( )

enqueueContentItem

  1. public static java.lang.String enqueueContentItem( WcmDataStore dataStore,
  2. com.filenet.wcm.toolkit.server.util.webcontent.DpLocalSection localSection)
  3. throws WcmException
Parameters:
dataStore -
localSection -
Returns:
Throws:

dequeueContentItem

  1. public static com.filenet.wcm.toolkit.server.util.webcontent.DpLocalSection dequeueContentItem( WcmDataStore dataStore,
  2. java.lang.String dataID)
  3. throws WcmException
Throws:

doGet

  1. public 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. public 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