com.liferay.faces.bridge.event
Class PortletContainerProxyPhaseListener

java.lang.Object
  extended by com.liferay.faces.bridge.event.PortletContainerProxyPhaseListener
All Implemented Interfaces:
Serializable, EventListener, javax.faces.event.PhaseListener

public class PortletContainerProxyPhaseListener
extends Object
implements javax.faces.event.PhaseListener

This class serves as a thread-safe PhaseListener that acts as a proxy to the PortletContainer.

Author:
Neil Griffin
See Also:
Serialized Form

Constructor Summary
PortletContainerProxyPhaseListener()
           
 
Method Summary
 void afterPhase(javax.faces.event.PhaseEvent phaseEvent)
           
 void beforePhase(javax.faces.event.PhaseEvent phaseEvent)
           
 javax.faces.event.PhaseId getPhaseId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletContainerProxyPhaseListener

public PortletContainerProxyPhaseListener()
Method Detail

afterPhase

public void afterPhase(javax.faces.event.PhaseEvent phaseEvent)
Specified by:
afterPhase in interface javax.faces.event.PhaseListener

beforePhase

public void beforePhase(javax.faces.event.PhaseEvent phaseEvent)
Specified by:
beforePhase in interface javax.faces.event.PhaseListener

getPhaseId

public javax.faces.event.PhaseId getPhaseId()
Specified by:
getPhaseId in interface javax.faces.event.PhaseListener


Copyright © 2014 Liferay, Inc.. All Rights Reserved.