com.tensegrity.palowebviewer.modules.engine.server
Interface IEngineContext
public interface IEngineContext
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()