com.filenet.wcm.toolkit.server.servlet
Class WcmGetContentServlet.GetRequest
- java.lang.Object
com.filenet.wcm.toolkit.server.servlet.WcmGetContentServlet.GetRequest
Direct known subclasses:
Enclosing class:
- protected abstract class WcmGetContentServlet.GetRequest
- extends java.lang.Object
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
locale
|
Constructor Summary
| Modifier | Constructor and Description |
|---|---|
|
WcmGetContentServlet.GetRequest()
|
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
getContentLength(java.io.InputStream inStream)
|
|
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
|
|
getInputStreamMap()
|
|
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
- protected java.util.Locale locale
Constructor Detail
WcmGetContentServlet.GetRequest
- protected WcmGetContentServlet.GetRequest( )
Method Detail
getDocumentFromVersionSeries
- protected com.filenet.wcm.api.Document getDocumentFromVersionSeries( java.lang.String sObjectStoreID,
- java.lang.String sObjectID,
- java.lang.String sVSID)
- throws java.lang.Exception
Retrieve the document object given the object id and version series id
Throws:
java.lang.ExceptiongetMimeType
- protected void getMimeType(com.filenet.wcm.api.Document doc)
getInputStreamMap
- protected java.util.Map getInputStreamMap( )
- throws java.lang.Exception
Throws:
java.lang.ExceptiongetContentLength
- protected int getContentLength( java.io.InputStream inStream)