|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.sdm.quasar.client.core.application.AbstractApplication
com.sdm.quasar.client.jsf.application.AbstractJSFApplication
Base class for an JSF Application.
Note that JSF uses a delegate concept to tie this business application
with the javax.faces.application.Application from JSF.
| Constructor Summary | |
AbstractJSFApplication(ID applicationId)
Constructor, implementation passes parameter on to AbstractApplication. |
|
| Method Summary | |
protected void |
doSpecialWebErrorLogging(int loggingLevel,
java.lang.String mesage,
java.lang.Throwable e)
Logging of Throwables with special handling of
ServletExceptions |
protected ApplicationConfiguration |
getApplicationConfiguration()
Returns the ApplicationConfiguration instance used to configure this
application instance. |
protected void |
initializeErrorHandler()
Initializes the error handling. |
| Methods inherited from class com.sdm.quasar.client.core.application.AbstractApplication |
collectSystemInfo, extendDestructionException, getApplicationID, getConfigManager, getServiceManager, getSessionManager, start, stop |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AbstractJSFApplication(ID applicationId)
AbstractApplication.
applicationId - the id of the application| Method Detail |
protected ApplicationConfiguration getApplicationConfiguration()
AbstractApplicationApplicationConfiguration instance used to configure this
application instance.
getApplicationConfiguration in class AbstractApplicationAbstractApplication.getApplicationConfiguration()protected void initializeErrorHandler()
AbstractApplicationErrorHandlerAdapter with the
ErrorHandler that calls Application.stop() to stop the application.
The ErrorHandlerAdapter registered in this implementation
does not attempt to restrict the error to a single
dialog or session.
Depending on the client enviromnent you need to override this error handler to do something more useful.
initializeErrorHandler in class AbstractApplication
protected void doSpecialWebErrorLogging(int loggingLevel,
java.lang.String mesage,
java.lang.Throwable e)
Throwables with special handling of
ServletExceptions
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||