view
Class EditTournamentPage

java.lang.Object
  extended by view.GoResponse
      extended by view.GoPage
          extended by view.EditTournamentPage

public class EditTournamentPage
extends GoPage


Constructor Summary
EditTournamentPage(Tournament tournament)
          Constructs the page.
 
Method Summary
 
Methods inherited from class view.GoPage
getSource, getSource
 
Methods inherited from class view.GoResponse
addCookie, getCookies
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditTournamentPage

public EditTournamentPage(Tournament tournament)
Constructs the page.

Parameters:
tournament - the tournament to edit. if null, the page contains a form to create a new tournament.