|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mycore.frontend.servlets.MCRServletJob
public class MCRServletJob
This class simply is a container for objects needed during a Servlet session like the HttpServletRequest and HttpServeltResponse. The class provids only get-methods to return the objects set while constructing the job object.
| Constructor Summary | |
|---|---|
MCRServletJob(HttpServletRequest theRequest,
HttpServletResponse theResponse)
The constructor takes the given objects and stores them in private objects. |
|
| Method Summary | |
|---|---|
HttpServletRequest |
getRequest()
returns the HttpServletRequest object |
HttpServletResponse |
getResponse()
returns the HttpServletResponse object |
boolean |
isLocal()
returns true if the current http request was issued from the local host * |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MCRServletJob(HttpServletRequest theRequest,
HttpServletResponse theResponse)
theRequest - the HttpServletRequest object for this servlet jobtheResponse - the HttpServletResponse object for this servlet job| Method Detail |
|---|
public HttpServletRequest getRequest()
public HttpServletResponse getResponse()
public boolean isLocal()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||