|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.novell.emframe.dev.PluginContext
com.novell.emframe.dev.TaskContext
Passes information to Task objects.
TaskContext objects are passed in the execute
method of Task objects. Task objects can then
use the TaskContext object to get information about the HttpServletRequest
and about the user who is performing the task.
| Field Summary |
| Fields inherited from class com.novell.emframe.dev.PluginContext |
authenticator, baseGadgetInstance, contextPath, httpServletRequest, httpServletResponse, i18nLocale, i18nServletRequest, manageSS, resultStrings, session |
| Constructor Summary | |
TaskContext(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
Constructs a TaskContext with the current HttpServletRequest and HttpServletResponse. |
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public TaskContext(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
req - The current HttpServletRequestresp - The current HttpServletResponse
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||