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

Outcome (JBoss Seam API Documentation) - JBoss Seam 1.1.7 cr1 API 英文版文档


org.jboss.seam.annotations
Class Outcome

java.lang.Object
  extended by org.jboss.seam.annotations.Outcome

public class Outcome
extends Object


Field Summary
static String REDISPLAY
          Annotations may not specify a null String.
 
Constructor Summary
Outcome()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REDISPLAY

public static final String REDISPLAY
Annotations may not specify a null String. This value lets us specify a null outcome in an annotation such as @IfInvalid

See Also:
Constant Field Values
Constructor Detail

Outcome

public Outcome()