com.filenet.wcm.toolkit.server.servlet

Class WcmGetContentServlet.GetRequest

  1. java.lang.Object
  2. extended bycom.filenet.wcm.toolkit.server.servlet.WcmGetContentServlet.GetRequest
Direct known subclasses:
WcmGetContentServlet.GetContentRequest, WcmGetContentServlet.HeadRequest
Enclosing class:
WcmGetContentServlet

  1. protected abstract class WcmGetContentServlet.GetRequest
  2. extends java.lang.Object

Field Summary

Modifier and Type Field and Description
  1. protected
  2. java.util.Locale
locale

Constructor Summary

Modifier Constructor and Description
  1. protected
WcmGetContentServlet.GetRequest()

Method Summary

Modifier and Type Method and Description
  1. protected
  2. int
getContentLength(java.io.InputStream inStream)
  1. protected
  2. com.filenet.wcm.api.Document
getDocumentFromVersionSeries(java.lang.String sObjectStoreID,java.lang.String sObjectID,java.lang.String sVSID)
Retrieve the document object given the object id and version series id
  1. protected
  2. java.util.Map
getInputStreamMap()
  1. protected
  2. void
getMimeType(com.filenet.wcm.api.Document doc)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Field Detail

locale

  1. protected java.util.Locale locale

Constructor Detail

WcmGetContentServlet.GetRequest

  1. protected WcmGetContentServlet.GetRequest( )

Method Detail

getDocumentFromVersionSeries

  1. protected com.filenet.wcm.api.Document getDocumentFromVersionSeries( java.lang.String sObjectStoreID,
  2. java.lang.String sObjectID,
  3. java.lang.String sVSID)
  4. throws java.lang.Exception
Retrieve the document object given the object id and version series id
Throws:
java.lang.Exception

getMimeType

  1. protected void getMimeType(com.filenet.wcm.api.Document doc)

getInputStreamMap

  1. protected java.util.Map getInputStreamMap( )
  2. throws java.lang.Exception
Throws:
java.lang.Exception

getContentLength

  1. protected int getContentLength( java.io.InputStream inStream)