org.jboss.seam.interceptors
Class OutcomeInterceptor

java.lang.Object
  extended by org.jboss.seam.interceptors.OutcomeInterceptor

public class OutcomeInterceptor
extends Object

Translates Outcome.RETRY to null for JSF

Author:
Gavin King

Field Summary
protected  Component component
           
 
Constructor Summary
OutcomeInterceptor()
           
 
Method Summary
 Object interceptOutcome(javax.interceptor.InvocationContext invocation)
           
 void setComponent(Component component)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

component

protected Component component
Constructor Detail

OutcomeInterceptor

public OutcomeInterceptor()
Method Detail

interceptOutcome

public Object interceptOutcome(javax.interceptor.InvocationContext invocation)
                        throws Exception
Throws:
Exception

setComponent

public void setComponent(Component component)