[
http://jira.magnolia-cms.com/browse/MAGNOLIA-4765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tobias Mattsson updated MAGNOLIA-4765:
--------------------------------------
Description:
That type is actually a Business Facade providing an entry point to all link
transforming which is much more than a Util. Hence it should be named ~Manager
and be a singleton component without static methods.
To be backwards compatible we should
- create the new type info.magnolia.link.LinkManager
- move all jcr-API methods (only introduced in M5) to the new type
- deprecated LinkUtil
- have the content-API methods on LinkUtil call the jcr-API ones on the new type
was:
That type is actually a Business Facade providing an entry point to all link
transforming which is much more than a Util. Hence it should be named ~Manager.
To be backwards compatible we should
- create the new type info.magnolia.link.LinkManager
- move all jcr-API methods (only introduced in M5) to the new type
- deprecated LinkUtil
- have the content-API methods on LinkUtil call the jcr-API ones on the new type
> Rename info.magnolia.link.LinkUtil to info.magnolia.link.LinkManager
> --------------------------------------------------------------------
>
> Key: MAGNOLIA-4765
> URL: http://jira.magnolia-cms.com/browse/MAGNOLIA-4765
> Project: Magnolia
> Issue Type: Improvement
> Security Level: Public
> Reporter: Daniel Lipp
> Priority: Major
> Fix For: 5.0 Alpha2 s012
>
>
> That type is actually a Business Facade providing an entry point to all link
> transforming which is much more than a Util. Hence it should be named
> ~Manager and be a singleton component without static methods.
> To be backwards compatible we should
> - create the new type info.magnolia.link.LinkManager
> - move all jcr-API methods (only introduced in M5) to the new type
> - deprecated LinkUtil
> - have the content-API methods on LinkUtil call the jcr-API ones on the new
> type
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.magnolia-cms.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
----------------------------------------------------------------
For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------