nl.innovationinvestments.cheyenne.engine.SOAP
Class Context

java.lang.Object
  extended by nl.innovationinvestments.cheyenne.engine.servlet.Context
      extended by 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


Field Summary
 
Fields inherited from class nl.innovationinvestments.cheyenne.engine.servlet.Context
FORCE_GET, iOutputWriter, iParameters, iProperties, iRequest, iResponse, SOURCECODE_VERSION
 
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)
           
 
Method Summary
 Connection borrowJdbcConnection(String id)
           
 String getConfigurationParameter(String key)
           
 PrintWriter getOutputWriter()
           
 String[] getParameter(String name)
           
 Templates getTemplates(String id)
           
 void redirectTo(String url, nl.innovationinvestments.cheyenne.engine.Dialog currentDialog)
           
 void returnJdbcConnection(Connection value)
           
 void setParameter(String name, String value)
           
 String writeContextLog()
           
 
Methods inherited from class nl.innovationinvestments.cheyenne.engine.servlet.Context
destroy, getApplication, getJdbcType, getRequest, getSession, setApplication, setRequest, setSession
 
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
 

Constructor Detail

Context

public Context(javax.servlet.http.HttpServletRequest request,
               javax.servlet.http.HttpServletResponse response,
               nl.knowledgeplaza.util.ConfigurationProperties properties)
Method Detail

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.