public class ContentStreamer
extends java.lang.Object
implements org.springframework.context.ResourceLoaderAware
Modifier and Type | Field and Description |
---|---|
protected org.alfresco.service.cmr.repository.ContentService |
contentService |
protected org.alfresco.service.cmr.repository.MimetypeService |
mimetypeService |
protected org.alfresco.service.cmr.repository.NodeService |
nodeService
Services
|
protected org.springframework.core.io.ResourceLoader |
resourceLoader |
Constructor and Description |
---|
ContentStreamer() |
Modifier and Type | Method and Description |
---|---|
void |
setAttachment(org.springframework.extensions.webscripts.WebScriptResponse res,
boolean attach,
java.lang.String attachFileName)
Set attachment header
|
void |
setContentService(org.alfresco.service.cmr.repository.ContentService contentService) |
void |
setMimetypeService(org.alfresco.service.cmr.repository.MimetypeService mimetypeService) |
void |
setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService) |
void |
setResourceLoader(org.springframework.core.io.ResourceLoader resourceLoader) |
protected void |
setResponseCache(org.springframework.extensions.webscripts.WebScriptResponse res,
java.util.Date modified,
java.lang.String eTag,
java.util.Map model)
Set the cache settings on the response
|
void |
streamContent(org.springframework.extensions.webscripts.WebScriptRequest req,
org.springframework.extensions.webscripts.WebScriptResponse res,
java.io.File file,
java.lang.Long modifiedTime,
boolean attach,
java.lang.String attachFileName,
java.util.Map model)
Streams content back to client from a given File.
|
void |
streamContent(org.springframework.extensions.webscripts.WebScriptRequest req,
org.springframework.extensions.webscripts.WebScriptResponse res,
org.alfresco.service.cmr.repository.NodeRef nodeRef,
org.alfresco.service.namespace.QName propertyQName,
boolean attach,
java.lang.String attachFileName,
java.util.Map model)
Streams the content on a given node's content property to the response of the web script.
|
void |
streamContent(org.springframework.extensions.webscripts.WebScriptRequest req,
org.springframework.extensions.webscripts.WebScriptResponse res,
java.lang.String resourcePath,
boolean attach,
java.util.Map model)
Streams content back to client from a given resource path.
|
protected void |
streamContent(org.springframework.extensions.webscripts.WebScriptRequest req,
org.springframework.extensions.webscripts.WebScriptResponse res,
java.lang.String resourcePath,
boolean attach,
java.lang.String attachFileName,
java.util.Map model)
Streams content back to client from a given resource path.
|
void |
streamContentImpl(org.springframework.extensions.webscripts.WebScriptRequest req,
org.springframework.extensions.webscripts.WebScriptResponse res,
org.alfresco.service.cmr.repository.ContentReader reader,
org.alfresco.service.cmr.repository.NodeRef nodeRef,
org.alfresco.service.namespace.QName propertyQName,
boolean attach,
java.util.Date modified,
java.lang.String eTag,
java.lang.String attachFileName,
java.util.Map model)
Stream content implementation
|
protected org.alfresco.service.cmr.repository.NodeService nodeService
protected org.alfresco.service.cmr.repository.ContentService contentService
protected org.alfresco.service.cmr.repository.MimetypeService mimetypeService
protected org.springframework.core.io.ResourceLoader resourceLoader
public void setMimetypeService(org.alfresco.service.cmr.repository.MimetypeService mimetypeService)
mimetypeService
- public void setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)
nodeService
- public void setResourceLoader(org.springframework.core.io.ResourceLoader resourceLoader)
setResourceLoader
in interface org.springframework.context.ResourceLoaderAware
public void setContentService(org.alfresco.service.cmr.repository.ContentService contentService)
contentService
- public void streamContent(org.springframework.extensions.webscripts.WebScriptRequest req, org.springframework.extensions.webscripts.WebScriptResponse res, java.io.File file, java.lang.Long modifiedTime, boolean attach, java.lang.String attachFileName, java.util.Map model) throws java.io.IOException
req
- The requestres
- The responsefile
- The file whose content is to be streamed.modifiedTime
- The modified datetime to use for the streamed content. If null the
file's timestamp will be used.attach
- Indicates whether the content should be streamed as an attachment or notattachFileName
- Optional file name to use when attach is true
java.io.IOException
public void streamContent(org.springframework.extensions.webscripts.WebScriptRequest req, org.springframework.extensions.webscripts.WebScriptResponse res, org.alfresco.service.cmr.repository.NodeRef nodeRef, org.alfresco.service.namespace.QName propertyQName, boolean attach, java.lang.String attachFileName, java.util.Map model) throws java.io.IOException
req
- Requestres
- ResponsenodeRef
- The node referencepropertyQName
- The content property nameattach
- Indicates whether the content should be streamed as an attachment or notattachFileName
- Optional file name to use when attach is true
java.io.IOException
public void streamContent(org.springframework.extensions.webscripts.WebScriptRequest req, org.springframework.extensions.webscripts.WebScriptResponse res, java.lang.String resourcePath, boolean attach, java.util.Map model) throws java.io.IOException
req
- The requestres
- The responseresourcePath
- The classpath resource path the content is required forattach
- Indicates whether the content should be streamed as an attachment or notjava.io.IOException
protected void streamContent(org.springframework.extensions.webscripts.WebScriptRequest req, org.springframework.extensions.webscripts.WebScriptResponse res, java.lang.String resourcePath, boolean attach, java.lang.String attachFileName, java.util.Map model) throws java.io.IOException
req
- The requestres
- The responseresourcePath
- The classpath resource path the content is required for.attach
- Indicates whether the content should be streamed as an attachment or notattachFileName
- Optional file name to use when attach is true
java.io.IOException
public void streamContentImpl(org.springframework.extensions.webscripts.WebScriptRequest req, org.springframework.extensions.webscripts.WebScriptResponse res, org.alfresco.service.cmr.repository.ContentReader reader, org.alfresco.service.cmr.repository.NodeRef nodeRef, org.alfresco.service.namespace.QName propertyQName, boolean attach, java.util.Date modified, java.lang.String eTag, java.lang.String attachFileName, java.util.Map model) throws java.io.IOException
req
- The requestres
- The responsereader
- The readernodeRef
- The content nodeRef if applicablepropertyQName
- The content property if applicableattach
- Indicates whether the content should be streamed as an attachment or notmodified
- Modified date of contenteTag
- ETag to useattachFileName
- Optional file name to use when attach is true
java.io.IOException
public void setAttachment(org.springframework.extensions.webscripts.WebScriptResponse res, boolean attach, java.lang.String attachFileName)
res
- attach
- attachFileName
- protected void setResponseCache(org.springframework.extensions.webscripts.WebScriptResponse res, java.util.Date modified, java.lang.String eTag, java.util.Map model)
res
- modified
- eTag
- Copyright © 2005 - 2013 Alfresco Software, Inc. All Rights Reserved.