PortalRefreshProcessor Class

DEPRECATED com.bea.portal is only useful in the compatibility domain. For the new portal framework please use the classes under the com.bea.netuix package

com.bea.portal.appflow.processor
PortalRefreshProcessor Class

public class PortalRefreshProcessor

    extends com.bea.portal.appflow.processor.AbstractPortalProcessor

A special framework processor used to refresh the portal. This processor can be used as a destination from other webflows outside of the portal to return to the main portal page. This way normal webflows can be intermixed with portal webflow.


Hierarchy
Object
  com.bea.portal.appflow.processor.AbstractPortalProcessor
    PortalRefreshProcessor
All Implemented Interfaces

InputProcessor

Constructor Summary

PortalRefreshProcessor()

 

Method Summary

public Object
process(HttpServletRequest request, HttpServletResponse response, PortalRequest portalRequest, Object requestContext)
The main process method invoked by webflow.
 
Methods from  com.bea.portal.appflow.processor.com.bea.portal.appflow.processor.AbstractPortalProcessor
getCurrentPortletState, process,
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   
Methods from interface com.bea.p13n.appflow.webflow.InputProcessor
process
 

Constructor Detail

PortalRefreshProcessor

public PortalRefreshProcessor()
 

Method Detail

process(HttpServletRequest, HttpServletResponse, PortalRequest, Object) Method

public Object process(HttpServletRequest request, 
                      HttpServletResponse response, 
                      PortalRequest portalRequest, 
                      Object requestContext)
throws ProcessingException
The main process method invoked by webflow.

Overrides
AbstractPortalProcessor.process(HttpServletRequest, HttpServletResponse, PortalRequest, Object)

Returns

"success"

Exceptions

ProcessingException