|
|
|
|
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| Event | an Event to be processed by the event processor. |
| EventManager | An interface for classes managing the Events produced by the
different bundles or their Controllers. |
| ResultAwareEvent | an Event which is aware of the current ResultSet. |
| Class Summary | |
|---|---|
| DirectOutputEvent | is an Event that causes the pulse service to provide
instance output committing the underlying HttpServletResponse. |
| DownloadEvent | is an Event that causes the pulse service to present a
download instead of a view. |
| EventManagerImpl | This class manages the Events produced by the different
Bundles or their Controllers. |
| ForbiddenEvent | sends a 403 HTTP error with an XSL output. |
| JFreeChartPNGOutputEvent | |
| JSONOutputAsHtmlEvent | is a stop and output Event sending a JSON response. |
| JSONOutputEvent | is a stop and output Event sending a JSON response. |
| NotFoundEvent | sends a 404 HTTP error. |
| PDFOutputEvent | Outputs a PDF via Fop. |
| PlainTextOutputEvent | |
| RedirectEvent | redirects to a given URL using a permantent redirect (
301 Moved Permanently) as the default. |
| RedirectSafelyEvent | A RedirectSafelyEvent is an output and stop Event that
redirects the user (302 Moved Temporarily) to the location closest to
the current Command's location. |
| XMLOutputEvent | Is a stop and output Event sending an XML response. |
| XSLTOutputEvent | is a stop and output Event sending a XSLT response. |
| Enum Summary | |
|---|---|
| Event.Disposition | represents the content disposition. |
| Exception Summary | |
|---|---|
| OutputEventAlreadyExistsException | An Exception which is to be thrown when an
OutputEvent is added to an EventManager which
already contains an OutputEvent. |
| StopEventAlreadyExistsException | An Exception which is to be thrown when a StopEvent
is added to an EventManager which already contains a
StopEvent. |
contains the main output events of the pulse container.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||