|
List Info
Thread: Created: (PLUTO-425) Implementation of GetLifecyclePhase
|
|
| Created: (PLUTO-425) Implementation of
GetLifecyclePhase |
  United States |
2007-08-28 17:10:22 |
Implementation of GetLifecyclePhase
------------------------------------
Key: PLUTO-425
URL: https
://issues.apache.org/jira/browse/PLUTO-425
Project: Pluto
Issue Type: New Feature
Components: portlet container
Affects Versions: 1.1-286-COMPATIBILITY,
1.1-286-trunk-merge
Reporter: Christian Raschka
Priority: Minor
Fix For: 1.1-286-COMPATIBILITY,
1.1-286-trunk-merge
PLT.11.1.3.4 The Lifecycle Phase Request Attribute
The LIFECYCLE_PHASE request attribute of the PortletRequest
interface allows a portlet
to determine the current lifecycle phase of this request.
This attribute value must be
ACTION_PHASE if the current request is of type
ActionRequest, EVENT_PHASE if the
current request is of type EventRequest, RENDER_PHASE if the
current request is of type
RenderRequest, and RESOURCE_SERVING_PHASE if the current
request is of type
ResourceRequest.
The main intend of this method is allowing frameworks
implemented on-top of the Java
Portlet Specification performing the correct
type casts from the
PortletRequest/PortletResponse to a specific
request/response pair, like
ActionRequest/ActionResponse.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue
online.
|
|
| Updated: (PLUTO-425) Implementation of
GetLifecyclePhase |
  United States |
