|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.mlw.fball.web.RequestConstants
Nested Class Summary | |
static class |
RequestConstants.Key
This class is used to represent a key in the request. |
static class |
RequestConstants.Parameters
|
Field Summary | |
static org.apache.commons.logging.Log |
LOGGER
Commons Logger |
Method Summary | |
static java.lang.Object |
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final org.apache.commons.logging.Log LOGGER
Method Detail |
public static java.lang.Object getObjectIfNotInRequest(javax.servlet.http.HttpServletRequest request, RequestConstants.Key key, net.mlw.fball.web.ObjectRetriever retriever) throws java.lang.Exception
request
- The servlet request to bind this object to.key
- The Key used to save this object to the request.retriever
- The ObjectRetriever used to retrieve the object if needed
java.lang.Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |