com.tensegrity.palowebviewer.modules.engine.server
Interface IEngineContext


public interface IEngineContext


Method Summary
 IAuthenificator getAuthenificator()
           
 PaloConfiguration getConfiguration()
           
 java.util.Locale getLocale()
           
 IUser getUser()
           
 IConnectionPool getUserConnectionPool()
           
 void init(javax.servlet.ServletConfig scfg)
           
 void setAuthenificator(IAuthenificator authenificator)
           
 void setUser(IUser user)
          if user == null, the attribute will be removed from contex
 

Method Detail

getAuthenificator

IAuthenificator getAuthenificator()

setAuthenificator

void setAuthenificator(IAuthenificator authenificator)

getConfiguration

PaloConfiguration getConfiguration()

getUserConnectionPool

IConnectionPool getUserConnectionPool()

setUser

void setUser(IUser user)
if user == null, the attribute will be removed from contex


getUser

IUser getUser()

init

void init(javax.servlet.ServletConfig scfg)
          throws javax.servlet.ServletException
Throws:
javax.servlet.ServletException

getLocale

java.util.Locale getLocale()