Package | Description |
---|---|
org.apache.tapestry.services |
Interfaces for Tapestry-related HiveMind services.
|
org.apache.tapestry.services.impl | |
org.apache.tapestry.web |
Interfaces that provide an abtraction between Tapestry and the underlying Servlet APIs.
|
Modifier and Type | Method and Description |
---|---|
WebActivator |
ApplicationGlobals.getActivator() |
Modifier and Type | Method and Description |
---|---|
void |
ApplicationGlobals.storeActivator(WebActivator activator)
Invoked by the (indirectly) by the servlet at init(), after parsing the application
specification.
|
Modifier and Type | Method and Description |
---|---|
WebActivator |
ApplicationGlobalsImpl.getActivator() |
Modifier and Type | Method and Description |
---|---|
void |
ApplicationGlobalsImpl.storeActivator(WebActivator activator) |
Modifier and Type | Class and Description |
---|---|
class |
HttpServletWebActivator
Adapts
HttpServlet as
WebActivator . |