Package com.artisol.teneo.engine.webapp
Provides all engine classes that know about the web environment.
If you want to find your way through the engine web app start with the
Controller
class.
Engine requests are handled by the servlets defined in package com.artisol.teneo.engine.webapp.servlets
.
-
Class Summary Class Description HttpEngineEnvironment Provides access to request data and cookie handling in a servlet container environment.ServletEngineEnvironment Provides access to request data in a servlet container environment.