|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
jsf package contains the main Handler interface and an
AbstractHandler class for your application to extend.
See:
Description
| Interface Summary | |
| Handler | A Handler is a JSF Managed Mean that is responsible
correctly loading an underlying bean and acting as an MVC controller between
it and a Map of user displayable properties. |
| ReadWriteHandler | A ReadWriteHandler is a JSF Managed Mean that is
responsible for correctly handling the complete lifecycle of an underlying bean. |
| Class Summary | |
| AbstractContextAwareBean | The AbstractContextAwareBean provides a bunch of handy methods
that your own managed beans can use. |
| AbstractHandler | The AbstractHandler is a base class for you to develop your own
handler Managed Beans. |
| AbstractReadWriteHandler | The AbstractReadWriteHandler is a base class for you to develop your own
handler Managed Beans. |
| MessageHelper | A helper class for loading application messages. |
| PhaseTracker | register this phase tracker with your faces.config and then you'll be able to log the various phase events as they fire. |
| UserAgent | The UserAgent managed bean provides information on the user's browser. |
The jsf package contains the main Handler interface and an
AbstractHandler class for your application to extend. It also contains a couple
of useful tools for reading application messages, testing the user agent,
and a basic phase tracker.
All classes use the Apache Logging Framework.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||