Add methods on PortletInvoker that allow to whether a Portlet is exposed or known by the
PortletInvoker without having to actually retrieve it
----------------------------------------------------------------------------------------------------------------------------------------------
Key: GTNPC-49
URL:
https://issues.jboss.org/browse/GTNPC-49
Project: GateIn Portlet Container
Issue Type: Feature Request
Components: API
Affects Versions: 2.2.0-GA
Reporter: Chris Laprun
Assignee: Chris Laprun
Fix For: 2.3.0-GA
For example, the only way to know if a portlet (via its associated PortletContext) is an
exposed one (e.g. a producer offered one) and not a customized version of an existing
portlet (e.g. clone) is currently to retrieve the set of all portlets via getPortlets and
iterate over them which is very inefficient speed and memory-wise (as it might result in
the creation of structures discarded immediately after the operation).
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira