|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectza.org.coefficient.core.BaseCoefficientContext
za.org.coefficient.core.CoefficientWebContext
public class CoefficientWebContext
This is the context created by the CoefficientServlet and passed as an argument to all coefficient modules. This is used to find information such as who is logged in and what parameters have just been passed into the system. It is also used to delegate certain actions such as setting up page forwards, reporting errors, and beginning workflow operations. The class BaseCoefficientContext does all the work this class just initializes and sychronizes the context with web components, HttpServletRequest and HttpServletResponse.
Field Summary |
---|
Fields inherited from class za.org.coefficient.core.BaseCoefficientContext |
---|
CURRENT_PROJECT, domain, fileUploadData, invalidateSession, inWorkflowAction, LAST_NON_HELP_OP, multipartRequest, page_, redirectionURL, removedSessionKeys, requestAttributes, requestData, requestURL, serializableExistingCookies, serializableNewCookies, session, URL_PREFIX |
Constructor Summary | |
---|---|
CoefficientWebContext(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
Method Summary | |
---|---|
void |
synchronize(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CoefficientWebContext(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void synchronize(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |