-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
project updated to RichFaces 5.0.0-SNAPSHOT
- Loading branch information
Showing
8 changed files
with
66 additions
and
125 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/******************************************************************************* | ||
* JBoss, Home of Professional Open Source | ||
* Copyright 2010-2011, Red Hat, Inc. and individual contributors | ||
* Copyright 2010-2013, Red Hat, Inc. and individual contributors | ||
* by the @authors tag. See the copyright.txt in the distribution for a | ||
* full listing of individual contributors. | ||
* | ||
|
@@ -24,8 +24,7 @@ | |
/** | ||
* Enum representing character with which a player plays. | ||
* | ||
* @author <a href="mailto:[email protected]">Pavol Pitonak</a> | ||
* @version $Revision$ | ||
* @author <a href="https://community.jboss.org/people/ppitonak">Pavol Pitonak</a> | ||
*/ | ||
public enum Character { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/******************************************************************************* | ||
* JBoss, Home of Professional Open Source | ||
* Copyright 2010-2011, Red Hat, Inc. and individual contributors | ||
* Copyright 2010-2013, Red Hat, Inc. and individual contributors | ||
* by the @authors tag. See the copyright.txt in the distribution for a | ||
* full listing of individual contributors. | ||
* | ||
|
@@ -24,8 +24,7 @@ | |
/** | ||
* Enum representing state of one playing field. | ||
* | ||
* @author <a href="mailto:[email protected]">Pavol Pitonak</a> | ||
* @version $Revision$ | ||
* @author <a href="https://community.jboss.org/people/ppitonak">Pavol Pitonak</a> | ||
*/ | ||
public enum FieldState { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/******************************************************************************* | ||
* JBoss, Home of Professional Open Source | ||
* Copyright 2010-2011, Red Hat, Inc. and individual contributors | ||
* Copyright 2010-2013, Red Hat, Inc. and individual contributors | ||
* by the @authors tag. See the copyright.txt in the distribution for a | ||
* full listing of individual contributors. | ||
* | ||
|
@@ -32,13 +32,13 @@ | |
/** | ||
* The main managed bean. It stores the playing area, information about players and game logic. | ||
* | ||
* @author <a href="mailto:[email protected]">Pavol Pitonak</a> | ||
* @version $Revision$ | ||
* @author <a href="https://community.jboss.org/people/ppitonak">Pavol Pitonak</a> | ||
*/ | ||
@ManagedBean | ||
@SessionScoped | ||
public class GameBean implements Serializable { | ||
|
||
private static final long serialVersionUID = 4250174819706242032L; | ||
// number of image on which the user clicked | ||
private int imageNumber; | ||
// number of player who clicked (0 or 1) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/******************************************************************************* | ||
* JBoss, Home of Professional Open Source | ||
* Copyright 2010-2011, Red Hat, Inc. and individual contributors | ||
* Copyright 2010-2013, Red Hat, Inc. and individual contributors | ||
* by the @authors tag. See the copyright.txt in the distribution for a | ||
* full listing of individual contributors. | ||
* | ||
|
@@ -24,8 +24,7 @@ | |
/** | ||
* Bean holding information about a player. | ||
* | ||
* @author <a href="mailto:[email protected]">Pavol Pitonak</a> | ||
* @version $Revision$ | ||
* @author <a href="https://community.jboss.org/people/ppitonak">Pavol Pitonak</a> | ||
*/ | ||
public class Player { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters