Uses of Class
net.mlw.fball.web.RequestConstants.Key

Packages that use RequestConstants.Key
net.mlw.fball.web   
 

Uses of RequestConstants.Key in net.mlw.fball.web
 

Fields in net.mlw.fball.web declared as RequestConstants.Key
static RequestConstants.Key RequestConstants.Key.LEAGUE
          Holds the League object.
static RequestConstants.Key RequestConstants.Key.COACH
          Holds the Coach object.
static RequestConstants.Key RequestConstants.Key.LEAGUES
          Holds a List of League objects.
static RequestConstants.Key RequestConstants.Key.CHANNELS
          Holds the Coach object.
static RequestConstants.Key RequestConstants.Key.FREE_AGENTS
          Holds a List of available players.
 

Methods in net.mlw.fball.web with parameters of type RequestConstants.Key
static java.lang.Object RequestConstants.getObjectIfNotInRequest(javax.servlet.http.HttpServletRequest request, RequestConstants.Key key, net.mlw.fball.web.ObjectRetriever retriever)
          Gets the requested object, in the following way: Determines if the objec tis already in the request/session. If needed, uses the ObjectRetriever to get the object. If needed, places the object in the request/session. Returns the object.
 



Copyright © 2003-2004 mlavilson. All Rights Reserved.