How can I hook a transformation in the transformation chain?

孤人 提交于 2019-12-11 05:40:58

问题


As far as I understand it, a transformation chain is filled with transforms after calculating the shortest path between original and target mimetypes (see convertTo() and _findPath() in Products.PortalTransforms.TransformEngine).

  1. How can I hook a transformation in the transformation chain.

  2. Are there maybe other means to hook a transformation?

  3. If yes are there some example or documentation?

来源:https://stackoverflow.com/questions/24222774/how-can-i-hook-a-transformation-in-the-transformation-chain

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!