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

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

@View(value=org.apache.myfaces.extensions.cdi.jsf.impl.listener.phase.ViewControllerInterceptor.PlaceHolderConfig.class)
@Interceptor
public class ViewControllerInterceptor
extends Object
implements Serializable

interceptor for View - details see ViewControllerStrategy

See Also:
Serialized Form

Constructor Summary
ViewControllerInterceptor()
           
 
Method Summary
 Object filterPhaseListenerMethods(javax.interceptor.InvocationContext invocationContext)
          Alternative to view-controller configured via view-configs
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewControllerInterceptor

public ViewControllerInterceptor()
Method Detail

filterPhaseListenerMethods

public Object filterPhaseListenerMethods(javax.interceptor.InvocationContext invocationContext)
                                  throws Exception
Alternative to view-controller configured via view-configs

Parameters:
invocationContext - current invocation-context
Returns:
result of the intercepted method
Throws:
Exception - exception which might be thrown by the intercepted method


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