You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-dev@portals.apache.org by "Eric Dalquist (JIRA)" <ji...@apache.org> on 2008/09/30 18:59:45 UTC

[jira] Created: (PLUTO-503) Expose createPortletScopedId and isInCurrentPortletScope of PortletSessionImpl as protected

Expose createPortletScopedId and isInCurrentPortletScope of PortletSessionImpl as protected
-------------------------------------------------------------------------------------------

                 Key: PLUTO-503
                 URL: https://issues.apache.org/jira/browse/PLUTO-503
             Project: Pluto
          Issue Type: Improvement
            Reporter: Eric Dalquist
             Fix For: 2.0.0, 2.0-refactoring, 1.1.7


To allow the portal to define its own namespace and scoping rules the following methods and fields should be defined as protected 
String createPortletScopedId(String name)
boolean isInCurrentPortletScope(String name)
final InternalPortletWindow internalPortletWindow;

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (PLUTO-503) Expose createPortletScopedId and isInCurrentPortletScope of PortletSessionImpl as protected

Posted by "Eric Dalquist (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PLUTO-503?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eric Dalquist updated PLUTO-503:
--------------------------------

    Attachment: portletSession.patch

> Expose createPortletScopedId and isInCurrentPortletScope of PortletSessionImpl as protected
> -------------------------------------------------------------------------------------------
>
>                 Key: PLUTO-503
>                 URL: https://issues.apache.org/jira/browse/PLUTO-503
>             Project: Pluto
>          Issue Type: Improvement
>          Components: portlet container
>            Reporter: Eric Dalquist
>            Assignee: Eric Dalquist
>             Fix For: 2.0.0, 2.0-refactoring, 1.1.7
>
>         Attachments: portletSession.patch
>
>
> To allow the portal to define its own namespace and scoping rules the following methods and fields should be defined as protected 
> String createPortletScopedId(String name)
> boolean isInCurrentPortletScope(String name)
> final InternalPortletWindow internalPortletWindow;

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (PLUTO-503) Expose createPortletScopedId and isInCurrentPortletScope of PortletSessionImpl as protected

Posted by "Eric Dalquist (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PLUTO-503?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eric Dalquist resolved PLUTO-503.
---------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 2.0-refactoring)

Resolved for 1.1.7 in rev 718808
Resolved for 2.0.0 in rev 718811

> Expose createPortletScopedId and isInCurrentPortletScope of PortletSessionImpl as protected
> -------------------------------------------------------------------------------------------
>
>                 Key: PLUTO-503
>                 URL: https://issues.apache.org/jira/browse/PLUTO-503
>             Project: Pluto
>          Issue Type: Improvement
>          Components: portlet container
>            Reporter: Eric Dalquist
>            Assignee: Eric Dalquist
>             Fix For: 2.0.0, 1.1.7
>
>         Attachments: portletSession.patch
>
>
> To allow the portal to define its own namespace and scoping rules the following methods and fields should be defined as protected 
> String createPortletScopedId(String name)
> boolean isInCurrentPortletScope(String name)
> final InternalPortletWindow internalPortletWindow;

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (PLUTO-503) Expose createPortletScopedId and isInCurrentPortletScope of PortletSessionImpl as protected

Posted by "Eric Dalquist (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PLUTO-503?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eric Dalquist updated PLUTO-503:
--------------------------------

    Component/s: portlet container
       Assignee: Eric Dalquist

> Expose createPortletScopedId and isInCurrentPortletScope of PortletSessionImpl as protected
> -------------------------------------------------------------------------------------------
>
>                 Key: PLUTO-503
>                 URL: https://issues.apache.org/jira/browse/PLUTO-503
>             Project: Pluto
>          Issue Type: Improvement
>          Components: portlet container
>            Reporter: Eric Dalquist
>            Assignee: Eric Dalquist
>             Fix For: 2.0.0, 2.0-refactoring, 1.1.7
>
>
> To allow the portal to define its own namespace and scoping rules the following methods and fields should be defined as protected 
> String createPortletScopedId(String name)
> boolean isInCurrentPortletScope(String name)
> final InternalPortletWindow internalPortletWindow;

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.