So there are all of these request & response context objects that the Pluto
SPI uses as a way for the portal to have hooks into how the various types
of request and response objects in the portlet spec behave. They all live
here:
https://github.com/Jasig/uPortal/tree/master/uportal-war/src/main/java/org/jasig/portal/portlet/container

One of the things these deal with is request attributes. To support this
feature you'd need to add some sort of service in uPortal for storing
action->render request attributes across request boundaries and deal with
invalidating them eventually and such. Then you'd wire that service into
one or more of those context objects, intercepting the appropriate logic
that deals with request and response attributes.

Once all that is done you then can declare support for that feature via:
https://github.com/Jasig/uPortal/blob/master/uportal-war/src/main/resources/properties/contexts/portletContainerContext.xml#L96


On Tue, Nov 26, 2013 at 1:49 PM, James Wennmacher <[email protected]>wrote:

>  Oh.  I didn't realize that.  Sure a few pointers would be great.  Thanks!
>
> James Wennmacher - Unicon480.558.2420
>
> On 11/26/2013 12:37 PM, Eric Dalquist wrote:
>
> FYI this would be in the realm of uPortal's responsibility to support. If
> you want some pointers as to where in uPortal that support should go let me
> know.
>
>
>  On Tue, Nov 26, 2013 at 11:28 AM, James Wennmacher (JIRA) <
> [email protected]> wrote:
>
>> James Wennmacher created PLUTO-624:
>> --------------------------------------
>>
>>              Summary: Pluto does not support Runtime option
>> javax.portlet.actionScopedRequestAttributes
>>                  Key: PLUTO-624
>>                  URL: https://issues.apache.org/jira/browse/PLUTO-624
>>              Project: Pluto
>>           Issue Type: Bug
>>             Reporter: James Wennmacher
>>
>>
>> Per Portlet 2.0 spec, section 'PLT.10.4.4 Runtime Option
>> javax.portlet.actionScopedRequestAttributes', the portlet container
>> should should support the runtime option
>> 'javax.portlet.actionScopedRequestAttributes. to store request options from
>> the action to the render phase.  Pluto does not appear to support this
>> option.
>>
>> Can refer to
>> http://www.theserverside.com/news/1363818/JSR-286-Portlets-Action-scoped-Request-Attributesfor
>>  an example setup.
>>
>>
>>
>> --
>> This message was sent by Atlassian JIRA
>> (v6.1#6144)
>>
>
>
>

-- 
You are currently subscribed to [email protected] as: 
[email protected]
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/uportal-dev

Reply via email to