Skip navigation links

Oracle© Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1.7.0)
E10684-08


oracle.adf.view.rich.portal
Class AdfFacesBridgeLifecycleListener

java.lang.Object
  extended by oracle.adf.view.rich.portal.AdfFacesBridgeLifecycleListener

All Implemented Interfaces:
oracle.portlet.bridge.adf.lifecycle.BridgeLifecycleListener

public final class AdfFacesBridgeLifecycleListener
extends java.lang.Object
implements oracle.portlet.bridge.adf.lifecycle.BridgeLifecycleListener

This class executes GlobalConfigurator's initialization logic before the bridge begins to invoke FacesLogic. It is mostly equivalent to running the initialization logic on the filter's "init" method and should allow someone to register a variable resolver in the initialization code. This class should not be used directly. Rather it should be added to the portlet.xml file using the following xml fragment: <init-param> <name>BridgeLifecycleListeners</name> <value> oracle.adf.view.rich.portal.AdfFacesBridgeLifecycleListener </value> </init-param> Note: Direct use of this class for purposes other then for use with the Oracle FacesBridgePortlet is not supported. This class will need to be removed from the API when the FacesBridgeLifecycleListener is no longer maintained by the Oracle Bridge and is very likely to happen due to emerging portal standards. Note: Changes as a result of bug 6619374. This file is referenced in a "service" file META-INF/services/oracle.portlet.bridge.adf.lifecycle.BridgeLifecycleListener which should also be removed when we move to open source.

Author:
Scott O'Bryan

Constructor Summary
AdfFacesBridgeLifecycleListener()
           

 

Method Summary
 void onBeginRequest(java.lang.String string, javax.portlet.PortletRequest portletRequest, javax.portlet.PortletResponse portletResponse)
          Does nothing
 void onEndRequest(java.lang.String string, javax.portlet.PortletRequest portletRequest, javax.portlet.PortletResponse portletResponse)
          Does nothing
 void onLoad(javax.portlet.PortletContext portletContext)
          Initializes the Trinidad GlobalConfiguratorImpl.
 void onUnload(javax.portlet.PortletContext portletContext)
          Does nothing

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

AdfFacesBridgeLifecycleListener

public AdfFacesBridgeLifecycleListener()

Method Detail

onLoad

public void onLoad(javax.portlet.PortletContext portletContext)
Initializes the Trinidad GlobalConfiguratorImpl.
Specified by:
onLoad in interface oracle.portlet.bridge.adf.lifecycle.BridgeLifecycleListener
Parameters:
portletContext -

onUnload

public void onUnload(javax.portlet.PortletContext portletContext)
Does nothing
Specified by:
onUnload in interface oracle.portlet.bridge.adf.lifecycle.BridgeLifecycleListener
Parameters:
portletContext -

onBeginRequest

public void onBeginRequest(java.lang.String string,
                           javax.portlet.PortletRequest portletRequest,
                           javax.portlet.PortletResponse portletResponse)
Does nothing
Specified by:
onBeginRequest in interface oracle.portlet.bridge.adf.lifecycle.BridgeLifecycleListener
Parameters:
string -
portletRequest -
portletResponse -

onEndRequest

public void onEndRequest(java.lang.String string,
                         javax.portlet.PortletRequest portletRequest,
                         javax.portlet.PortletResponse portletResponse)
Does nothing
Specified by:
onEndRequest in interface oracle.portlet.bridge.adf.lifecycle.BridgeLifecycleListener
Parameters:
string -
portletRequest -
portletResponse -

Skip navigation links

Oracle© Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1.7.0)
E10684-08


Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved.