| java.lang.Object org.apache.jetspeed.pipeline.valve.AbstractValve org.apache.jetspeed.pipeline.valve.impl.ActionValveImpl
ActionValveImpl | public class ActionValveImpl extends AbstractValve implements ActionValve(Code) | |
ActionValveImpl
Default implementation of the ActionValve interface. Expects to be
called after the ContainerValve has set up the appropriate action window
within the request context. This should come before ANY rendering takes
place.
author: Scott T. Weaver version: $Id: ActionValveImpl.java 589933 2007-10-30 01:51:50Z woonsan $ |
initWindow | protected void initWindow(PortletWindow window, RequestContext request)(Code) | | Makes sure that this PortletWindow's PortletEntity is set to have the
current requests fragment.
Parameters: window - Parameters: request - |
isNonStandardAction | protected boolean isNonStandardAction(PortletWindow actionWindow)(Code) | | 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.
|
|
|