|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEngine
Defines the core, session-persistant object used to run a Tapestry application for a single client (each client will have its own instance of the engine).
The engine exists to provide core services to the pages and components that make up the
application. The engine is a delegate to the ApplicationServlet
.
Starting in release 4.0, the engine is kept around only for compatibility (with release 3.0). It's functions have been moved over into a collection of HiveMind services (or are in the process of doing so).
Method Summary | |
---|---|
Infrastructure |
getInfrastructure()
Returns the Infrastructure object, a central
registry of key HiveMind services used by Tapestry. |
Locale |
getLocale()
Returns the locale for the engine. |
String |
getOutputEncoding()
Returns the encoding to be used to generate the responses and accept the requests. |
void |
setLocale(Locale value)
Changes the engine's locale. |
Methods inherited from interface org.apache.tapestry.services.WebRequestServicer |
---|
service |
Method Detail |
---|
Locale getLocale()
void setLocale(Locale value)
String getOutputEncoding()
Infrastructure getInfrastructure()
Infrastructure
object, a central
registry of key HiveMind services used by Tapestry.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |