package jsfapp;

public abstract class JSFConst {
  public static final String FORWARD_WRONG = "wrong";
  public static final String FORWARD_CORRECT = "correct";
  public static final String FORWARD_LOGOUT = "logout";
}
