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:
Context

public class Context
extends Context
implements 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
 java.sql.Connection borrowJdbcConnection(java.lang.String id)
           
 java.lang.String getConfigurationParameter(java.lang.String key)
           
 java.io.PrintWriter getOutputWriter()
           
 java.lang.String[] getParameter(java.lang.String name)
           
 javax.xml.transform.Templates getTemplates(java.lang.String id)
           
 void redirectTo(java.lang.String url, Dialog currentDialog)
           
 void returnJdbcConnection(java.sql.Connection value)
           
 void setParameter(java.lang.String name, java.lang.String value)
           
 java.lang.String writeContextLog()
           
 
Methods inherited from class nl.innovationinvestments.cheyenne.engine.servlet.Context
getApplication, 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, 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 java.sql.Connection borrowJdbcConnection(java.lang.String id)
Specified by:
borrowJdbcConnection in interface Context
Overrides:
borrowJdbcConnection in class Context

getConfigurationParameter

public java.lang.String getConfigurationParameter(java.lang.String key)
Specified by:
getConfigurationParameter in interface Context
Overrides:
getConfigurationParameter in class Context

getOutputWriter

public java.io.PrintWriter getOutputWriter()
Specified by:
getOutputWriter in interface Context
Overrides:
getOutputWriter in class Context

getParameter

public java.lang.String[] getParameter(java.lang.String name)
Specified by:
getParameter in interface Context
Overrides:
getParameter in class Context

setParameter

public void setParameter(java.lang.String name,
                         java.lang.String value)

getTemplates

public javax.xml.transform.Templates getTemplates(java.lang.String id)
Specified by:
getTemplates in interface Context
Overrides:
getTemplates in class Context

redirectTo

public void redirectTo(java.lang.String url,
                       Dialog currentDialog)
Specified by:
redirectTo in interface Context
Overrides:
redirectTo in class Context

returnJdbcConnection

public void returnJdbcConnection(java.sql.Connection value)
Specified by:
returnJdbcConnection in interface Context
Overrides:
returnJdbcConnection in class Context

writeContextLog

public java.lang.String writeContextLog()
Specified by:
writeContextLog in interface Context
Overrides:
writeContextLog in class Context


Copyright © 2010 InnovationInvestments. All Rights Reserved.