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
- 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
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortalRefreshProcessor
public PortalRefreshProcessor()
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