2007-08-28 17:12:30 |
[ https://issues.apache.org/jira/browse/PLUTO-425?page=com.at
lassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Christian Raschka updated PLUTO-425:
------------------------------------
Attachment: lifecyclephase.290807.patch
> Implementation of GetLifecyclePhase
> ------------------------------------
>
> Key: PLUTO-425
> URL: https
://issues.apache.org/jira/browse/PLUTO-425
> Project: Pluto
> Issue Type: New Feature
> Components: portlet container
> Affects Versions: 1.1-286-COMPATIBILITY,
1.1-286-trunk-merge
> Reporter: Christian Raschka
> Priority: Minor
> Fix For: 1.1-286-COMPATIBILITY,
1.1-286-trunk-merge
>
> Attachments: lifecyclephase.290807.patch
>
>
> PLT.11.1.3.4 The Lifecycle Phase Request Attribute
> The LIFECYCLE_PHASE request attribute of the
PortletRequest interface allows a portlet
> to determine the current lifecycle phase of this
request. This attribute value must be
> ACTION_PHASE if the current request is of type
ActionRequest, EVENT_PHASE if the
> current request is of type EventRequest, RENDER_PHASE
if the current request is of type
> RenderRequest, and RESOURCE_SERVING_PHASE if the
current request is of type
> ResourceRequest.
> The main intend of this method is allowing frameworks
implemented on-top of the Java
> Portlet Specification performing the correct
type casts from the
> PortletRequest/PortletResponse to a specific
request/response pair, like
> ActionRequest/ActionResponse.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue
online.
|
|
| Commented: (PLUTO-425) Implementation
of GetLifecyclePhase |
  United States |
2007-08-29 02:03:39 |
[ https://issues.apache.org/jira/browse/P
LUTO-425?page=com.atlassian.jira.plugin.system.issuetabpanel
s:comment-tabpanel#action_12523483 ]
Torsten Dettborn commented on PLUTO-425:
----------------------------------------
Commit lifecyclephase.290807.patch for
1.1-286-COMPATIBILITY version. The new rev. number is
570661.
> Implementation of GetLifecyclePhase
> ------------------------------------
>
> Key: PLUTO-425
> URL: https
://issues.apache.org/jira/browse/PLUTO-425
> Project: Pluto
> Issue Type: New Feature
> Components: portlet container
> Affects Versions: 1.1-286-COMPATIBILITY,
1.1-286-trunk-merge
> Reporter: Christian Raschka
> Priority: Minor
> Fix For: 1.1-286-COMPATIBILITY,
1.1-286-trunk-merge
>
> Attachments: lifecyclephase.290807.patch
>
>
> PLT.11.1.3.4 The Lifecycle Phase Request Attribute
> The LIFECYCLE_PHASE request attribute of the
PortletRequest interface allows a portlet
> to determine the current lifecycle phase of this
request. This attribute value must be
> ACTION_PHASE if the current request is of type
ActionRequest, EVENT_PHASE if the
> current request is of type EventRequest, RENDER_PHASE
if the current request is of type
> RenderRequest, and RESOURCE_SERVING_PHASE if the
current request is of type
> ResourceRequest.
> The main intend of this method is allowing frameworks
implemented on-top of the Java
> Portlet Specification performing the correct
type casts from the
> PortletRequest/PortletResponse to a specific
request/response pair, like
> ActionRequest/ActionResponse.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue
online.
|
|
| Commented: (PLUTO-425) Implementation
of GetLifecyclePhase |
  United States |
2007-08-29 17:34:30 |
[ https://issues.apache.org/jira/browse/P
LUTO-425?page=com.atlassian.jira.plugin.system.issuetabpanel
s:comment-tabpanel#action_12523724 ]
Craig Doremus commented on PLUTO-425:
-------------------------------------
Applied lifecyclephase.290807.patch to 1.1-286-trunk-merge
branch in SVN rev 570958.
> Implementation of GetLifecyclePhase
> ------------------------------------
>
> Key: PLUTO-425
> URL: https
://issues.apache.org/jira/browse/PLUTO-425
> Project: Pluto
> Issue Type: New Feature
> Components: portlet container
> Affects Versions: 1.1-286-COMPATIBILITY,
1.1-286-trunk-merge
> Reporter: Christian Raschka
> Priority: Minor
> Fix For: 1.1-286-COMPATIBILITY,
1.1-286-trunk-merge
>
> Attachments: lifecyclephase.290807.patch
>
>
> PLT.11.1.3.4 The Lifecycle Phase Request Attribute
> The LIFECYCLE_PHASE request attribute of the
PortletRequest interface allows a portlet
> to determine the current lifecycle phase of this
request. This attribute value must be
> ACTION_PHASE if the current request is of type
ActionRequest, EVENT_PHASE if the
> current request is of type EventRequest, RENDER_PHASE
if the current request is of type
> RenderRequest, and RESOURCE_SERVING_PHASE if the
current request is of type
> ResourceRequest.
> The main intend of this method is allowing frameworks
implemented on-top of the Java
> Portlet Specification performing the correct
type casts from the
> PortletRequest/PortletResponse to a specific
request/response pair, like
> ActionRequest/ActionResponse.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue
online.
|
|
| Resolved: (PLUTO-425) Implementation of
GetLifecyclePhase |
  United States |
2007-08-29 17:36:30 |
[ https://issues.apache.org/jira/browse/PLUTO-425?page=com.at
lassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Craig Doremus resolved PLUTO-425.
---------------------------------
Resolution: Fixed
Patches have been applied to both branches. Thanks
Christian!
> Implementation of GetLifecyclePhase
> ------------------------------------
>
> Key: PLUTO-425
> URL: https
://issues.apache.org/jira/browse/PLUTO-425
> Project: Pluto
> Issue Type: New Feature
> Components: portlet container
> Affects Versions: 1.1-286-COMPATIBILITY,
1.1-286-trunk-merge
> Reporter: Christian Raschka
> Priority: Minor
> Fix For: 1.1-286-COMPATIBILITY,
1.1-286-trunk-merge
>
> Attachments: lifecyclephase.290807.patch
>
>
> PLT.11.1.3.4 The Lifecycle Phase Request Attribute
> The LIFECYCLE_PHASE request attribute of the
PortletRequest interface allows a portlet
> to determine the current lifecycle phase of this
request. This attribute value must be
> ACTION_PHASE if the current request is of type
ActionRequest, EVENT_PHASE if the
> current request is of type EventRequest, RENDER_PHASE
if the current request is of type
> RenderRequest, and RESOURCE_SERVING_PHASE if the
current request is of type
> ResourceRequest.
> The main intend of this method is allowing frameworks
implemented on-top of the Java
> Portlet Specification performing the correct
type casts from the
> PortletRequest/PortletResponse to a specific
request/response pair, like
> ActionRequest/ActionResponse.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue
online.
|
|
[1-5]
|
|
|
about | contact Other archives ( Real Estate discussion Medical topics )
|