org.jboss.seam.annotations
Class Outcome

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

Deprecated.

@Deprecated
public class Outcome
extends Object


Field Summary
static String REDISPLAY
          Deprecated.  
 
Constructor Summary
Outcome()
          Deprecated.  
 
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
Deprecated. 
Annotations may not specify a null String. This value lets us specify a null outcome in an annotation such as @Begin(ifOutcome=...).

See Also:
Constant Field Values
Constructor Detail

Outcome

public Outcome()
Deprecated.