| Interface | Description |
|---|---|
| ConfigurationWithDefaults | |
| DispatchElement | |
| PageAction |
An extension of ActionBean from the Stripes framework to handle Portofino's hierarchical page structure.
|
| PageActionConfiguration |
Optional interface that configuration objects can implement to participate in a simple lifecycle.
|
| Class | Description |
|---|---|
| Dispatch |
A Dispatch is an object representing a path of page instances from the root of the application,
where each page except the first is an instance of a child (subdirectory) of the previous one.
|
| Dispatcher |
Factory object that can produce
Dispatch instances given the requested path. |
| DispatcherLogic |
A collection of methods that operate on
Dispatch instances and related objects. |
| DispatcherLogic.ConfigurationCacheEntry | |
| DispatcherLogic.FileCacheEntry<T> | |
| DispatcherUtil | |
| PageInstance |
A PageInstance is the realization of a Portofino page on permanent storage (page.xml + configuration.xml +
action.groovy) into a live object in the context of a single http request.
|
| Exception | Description |
|---|---|
| PageNotActiveException |