org.apache.myfaces.extensions.cdi.jsf.impl.listener.phase
Class DefaultViewControllerStrategy

java.lang.Object
  extended by org.apache.myfaces.extensions.cdi.jsf.impl.listener.phase.DefaultViewControllerStrategy
All Implemented Interfaces:
Serializable, InterceptorStrategy, ViewControllerStrategy

@Dependent
public class DefaultViewControllerStrategy
extends Object
implements ViewControllerStrategy

Strategy which allows to restrict calls to phase-listener-methods

See Also:
Serialized Form

Constructor Summary
DefaultViewControllerStrategy()
           
 
Method Summary
 Object execute(javax.interceptor.InvocationContext invocationContext)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultViewControllerStrategy

public DefaultViewControllerStrategy()
Method Detail

execute

public Object execute(javax.interceptor.InvocationContext invocationContext)
               throws Exception

Specified by:
execute in interface InterceptorStrategy
Throws:
Exception


Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.