© 2002 BEA Systems, Inc.


com.bea.portal.appflow.processor
Class MinimizeProcessor

java.lang.Object
  |
  +--com.bea.portal.appflow.processor.AbstractPortalProcessor
        |
        +--com.bea.portal.appflow.processor.MinimizeProcessor

public class MinimizeProcessor
extends AbstractPortalProcessor

Framework processor used to set a portlet into minimize mode. This processor gets called via webflow when the minimize button is clicked for a portlet. If the value of the property delay.p13n.updates in the portetl-context.properties file is set to true then the minimize state is only persisted when the user logs out, otherwise the state is persisted upon each click.


Constructor Summary
MinimizeProcessor()
           
 
Method Summary
 java.lang.Object process(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, PortalRequest portalRequest, java.lang.Object requestContext)
          Main process method called by webflow.
 
Methods inherited from class com.bea.portal.appflow.processor.AbstractPortalProcessor
getCurrentPortletState, process
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MinimizeProcessor

public MinimizeProcessor()
Method Detail

process

public java.lang.Object process(javax.servlet.http.HttpServletRequest request,
                                javax.servlet.http.HttpServletResponse response,
                                PortalRequest portalRequest,
                                java.lang.Object requestContext)
                         throws ProcessingException
Main process method called by webflow. If the portlet is webflow enabled, this processor invokes the webflow event bea.portal.framework.internal.portlet.minimize it is the responsibility of the portlet developer to provide an implementation for the event

Returns:
"success" if all is well
Throws:
ProcessingException - if an error occurred
Overrides:
process in class AbstractPortalProcessor

© 2002 BEA Systems, Inc.

Copyright © 2002 BEA Systems, Inc. All Rights Reserved