站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss Seam 1.0.0 API 英文版文档

OutcomeInterceptor (JBoss Seam API Documentation) - JBoss Seam 1.0.0 API 英文版文档


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)