Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
SE SupportSE SupportReporter
shuyang.zhoushuyang.zhouBranch Version/s
6.1.xBackported to Branch
CommittedGit Pull Request
Components
Affects versions
Priority
Medium
Details
Details
Assignee
SE Support
SE SupportReporter
shuyang.zhou
shuyang.zhouBranch Version/s
6.1.x
Backported to Branch
Committed
Git Pull Request
Components
Affects versions
Priority
Zendesk Support
Zendesk Support
Zendesk Support
Created February 23, 2012 at 2:41 AM
Updated June 24, 2023 at 3:59 PM
Resolved April 24, 2012 at 2:08 PM
Using prototype pattern force us to put some extra logic inside InvokerPortlet interface. From portlet container's point of view, this is a bad idea, since the portlet should not in charge of creating copies of itself. It is container's job.
By using factory pattern, we can push out the creation logic into factories, which are parts of container.