nl.innovationinvestments.cheyenne.engine.SOAP
Class Context
java.lang.Object
nl.innovationinvestments.cheyenne.engine.servlet.Context
nl.innovationinvestments.cheyenne.engine.SOAP.Context
- All Implemented Interfaces:
- nl.innovationinvestments.cheyenne.engine.Context
public class Context
- extends Context
- implements nl.innovationinvestments.cheyenne.engine.Context
| Fields inherited from interface nl.innovationinvestments.cheyenne.engine.Context |
SOURCECODE_VERSION |
|
Constructor Summary |
Context(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
nl.knowledgeplaza.util.ConfigurationProperties properties)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface nl.innovationinvestments.cheyenne.engine.Context |
getApplication, getJdbcType, getRequest, getSession, setApplication, setRequest, setSession |
Context
public Context(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
nl.knowledgeplaza.util.ConfigurationProperties properties)
borrowJdbcConnection
public Connection borrowJdbcConnection(String id)
- Specified by:
borrowJdbcConnection in interface nl.innovationinvestments.cheyenne.engine.Context- Overrides:
borrowJdbcConnection in class Context
getConfigurationParameter
public String getConfigurationParameter(String key)
- Specified by:
getConfigurationParameter in interface nl.innovationinvestments.cheyenne.engine.Context- Overrides:
getConfigurationParameter in class Context
getOutputWriter
public PrintWriter getOutputWriter()
- Specified by:
getOutputWriter in interface nl.innovationinvestments.cheyenne.engine.Context- Overrides:
getOutputWriter in class Context
getParameter
public String[] getParameter(String name)
- Specified by:
getParameter in interface nl.innovationinvestments.cheyenne.engine.Context- Overrides:
getParameter in class Context
setParameter
public void setParameter(String name,
String value)
getTemplates
public Templates getTemplates(String id)
- Specified by:
getTemplates in interface nl.innovationinvestments.cheyenne.engine.Context- Overrides:
getTemplates in class Context
redirectTo
public void redirectTo(String url,
nl.innovationinvestments.cheyenne.engine.Dialog currentDialog)
- Specified by:
redirectTo in interface nl.innovationinvestments.cheyenne.engine.Context- Overrides:
redirectTo in class Context
returnJdbcConnection
public void returnJdbcConnection(Connection value)
- Specified by:
returnJdbcConnection in interface nl.innovationinvestments.cheyenne.engine.Context- Overrides:
returnJdbcConnection in class Context
writeContextLog
public String writeContextLog()
- Specified by:
writeContextLog in interface nl.innovationinvestments.cheyenne.engine.Context- Overrides:
writeContextLog in class Context
Copyright © 2013 InnovationInvestments. All rights reserved.