mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
- adding in the structure for an XSL FO rendering engine
- terminology cleanups to model and screens - extracting company-footer back into its own xsd; no reason to shove that feature in everyone's face. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/WCM-DEV2/root@4227 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -69,13 +69,25 @@ public abstract class AbstractRenderingEngine
|
||||
*
|
||||
* @return the file extension to use for generated assets.
|
||||
*/
|
||||
public String getFileExtension()
|
||||
public String getFileExtensionForRendition()
|
||||
{
|
||||
return (String)
|
||||
this.nodeService.getProperty(this.nodeRef,
|
||||
WCMModel.PROP_FILE_EXTENSION_FOR_RENDITION);
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the file extension to use for generated assets.
|
||||
*
|
||||
* @return the file extension to use for generated assets.
|
||||
*/
|
||||
public String getMimetypeForRendition()
|
||||
{
|
||||
return (String)
|
||||
this.nodeService.getProperty(this.nodeRef,
|
||||
WCMModel.PROP_MIMETYPE_FOR_RENDITION);
|
||||
}
|
||||
|
||||
protected static AVMRemote getAVMRemote()
|
||||
{
|
||||
final FacesContext fc =
|
||||
|
Reference in New Issue
Block a user