PORTLET_EXTENDED_DESCRIPTOR_RENDER_TIMEOUT
A portlet can have a specific setting for the timeout duration that the portal will wait
before it gives up on rendering the portlet.
static final StringPORTLET_EXTENDED_DESCRIPTOR_NON_STANDARD_ACTION
Actions can be marked as non-standard if they don't participate in
JSR-168 standard action behavior. By default, actions are supposed
to clear the cache of all other portlets on the page.
By setting this parameter, we can ignore the standard behavior
and not clear the cache on actions. This is useful for portlets
which never participate with other portlets.
static final StringPORTLET_EXTENDED_DESCRIPTOR_RENDER_TIMEOUT
A portlet can have a specific setting for the timeout duration that the portal will wait
before it gives up on rendering the portlet. This value overrides the system setting.
The timeout value is in milliseconds
To support legacy portlets still relying on the "old" behavior these default global
settings can be overridden by defining these values in the portlet Metadata too.
Setting merge.portal.parameters.with.portlet.parameters=true will "restore" the old behavior and
merge the portal parameters with the portlet parameters.
To support legacy portlets still relying on the "old" behavior these default global
settings can be overridden by defining these values in the portlet Metadata too.
In the situation of portal and portlet parameters with the same name, by default
the portlet parameters will be provided first in the values array, but this
can be overridden by setting merge.portal.parameters.before.portlet.parameters=true.
static final StringPORTLET_RESOURCE_URL_REQUEST_PARAMETER
Preliminary Portlet API 2.0 ResourceURL support.
By setting the RenderURL parameter PORTLET_RESOURCE_URL_REQUEST_PARAMETER (with whatever value) the Jetspeed encoded PortletURL
will be marked as a ResourceURL (the parameter itself will not be stored).
By invoking such a Render/ResourceURL, NavigationalState.getPortletWindowOfResource() will be set, and with an custom Valve
(example implementation o.a.j.resource.ResourceValveImpl) this PortletWindow can be invoked directly,
similar as an ActionURL but as a direct Portlet Render request.