PortletInvokerService METHOD_NOOP

View: New views
2 Messages — Rating Filter:   Alert me  

PortletInvokerService METHOD_NOOP

by cziegeler :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

I think we should rename the constant METHOD_NOOP in the
PortletInvokerService to METHOD_LOAD. It should be up to the
implementatio to decide whether a load request is a noop or not.

Carsten
--
Carsten Ziegeler
cziegeler@...

Re: PortletInvokerService METHOD_NOOP

by Ate Douma :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Carsten Ziegeler wrote:
> Hi,
>
> I think we should rename the constant METHOD_NOOP in the
> PortletInvokerService to METHOD_LOAD. It should be up to the
> implementatio to decide whether a load request is a noop or not.
+1
In the Jetspeed api (o.a.j.container.PortletWindow) we actually have an (enum) Action.LOAD besides an Action.NOOP.

>
> Carsten